Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-06-09 Thread Paul Webster


sibu.ow wrote: 
> 
> [21-06-09 15:10:06.7349] Plugins::PlayWMA::Plugin::initPlugin (58)
> ffmpeg not found with findbin
> 
> Does anyone have an idea, how t fix this issue?

Try installing the pCP extension
pcp-ffmpeg.tcz



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113883

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


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-06-09 Thread sibu.ow


Hi everyone
I tried to install the ffmpeg extension from the PCP main repository. I
would like to play wma files. The extension manager returns the
following message:

Downloading: html>
Error on html>


I tried to download the extension from every repository, same messages
all the time. LMS extension PlayWMA is installed.

#piCorePlayer version
PCPVERS="piCorePlayer 7.0.1"
WWW_BUILD: 00016

LMS: Log
[21-06-09 15:10:06.7349] Plugins::PlayWMA::Plugin::initPlugin (58)
ffmpeg not found with findbin

Does anyone have an idea, how t fix this issue?
Thanks



sibu.ow's Profile: http://forums.slimdevices.com/member.php?userid=71822
View this thread: http://forums.slimdevices.com/showthread.php?t=113883

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


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread bpa


ralphy wrote: 
> The WMA decoder as been removed from squeezelite for picoreplayer 7.0
> and I no longer include support for WMA in any of my builds.

That clears up my confusion.  I now need to update PlayWMA as it is
still "current" whereas it looked obsolete once players had WMA
built-in.



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

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


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread ralphy


bpa wrote: 
> Most recent builds of squeezelite include the WMA decoder and so no need
> for PlayWMA.  Not sure about Jivelite.  Should check if you have latest
> build.

The WMA decoder as been removed from squeezelite for picoreplayer 7.0
and I no longer support WMA in any of my builds.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

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

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


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread bpa

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

Most recent builds of squeezelite include the WMA decoder and so no need
for PlayWMA.  Not sure about Jivelite.  Should check if you have latest
build.



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

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


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread Keithfuller

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
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread coyrls

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 “-nv” 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 -




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

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


[SlimDevices: SqueezeCenter] Problem playing WMA files

2021-02-08 Thread Keithfuller

I have previously been able to play WMA files but get the server error
log shows  “Slim::Player::Song::open (415) Error: Couldn't create
command line for wma playback for...”
Thinking I must have corrupted something when updating recently I
decided to re-install picoreplayer from a fresh download but finished up
with exactly the same error. The setup is:

Raspberry Pi 3B
Picoreplayer 7.0.0 with Jivelite
LMS 8.1.0
32GB memory stick with music library.

Any ideas please?
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
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter