Quote:
Originally posted by BugMaster
Incorrect working of option "When loading multiple files, sort by filename". For example such dir (ascending order):
#DUMMY.MP3
01 - Set 1.mp3
02 - Set 2.mp3
After checking this option became:
01 - Set 1.mp3
02 - Set 2.mp3
#DUMMY.MP3
P.S. Winamp 5.24 also has this bug.
|
This is because the sorting algorithm changed (a few versions back) to allow for correct sorting of filenames without leading zeroes. e.g. 1 2 3 ... 10 11, instead of 1 10 11 2 ...
Unfortunately, as a side effect, all the numbers are put first when sorting.