Tagging mp3's

Associate
Joined
31 Jan 2007
Posts
1,861
Hey,
I ahve a large folder of some mp3's. I am using mp3tag to redo all the tags in my audio files recently.

I now have come across a folder with about 100 different parts of 1 long item. I basically want the "Title" tag to say "Part 1 of this long thing" but going throguh 100 different parts and changing the number within to be correct will take ages. Any way I can do it quicker?
 
using foobar2000, add all the files to a new playlist. highlight the files, right click, properties, right click "Track Title". select "format from other fields". in the format box put in

Code:
%title% Part $num(%list_index%,1)

you'll get a preview before you apply so might want to re-arrange to suit your needs.
 
Last edited:
Back
Top Bottom