Ok, I've implemented Wirrunna's suggested enhancement, though I'm
popping the player display back to "Home" rather than "Now Playing".  

AFAICT, this new feature is only useful if the "Power-off attached
players when shutting down?" setting is disabled.

If you'd rather have your player pop to now playing, edit the plugin
sourcecode: in Menu.pm, at line 211, change:

Code:
--------------------
    Slim::Utils::Timers::setTimer( $client, time() + ( ($nDeferTime > 2) ? 
$nDeferTime - 2 : $nDeferTime ), sub { $client->execute(['button', 'home']); }, 
);
--------------------

- to -

Code:
--------------------
    Slim::Utils::Timers::setTimer( $client, time() + ( ($nDeferTime > 2) ? 
$nDeferTime - 2 : $nDeferTime ), sub { $client->execute(['button', 
'now_playing']); }, );
--------------------



The new version is posted at the head of this thread:
http://forums.slimdevices.com/showthread.php?t=48521

Thanks again for that suggestion, Wirrunna.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to