Anyway, I am exporting to simple text file and want the format for track listing to be as follows:
01 - Some song title 03:25
02 - Some long song title 10:15
Can someone pls show me some code that I can format the track listing like the above.
This is what I have done:
$loop(%_path%)$num(%track%,2) - %title% %_length%
$loopend()
but the %_length% is not aligned right
tks
