I'm trying to tag mp3s in the filename with a catalog code. The code is in parenthesis and starts with a couple of letters followed by a hyphen (i.e. TC-). After the hyphen goes the catalog number and the number for each track on the album is incremental. It just doesn't usually start at 1. It might be 77 or 43 or something like that.
I can get the "TC-" into the filename, but how do I insert a number that will increase by one for each track that follows and how do I tell the program what number to start with?
I would like to be able to do this using string values in the filename-filename section.
Thank you for any help.