Been using auto-numbering for many years (thank you for mp3tag, by the way, it's really useful). This week, though, the auto-numbering wizard has stopped functioning. The Wizard pops up but clicking OK doesn't produce any results.
I've uninstalled, reinstalled with no change. OS is Windows 10 Pro
Could you tell us what you expected to happen?
I just tried the very same settings on a number of files and the track number changed as expected, i.e. first file got 1 and the 13th 13.
Thanks. I expected it to do the same with one slight difference - I generally use the function to put a leading zero on tracks 1 to 9.
Up until a few days ago, clicking OK caused the wizard to close and the tracks to be numbered sequentially in the order they appear in the main window.
If you do not feel at home with regular expression, then an action of the type "Format value" for TRACK and
Format string: $num(%track%,2)
for 2 digits
or even
Format string: $num(%track%,3)
for 3 digits
would also add padding with zeros where required.
There are many ways to skin a cat.