So not feeling sleepy - I installed 8.2.1 and the problem persists.  So,
I wondered if I could home in on the right part of the code in
PreventStandby\Plugin.pm

The relevant bit of code seems to be


Code:
--------------------
                if ( $client->isUpgrading() || $client->isPlaying() || 
(Time::HiRes::time() - $client->lastActivityTime <= INTERVAL) ) {
                        main::DEBUGLOG && $log->is_debug && $log->debug("Player 
" . $client->name() . " is busy...");
                        main::DEBUGLOG && $log->is_debug && $log->debug("Player 
upgrading " . $client->isUpgrading() . " playing " . $client->isPlaying() . " 
end");
  
--------------------


That second debug statement was added by me.  This is what I am now
seeing in the log:


Code:
--------------------
    [22-12-07 23:14:01.0108] Slim::Plugin::PreventStandby::Plugin::_playersBusy 
(159) Player Kitchen is busy...
  [22-12-07 23:14:01.0112] Slim::Plugin::PreventStandby::Plugin::_playersBusy 
(160) Player upgrading 0 playing  end
--------------------


Is that right?  I was expecting to see a zero between "playing" and
"end" whereas actually there seems to be an empty string.


------------------------------------------------------------------------
bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117181

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to