Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Timer Plug in
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 2
- Joined: April 26th, 2007, 11:42 pm
- Location: New Orleans, LA, US
Timer Plug in
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.
-
- Posts: 11
- Joined: December 5th, 2009, 3:11 pm
- Location: Poland
- Contact:
Re: Timer Plug in
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?
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?