Help - Search - Members - Calendar
Full Version: show track number
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
gozzo
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
%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.
gozzo
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
Opening titleformat_help.html in the foobar folder should show you the page that did not appear. smile.gif
gozzo
thanks, but i do not find the file named titleformat_help.html in my foobar folder sad.gif
Duble0Syx
Also, $tracknumber(2) will show tracknumbers. I use this method because it allows letters as well, which is good for vinyl recordings.
gozzo
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 smile.gif
filon
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.
Invision Power Board © 2001-2008 Invision Power Services, Inc.