How to add 001 to 200 in front of file name


I want to put numbering on 200 mp3 files base on their modified date so the oldest be the 001 and the newest be 200 with %artist% - %title%. can someone help

Sort by

then apply Convert>Tag-Filename
Format string: $num(%_counter%,3) _ %_filename%

Or if you want to create the filename from scratch

then apply Convert>Tag-Filename
Format string: $num(%_counter%,3) _ %artist% - %title%

1 Like

thank you ohrenkino. exactly what im trying to say. perfect.