Help - Search - Members - Calendar
Full Version: track length question
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
edm107
I asking about if is possible to dysplay track length like this mm:ss instead of m:ss (03:45/3:45).
Anyone know about this?
foosion
From my playlist code:
CODE
$puts(length,$if2(%_length%,'-:--:--'))
$puts(length_pad,$left('0:00:00',$max(0,$sub(7,$len($get(length))))))

$get(length_pad)
$get(length)

You'll want to change 0:00:00 to 00:00 and 7 to 5.
edm107
Thank you very much!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.