coyrls wrote: 
> To play WMA files under Pcp 7.0.0 you need to:
> 
> 1)    Install the “Play Windows Media” LMS plugin
> 2)    Install the pcp-ffmpeg.tcz Extension
> 
> In addition, if you have any embedded jpgs in your WMA files (e.g. album
> covers), you will need to edit the custom-covert.conf file installed by
> the Play Windows Media Plugin, which you can find in
> /usr/local/slimserver/Cache/InstalledPlugins/Plugins/PlayWMA for Pcp
> 7.0.0.
> 
> The reason you need to make the edit is that by default when converting
> WMA to Flac, ffmpeg will convert any embedded jpgs to png format.  The
> version of ffmpeg installed in Pcp 7.0.0 doesn’t support jpg to png
> conversion and so the WMA to Flac conversion fails.  The solution is to
> add the “-vn” option so that only the audio is converted.  You need to
> change the Flac conversion in custom-covert.conf from:
> > 
Code:
--------------------
  >   > [ffmpeg] -v 0 -$START$ -i $PATH$ -f flac –
--------------------
> > 
> to:
> > 
Code:
--------------------
  >   > [ffmpeg] -v 0 -vn $START$ -i $PATH$ -f flac -
--------------------
> > 
> After making the change to custom-convert.conf, you will need to
> restart LMS for the change to take effect.  Note that the change works
> for WMA files without embedded jpgs as well.

Thank you very much, you’re a star. I’d missed the ffmpeg extension. All
is working well, many thanks again
Keith


------------------------------------------------------------------------
Keithfuller's Profile: http://forums.slimdevices.com/member.php?userid=69670
View this thread: http://forums.slimdevices.com/showthread.php?t=113883

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

Reply via email to