QUOTE(London Rain @ Aug 16 2004, 05:32 AM)
Currently I'm using the following Lame settings.
CODE
--alt-preset 192 --add-id3v2 --pad-id3v2 --tt "%t" --ta "%a" --tl "%g" --ty "%y" --tn "%n" --tg "%m" %s %d
Is it possible to add a leading zero to the tracknumber in the id3v2-tag if the track is<10? It's very annoying to do this manually.
Thanks!
There you go:
$num(%tracknumber%,2)
from another thread, just search for leading zero.
EDIT: my bad you meant in the lame preset... I dont think so but you can just queue all your files in foobar then give it a shot.