Hi all, first time posting here! Really enjoying the latest release, however I have one feature request to make.
Currently, the program sorts tracks automatically as such if they are not zero-padded: track0, track1, track10, track100, track102, track104 … track2, track20, track200, track202, track204…
This often wrecks the ordering of the tracks if there are many tracks involved, when they are all (or almost) sequentially numbered. Ideally, there would be an option to do just that: track0, track1, track2, track10, track20, track102, track104 … track200, track202, track204…, and so on.
Please let me know if you need additional context. Currently, you can drag and drop a bunch of files named “file0.mp3”~ “file256.mp3” with it only keeping every fourth file in the list to test it out. (file0, file4, file8…)