My problem here is that i'm trying to add a "0" in front of tracknumbers from 1-9.
And no changes for tracks from "10" and above. So in the tag, it'll show up:
"01" instead of "1", and from no changes from "10".
emm, i just want 2 digits instead of one for all track numbers... and i'm encoding to OGG and FLAC.
so i thought an "IF" statement might help, but hmm, is there any way to work around this?
btw, here's the command-line i use for OGG.
-q3 -a "%a" -t "%t" -l "%g" -d "%y" -N "0%n" -G "%m" %s
notice the 0 in front of %n
thanks.
cole.