I can't find the file timers.pm on my computer.  for that matter, I
don't even have the directory Util.

do I need to download some other software besides the Windows Exe?


bluegaspode;647090 Wrote: 
> 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?


-- 
chmartin
------------------------------------------------------------------------
chmartin's Profile: http://forums.slimdevices.com/member.php?userid=14006
View this thread: http://forums.slimdevices.com/showthread.php?t=89292

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

Reply via email to