bpa;350280 Wrote: 
> At a guess - I think the alarm code has a timer and if the preferred
> playlist doesn't connect within a time limit - it fallsback to random
> playlist.

Thank you for the hint.

The following is at line 571 in Utils/Alarm.pm:

Code:
--------------------
    
  # Set a callback to check we managed to play something
  Slim::Utils::Timers::setTimer($self, Time::HiRes::time() + 20, 
\&_checkPlaying);
  
--------------------


It looks like there is a verification that the playlist actually
worked. Unfortunately it's hard-coded to 20 seconds.

I've upped it to 60 seconds, and we'll see what happens tomorrow.


-- 
TimHunt
------------------------------------------------------------------------
TimHunt's Profile: http://forums.slimdevices.com/member.php?userid=1698
View this thread: http://forums.slimdevices.com/showthread.php?t=53827

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

Reply via email to