I am looking for a tag editor that can process multiple files at once. Someone suggested MP3TAG to me, but I am not sure it will do what I need. Can someone please advise before I download?
I am looking to modify a tag with sequential numbering. For example, I wish to change all the TITLE tags for all the files in an audiobook to Chapter ##, where ## equals 01, 02, 03, etc. in sequence.
Is this possible with MP3TAG?
If so, how? If not, can someone suggest a program that will do this?
Yes, this is possible with the latest Development Build of Mp3tag.
Just create a new actionFormat value, set the field to TITLE and use the formatstring $num(%_counter%,2)
Simply apply this action to the files of an audiobook
hmmm..
well, I created a new action to add a 3 digit track sequence. When I ran the action, it added the same string "4294967295" to the track tag in all files! (instead of 001, 002, 003, etc sequentially)