casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
736 stars 53 forks source link

Track number 01, 02, ... 10, 11, ... #118

Open Singoleth opened 3 months ago

Singoleth commented 3 months ago

I used the formatter {track_number:0>2d} in the past, but it does no longer work (results in "get metadata failed"). {track_number} still works, but I would like the numbers to read 01, 02, 03 ... 10, 11, etc. Is this still possible?

Communalist commented 1 month ago

Use this: {track_number:02d}