Duncan Webb wrote:
> OT: A big assumption that broadcasters transmit on time, there is nearly
> always a couple of minutes betweens shows, but when they do then 15 secs
> lead-in is better than missing the beginning.
>
> You don't have to follow my syntax could do it like:
> | t = CronTimer(callback)
> | t.at((min=15,sec=30))
> | t.at((min=20))
> | t.list() => [ "*:15:30", "*:20:00" ]
> | t.remove(t.list()[0])
> | t.list() => [ "*:20:00" ]

If you read my mail again, I had something similar in the interface :) 
So yes, it is a good idea to add seconds ;)


Dischi

-- 
Sorry - yesterday was the deadline for all complaints.

Attachment: pgpU7wlCkBomZ.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to