hi there, i'm new and i'm not able to show the track number in the columns ui, i have addet a new column but i dont know what to write in the display string to show the track number. can someone help me? thanks in advance.
kalmark
Jan 4 2005, 11:26
%tracknumber%
or $num(%tracknumber%,2) to show the track number with a leading zero.
You also might want to add square brackets to hide errors on non-existant tags. [%tracknumber%]
You also might want to click on the tools button and choose titleformatting help.
many thanks!!
i have clickked on the tools button and choose titleformatting help, but nothig appened, i dont know why.
and sorry for my bad english!
kalmark
Jan 4 2005, 12:18
Opening titleformat_help.html in the foobar folder should show you the page that did not appear.
thanks, but i do not find the file named titleformat_help.html in my foobar folder
Duble0Syx
Jan 4 2005, 19:19
Also, $tracknumber(2) will show tracknumbers. I use this method because it allows letters as well, which is good for vinyl recordings.
QUOTE(Duble0Syx @ Jan 4 2005, 05:19 PM)
Also, $tracknumber(2) will show tracknumbers. I use this method because it allows letters as well, which is good for vinyl recordings.
thanks, i love this method
I'm using another one:
CODE
$add(%tracknumber%,0)
It handles all kind of numbers (5, 05, 5/10) and returns clean number without leading zeros and the total number of tracks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.