https://bugs.kde.org/show_bug.cgi?id=473008
--- Comment #3 from Urs Fleisch <uflei...@users.sourceforge.net> --- Unfortunately, the sorting in the Qt file system model supports only a single column and order, so it will not be possible to sort by disc number and track number. The sort algorithm used does not seem to be stable, so sorting first by disc number and then by track number does not help either. I use file names which contain the disc and the track number (e.g. "203 title.mp3" for a title with disc number 2 and track number 3) by using `%{discnumber.1}%{track} %{title}` as the format. This has the advantage that the files are also correctly sorted in applications which do not read the disc number. -- You are receiving this mail because: You are watching all bug changes.