Page 1 of 1

Timer Plug in

Posted: April 28th, 2007, 5:55 pm
by moeken
I did a search and could not find a timer plug-in. Is there one available? I wanted to use it to spruce up the WMP plugin to add a progress bar and elapsed time for an MP3 that is playing.

Re: Timer Plug in

Posted: December 7th, 2009, 1:09 pm
by Scripter1
I'm looking for something similar.
Can someone make a plugin that will count and display time from screen appearance (actual time of displaying that screen; hours, minutes, seconds) with configurable format of displayed counted time like $Timer(hh :nn :ss).
The idea is that counter will reset on screen change so when on next screen appears $Timer again it will count time from 0 again.
Also it would be nice if it cold log last counted time so it could be possible to see what was last counted time.

Something like:
$Timer(function,hh :nn :ss) or $Timer(function,hh :nn :ss,log_name)
function1: just count;
function2: count and log;
function3: show last counted log.
Usage: $Timer(2,hh :nn :ss) or $Timer(3,hh :nn :ss,peter)

Anyone can help, please?