All of my track tags do
not contain the leading zero. This script (Case and Leading Zero Checker) is very good at helping you rid (or add) zeros to all of your track tags.
http://www.mediamonkey.com/forum/viewto ... it=leading
However, I have configured my auto-organize mask to assign the file name a two digit track number (add a zero) so that the tracks are displayed in order in the directory. Here is the mask that I use"
Code: Select all
C:\Users\XXX\Music\Library\$MovePrefix(<Album Artist>)\<Album>\$If(<Disc#>,<Disc#>-,)<Track#:2> - <Title>
This mask results in a file path such as this when there is only one disc.
C:\Users\XXX\Music\Library\B.B. King\Live At The Regal\01 - Every Day I Have The Blues.mp3
And this when there are more than one discs.
C:\Users\XXX\Music\Library\Indigo Girls\1200 Curfews\1-02 - Least Complicated.mp3
I hope that helps.