Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-09-17 Thread mkkyah

flysurfer wrote: 
 Thanks for the links!
 
 I decided to go with the sources and compile them with the options
 written in the last post. From Max2Play version 1.12 squeezelite (latest
 version) is compiled after clicking update squeezelite.

I have upgraded to 1.12, updated squeezelite (twice to be sure).
It' seems like it's compiling with correct parameters, but no wma is
playing. Same wma tracks are played by Picoreplayer(ralphy's build
squeezelite 1.6.4).
Here is my info screen after updating squeezelite: 
squeezelite successfully removed from autostart
 Trying to stop ... successfully stopped
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT main.c -c -o main.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT slimproto.c -c -o
 slimproto.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT buffer.c -c -o
 buffer.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT stream.c -c -o
 stream.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT utils.c -c -o
 utils.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT output.c -c -o
 output.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT output_alsa.c -c -o
 output_alsa.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT output_pa.c -c -o
 output_pa.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT output_stdout.c -c -o
 output_stdout.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT output_pack.c -c -o
 output_pack.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT decode.c -c -o
 decode.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT flac.c -c -o flac.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT pcm.c -c -o pcm.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT mad.c -c -o mad.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT vorbis.c -c -o
 vorbis.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT faad.c -c -o faad.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT mpg.c -c -o mpg.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT ffmpeg.c -c -o
 ffmpeg.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT process.c -c -o
 process.o
 cc -Wall -fPIC -O2 -DFFMPEG -DRESAMPLE -DVISEXPORT resample.c -c -o
 resample.o
 Finished Update
 
 Trying to launch ... successful with ID 3449
 squeezelite successfully added to autostart 




mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-09-17 Thread tfec

mkkyah wrote: 
 I have upgraded to 1.12, updated squeezelite (twice to be sure).
 It' seems like it's compiling with correct parameters, but no wma is
 playing. Same wma tracks are played by Picoreplayer(ralphy's build
 squeezelite 1.6.4). ...

Had the same problem. After rebooting the Odroid the problem has gone
and wma-files are played by Squeezelite.



1x odroid u3 with max2play as lms + fiio e10 usb-dac + akg k701
headphones | 2x squeezebox classic | 1x raspberry pi with hifimediy
es9023 dac +picoreplayer | 2x ipod with ipeng classic + playback | 1x
ipad with ipeng 7 + playback | 1x htc one with orange squeeze + squeeze
player

tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-09-17 Thread mkkyah

tfec wrote: 
 Had the same problem. After rebooting the Odroid the problem has gone
 and wma-files are played by Squeezelite.

I'm afraid it's not working for me. I had done already several reboots,
but tried a few shut downs and disconnected power after your post; it
didn't help.
I'm sorry for asking this, but are you sure that your test files were
wma not wav or something else? Maybe you can share a file, so we can
test on same file.



mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] Announce: Music Artist Information plugin

2014-09-17 Thread Michael Herger

Display html in general.
My thinking was that GHarris mentioned that he had some 900 different
artists with composer.html and bio.html files, so he could use the Local
Artwork function to display these files.


The problem with displaying HTML is that HTML documents usually are a 
collection full of links to other files required to display it properly: 
images, stylesheets, javascript files etc. A plugin would have to modify 
the HTML code on the fly to make it pass those links through the plugin 
as well, then the same for any linked file which might contain links 
again etc. A massive can of worms. As much as I liked the idea, I'm 
sorry to say it's unlikely to ever happen.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-09-17 Thread tfec

mkkyah wrote: 
 ... Maybe you can share a file, so we can test on same file.

Sure, it is WMA2. But also these files are playing:
http://www.theflute.co.uk/htmlMain/samplemusicW.htm

Maybe your compilation is broken, so you can download the binary right
here:
http://www.mediafire.com/download/yhvd4ja34sau5xc/squeezelite-1.6.4-439-debian7-armhf.tar.gz

Rename squeezelite-1.6.4 to squeezelite and put it on the ondroid in
this folder /opt/squeezelite. Before that, don't forget to rename or
move your original squeezelite.



1x odroid u3 with max2play as lms + fiio e10 usb-dac + akg k701
headphones | 2x squeezebox classic | 1x raspberry pi with hifimediy
es9023 dac +picoreplayer | 2x ipod with ipeng classic + playback | 1x
ipad with ipeng 7 + playback | 1x htc one with orange squeeze + squeeze
player

tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-09-17 Thread mkkyah

tfec wrote: 
 Sure, it is WMA2. But also these files are playing:
 http://www.theflute.co.uk/htmlMain/samplemusicW.htm
 
 Maybe your compilation is broken, so you can download the binary right
 here:
 http://www.mediafire.com/download/yhvd4ja34sau5xc/squeezelite-1.6.4-439-debian7-armhf.tar.gz
 
 Rename squeezelite-1.6.4 to squeezelite and put it on the ondroid in
 this folder /opt/squeezelite. Before that, don't forget to rename or
 move your original squeezelite.

Thanks for sharing, but squeezelight is not starting with your file. I
have changed filenames and get trying to launch...not working
everytime. If I get back to internally created file, everything ( but
not wma) works again. Downloaded your file 2 times to see if it's a
corrupted download.
I have already sample files from your link, so we are talking about same
files.



mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] Announce: Music Artist Information plugin

2014-09-17 Thread Wirrunna

Michael, Thank you for the explanation and I agree with your conclusion.

There are utilities available to make jpg from html .



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] Announce: Music Artist Information plugin

2014-09-17 Thread Michael Herger

Michael, Thank you for the explanation and I agree with your conclusion.


Maybe I was wrong... I had some time to think about this on my ride 
home. Don't give up just yet ;-)


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins