Dear forum,
If my filenames in a folder look like this:
Track 1.mp3
Track 2.mp3
[..]
Track 10.mp3
how can I change this to:
Track 01.mp3
Track 02.mp3
[..]
Track 10.mp3
?
Thanks in advance for your help!
Jilt
Dear forum,
If my filenames in a folder look like this:
Track 1.mp3
Track 2.mp3
[..]
Track 10.mp3
how can I change this to:
Track 01.mp3
Track 02.mp3
[..]
Track 10.mp3
?
Thanks in advance for your help!
Jilt
You can set the tag-field TRACK within the file to look like what you want, ...
then rename the file with the converter "Tag - Filename".
You can use the track numbering assistant from the Mp3tag menu.
You can use the converter "Filename - Filename" ...
Mask old name: %1 %2
Mask new name: %1 $num(%2,2)
... and additionally there are some other ways to go in Mp3tag using other converters or using the Mp3tag scripting language in actions.
DD.20140120.1644.CET
Or you could use this tool, Bulk Rename Utility
My .bru renaming pattern file attached for inserting a lead zero to single numbers at the end of a file name in a 1 - 99 list of files.
It doesn't read tags or anything, it just renames files.
insert_lead_zero.zip (841 Bytes)
insert_lead_zero.zip (841 Bytes)
I used this one, it worked perfectly for me. Thanks a lot!
Jilt