A variation on the same question:
I want the base of the title to be "Devil's Chessboard" followed by the track number.
Devil's Chessboard 1, Devil's Chessboard 2 etc.
I selected all files in the directory, and put Devil's Chessboard %track% in the Title box on the left-hand side of the window, and clicked on the Save button.
I get Devil's Chessboard %track% for all files. Ooops. What am I missing?
The filename is not the title.
The tag panel allows only string constants and no variables - every input is taken literally.
If you want to rename the file based on tag data, use
Convert>Tag-Filename
Format string: %title% $num(%track%,2)
The Title right now is Devil's Chessboard %track%
The filename is Devils_1_01.mp3.
I want the title to be the literal "Devil's Chessboard" plus the track number, ie Devil's Chessboard 1
The string you gave me would produce Devil's Chessboard %track% 01
(the "%track%" is now a literal in every title)
All the titles are the same, right now
Yes. Probably because you saved the data accordingly in TITLE.
MP3tag takes the user data seriously and does not leave anything out unless the user tells it so.
So, select all the files that have the added "%track%" at the end, remove the superfluous letters and press Ctrl-S to save the modification.
Then try the converter again.