Hello,
I have an album with the number of tracks goes above 100. And the padding for the from the auto numbering wizard is not working. It does appear we can have a padding of 3 numbers , only 2.
Is this correct or I did I miss something ?
Cheers
Hello,
I have an album with the number of tracks goes above 100. And the padding for the from the auto numbering wizard is not working. It does appear we can have a padding of 3 numbers , only 2.
Is this correct or I did I miss something ?
Cheers
Are those MP4 files?
No. MP4 tags do not allow zeros for padding as the field for TRACK is purely numeric.
MP3tag would sort the file correctly and so would also decent players.
If you need padded numbers e.g. in the filename, then use $num(%track%,3) instead of the simple %track%