I want the ID3 tag to read xx/xx for the track number but I just want the track only for the file name. Mp3 tagger used to do this. If the track number reads "04/13," then the track name reads "0413", which is dumb. It should just read track # "04." What changed?
you have to use $num(%track%,2) to write only the leading track number.
NICE DUDE! THANKS!