Anyway, my display is a MO VK-202-24-USB. There's a lot of stuff to pack into two lines, but I want it to look good as well, as it's going to be the display on my HTPC.
What I have so far is:
Code: Select all
$dll(holdnscroll.dll,1,($WinampTracknr) ,16/$WinampTitle)
$dll(sandr.dll,1,$WinampStat,) $Chr(176) [$WinampPosition(8)]$Right($WinampPosh,$7%)
What I would like to be able to do is add leading zeros to the time elapsed/remaining counters from the winamp plugin, like so:
H:MM:SS or 0:02:43
that will make it easier to build around it and squeeze every last box of usefulness. I think that I will need some kind of IF setup, but I can't really find much on how to do it...
I.E.:
Code: Select all
IF (winampTime <1 hour)
THEN {display leading zero and semicolon}
IF (winampTime <1 minute)
THEN {display leading zeros and semicolon}
ELSE {just display the time}
ELSE {just display the time}
ENDIF
Since I've got your attention, what about displaying chapters/scenes for a DVD?
Would this be better suited to the 'plugin feature request' area?