Add Leading Zero and Total Tracks to Mp3s Using Mp3Tag
I was editing the id3 tags to an album the other day using Mp3Tag, and I wanted to find a way of automating the adding a leading zero and total tracks to the track id3 tag.
Example: 3 -> 03/12
Do this by creating an Action in Mp3Tag using Format Value action type with the command:
$num(%track%,2)/$num(%_total_files%,2)














