Heinz;646709 Wrote: 
> I tried the change you suggested, but squeezeboxserver didn't even start
> up.

I tried it myself now. 
Changed the line

Code:
--------------------
    
  $w = EV::timer( $when - $now, 0, sub {
  
--------------------

to

Code:
--------------------
    
  $w = EV::periodic($when, 0,0, sub {
  
--------------------

in Slim/Utils/Timers.pm

Server starts up fine.

Then did a test. It was 23:45, I set up an alarm at 23:50.
Went to the server and manually changed the time to 23:49.
One minute later the Radio played the alarm indeed!

Changed back to the old code line, tried again - and now the alarm only
sounded after 5minutes, so didn't realize the changed time of the
server.

I suggest trying the change again - maybe you just had a little error?


-- 
bluegaspode

Did you know: *'SqueezePlayer' (www.squeezeplayer.com)* will stream all
your music to your Android device. Take your music everywhere!
Remote Control + Streaming to your iPad? *'Squeezebox + iPad =
SqueezePad ' (www.squeezepad.com)*
Want to see a Weather Forecast on your Radio/Touch/Controller ? => why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? => why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=89292

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

Reply via email to