Convert Tag - Filename

not sure if this if this can be called a bug...

i always tag tracknumbers in the 0x/0n format (save total count and leading zeros).
but if i want to convert from tag to filename and use a formatstring like '%track% - %title%' (without the quotes) the preview shows:
07/12 - song.mp3
but i can never save that file(name), because of the slash as an invalid character.

wouldn't it be more logical to only show the 'real' tracknumber (07) here, instead of number+count (07/12) ?

or is there another way in the formatstring to only use the first 2 characters from the %track% variable?

regards, Eddict

Just use $num(%track%,2)