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

2014-09-04 Thread mkkyah

Squeezelite is working well with -n  -m xx:xx:xx:xx:xx:x -a 80:4::
-o sysdefault:CARD=Audio options. It's playing from analog output, but
I need to stop xbmc again. What should I do to keep both xbmc and
squeezelite running from diffrerent outputs and not stop either one?



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-04 Thread flysurfer

@mkkyah 

Code:

Pre-caching Artwork (288 of 809) Complete 00:01:08
  Media scan terminated unexpectedly (Scanning Progress) 


Yes, this looks like the problem that should be solved now.


Code:

What should I do to keep both xbmc and squeezelite running from diffrerent 
outputs and not stop either one? 


To start xbmc as autostart without quitting squeezelite you should edit
/opt/max2play/start_xbmc.sh and remove /etc/init.d/squeezelite stop
and check the autostart option for XBMC in the webinterface.
To start squeezelite even when XBMC is running (also by autostart) you
should edit /opt/max2play/start_audioplayer.sh and change line
xbmcrunning=$(ps -Al | grep xbmc | wc -l) to xbmcrunning=0
If you start XBMC manual by webinterface the squeezelite will still be
stopped (hardcoded in webinterface) - so you have to enable autostart or
use the desktop to start it.



2 x Max2Play on ODROID U2/U3 with LMS, Squeezelite, Shairport, XBMC
1 x Squeezebox Receiver
1 x Denon 1713 AVR + Nubert 5.1 System
iPeng

Max2Play-Image for ODROID: http://shop.max2play.com/de/image-max2play

flysurfer's Profile: http://forums.slimdevices.com/member.php?userid=61064
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] Soundcloud plugin for squeezeserver

2014-09-04 Thread 505

Does anyone know where in the code I should set this SSL_verify_mode =
0x0? I should by in Plugin.pm, but where? On the top of the file, in
BEGIN, initPlugin(), or somewhere else? Or can it not even be done for a
single plugin, and should it be done for the whole server at once?

I've now added (in a private dev branch) the option to disable SSL peer
verification. But since I do not have the problem, I cannot really test
it.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

___
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-04 Thread mkkyah

flysurfer wrote: 
 
 To start xbmc as autostart without quitting squeezelite you should edit
 /opt/max2play/start_xbmc.sh and remove /etc/init.d/squeezelite stop
 and check the autostart option for XBMC in the webinterface.
 To start squeezelite even when XBMC is running (also by autostart) you
 should edit /opt/max2play/start_audioplayer.sh and change line
 xbmcrunning=$(ps -Al | grep xbmc | wc -l) to xbmcrunning=0
 If you start XBMC manual by webinterface the squeezelite will still be
 stopped (hardcoded in webinterface) - so you have to enable autostart or
 use the desktop to start it.

It worked a few times, but not with all reboots. Both Squeezelite and
Xbmc have autostart checked. Squeezelite is starting at boot once, then
on second reboot it fails etc.



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] BBC iPlayer Listen Again

2014-09-04 Thread peteharwood

Ah, the humour of forums. 

Just to expand on the problem in the hope that somebody can assist.
Listen live works fine. However, listen again comes up with the error
message - Can't open remote URL. I have a Duet and Boom.

Is this a network, settings or a BBC issue? 

Any advice would be very much appreciated. I don't want to resort to
using a hammer - even one as big as kidstypike's!



peteharwood's Profile: http://forums.slimdevices.com/member.php?userid=63283
View this thread: http://forums.slimdevices.com/showthread.php?t=102079

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


Re: [SlimDevices: Plugins] iPlayer Listen-Again Artwork

2014-09-04 Thread Triode

samk wrote: 
 Hi
 
 Re Triode iPlayer plugin
 
 For the last few days I have noticed that BBC listen-again program
 artwork/images are not displayed when either browsing or playing them.
 
 BBC (and other station) live logos display OK.
 
 Has anyone else experienced this and if so can they suggest how to fix
 it?
 
 Thanks
 
 Sam

No fix at present - the BBC have changed their site :(



Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=102072

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-04 Thread erland

505 wrote: 
 Does anyone know where in the code I should set this SSL_verify_mode =
 0x0? I should by in Plugin.pm, but where? On the top of the file, in
 BEGIN, initPlugin(), or somewhere else? Or can it not even be done for a
 single plugin, and should it be done for the whole server at once?
 
It will affect the whole server not just a single plugin.

I would suggest that you set it inside initPlugin.
In addition to this, you might want to set it when the settings are
saved. Reason being that if you only have it in initPlugin, people will
have to restart LMS for the settings change to take effect.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] BBC iPlayer Listen Again

2014-09-04 Thread bpa

peteharwood wrote: 
 Just to expand on the problem in the hope that somebody can assist.
 Listen live works fine. However, listen again comes up with the error
 message - Can't open remote URL. I have a Duet and Boom.
 
 Is this a network, settings or a BBC issue? 
 
 Any advice would be very much appreciated. I don't want to resort to
 using a hammer - even one as big as kidstypike's!

If it worked and now has stopped on your system - something has changed
on your system.
So first give some info on your system
What type of OS ?
What version of plugin ?
Has any update been applied (e.g.. with Window it may be automatic )  ?
Have you tried rebooting LMS server and/or router ?

Are you in the UK or not ?
What audio preference does you IPlayer use ?
If it is AAC - try changing setting to use WMA and select no
transcoding in iPlayer settings - this would eliminate problems with
transcoding in your server.



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

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