I've upgraded from 2.16 to 2.20 and now I wonder if the formatstring has changed?
Normally I would have this:
%track% [%artist% - %album%] %title%
Then track would be like 01, 02, 03 - 15, 16, 17.
Now I get 1, 2, 3 - 15, 16, 17.
I have to manually do the first 9 files like this:
0%track% [%artist% - %album%] %title%
Is there any way to change it back?