505 wrote: 
> 1. In custom-convert.conf I see that flc and mp3 are converted from
> spotty to that format. But PCM is native from spotty. With FLAC I get a
> bitrate of 705kbps CBR, but with PCM I get double: 1411kbps CBR.
> However, the default is convert to FLAC. Any reason this is the default,
> or why I might want to keep it to FLAC instead of PCM?

I think the reason is in LMS' logic to always provide the best quality
at the lowest bitrate possible. FLAC provides the same sound quality as
PCM, but uses less bandwidth. Or it's just because Flac comes before PCM
in the alphabetical order. Really, I don't know without checking the
code. 

If you look at the Plugin.pm file you'll find the following comment
pretty much towards the top:


Code:
--------------------
    # TODO - add init call to disable spt-flc transcoding by default (see 
S::W::S::S::FileTypes)
--------------------


I'm aware of the potentially wasted cpu cycles.

505 wrote: 
> 2. In the filetypes section, there is also Spotty Connectivity, with
> only PMC, but it is disabled. Does this mean that Spotify Connect
> (control from Spotify on phone) is eventually coming?

I had some very basic Spotify Connect functionality working before I
implemented even the very simplest menu. Alas, librespot has some
serious problems with the way I'm using it in this plugin that it's just
not usable at the moment. Will it eventually come to LMS? I don't know.
But some code indeed is already there.



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=107418

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to