Hi! Is it possible or is there a way for mp3tag to detect if the track number is alphanumeric and not change it?
Example:
Original File: Joachim & Julien - Acid Beat
Tag Filled: A1 Joachim Garraud & Julien Créance - Acid Beat (Original Mix)
Rename File: 00 Joachim Garraud & Julien Créance - Acid Beat (Original Mix)
This is the syntax what i use: %artist%\%year% - %album%\$num(%track%,2) %artist% - %title%
Please note that the field TRACK should be numeric. The only exception is the slash to separate the total of files.
If you have created all track numbers with leading zeros, then you don't need the $num() function.
An alternative would be to filter first for the files that are numeric and treat them with $num() and then filter for those with TRACK and an "A" and then those with a "B" and simply use %track%