Hi, ive looked through the forums regarding this issue and i cant find anything. Ive used this program many times its great but i have a problem. I like to just display the track number but in some of my mp3 tages the track number is 0121 as in track 01 of 21, is there a command i can type in to get rid of the 21 and just have 01.
Note, such an action requires concentration and good judgment.
Set the Mp3tag filter to ...
"$len(%TRACK%)" IS 4
... or use a somewhat stricter filter
"$len(%TRACK%)" IS 4 AND NOT TRACK HAS "/"
Then use the Mp3tag converter "Tag - Tag":
Field: TRACK_TEMP
Format string: $cutRight(%TRACK%,2)
If all values in the tag-field TRACK_TEMP look good, then copy the content from tag-field TRACK_TEMP to TRACK, afterwards remove the tag-field TRACK_TEMP.
... or ...
If all values in the tag-field TRACK_TEMP look good, then apply the cutRight function to the tag-field TRACK, afterwards remove the tag-field TRACK_TEMP.
Another method to solve this task would be ...
... use the "Autonumbering Wizard" with the proper setting.