mcduman wrote: 
> dear marco,
> 
> post #253 was indeed very useful and something i always thought about.
> another question is re: the new spotty plug-in, which i use more and
> more these days.
> 
> spotify streams are in ogg vorbis format which are transcoded to either
> flac or pcm by the plug-in itself. i do now whether they use sox or not
> but the conversion takes a lot of cpu power and a brief look at binaries
> tell me they are big, heavy and not super optimized my pi. also under
> LMS > Advanced > File Types there is a new input format called spotty.
> 
> anyways, i could not find a way to integrate your wonderful plug-in with
> the spotty plug-in so i am asking for your views and opinions on the
> matter. taking this opportunity i wish you and and all other in these
> forums a wonderful holiday season amd a happy new year.

I never used / looked into spottify plugin, but this is the line used to
produce pcm:

spt pcm * *
# R noArgs, T START=--start-position %s

[spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$ --bitrate 320
--disable-discovery --disable-audio-cache $START$

You have a 'spotty' application that could handle 'spt' format and
produce raw pcm in output. 

Sure is possible to integrate 'spt' and 'spotty' in C-3PO, but it will
require some code and time, at present you could do the same adding a
copy of the above line tocustom_convert.conf command, then 'pipe'
everything you like to it.



________________________________________________________________________
Author of C-3PO plugin,  Squeezelite-R2, Falcon Web interface - See
www.marcoc1712.it
------------------------------------------------------------------------
marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to