D1eter wrote: 
> When using the power button in the top left corner of the home screen to
> turn the player off there is no way to turn it on again. Jivelite
> doesn't react to mouse clicks or key presses anymore. The only way out
> is turning on the player remotely on the server. Squeezeplay doesn't do
> this. Can Jivelite be set up to behave the same as SqueezePlay?

Try applying this change to jivelite.


Code:
--------------------
    Index: share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  ===================================================================
  --- share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  +++ share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  @@ -559,7 +559,7 @@
  
  if not self:isSoftPowerOn() then
  --allow input to pass through, so that the following listeners will be honored
  -               self:_setSSAllowedActions(true, {}, true)
  +               --self:_setSSAllowedActions(true, {}, true)
  
  window:ignoreAllInputExcept(    { "power", "power_on", "power_off" },
  function(actionEvent)
  
--------------------



D1eter wrote: 
> Also, in power management of the PC the display is set to turn off a
> after period of inactivity but this never happens. Even with Jivelite in
> the off-state and Jivelite screen saver set to blank the screen the
> display backlight always remains on. Is there anything I can do to
> change this?

Try setting this before running Jivelite/Squeezeplay.

export SDL_VIDEO_ALLOW_SCREENSAVER=1

D1eter wrote: 
> I guess what I need is a combination of jive as in SqueezePlay +
> Squeezelite. Can this be achieved somehow?
SqueezePlay and squeezelite need special handling to coexist.

You either need to use the squeezelite -m command line option with a
fake mac address or
disable the local player in Squeezeplay by setting enableAudio=0 in
$HOME/.squeezeplay/userpath/settings/Playback.lua.  Squeezeplay must NOT
be running when you make the change otherwise squeezeplay will just
rewrite the file with the original setting.

Otherwise the 2 players conflict with each other and LMS.



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&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=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=111606

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

Reply via email to