Version: (using KDE KDE 3.4.2) Installed from: Mandriva RPMs It would be nice, if amarok could parse the TPOS (part of a set) id3 tag when available as disk number", along with the other tags. Consider an album having 2 disks. When filling the mp3 tags, the natural way is to assign "1" to "disk number" for all tracks from disk 1, the same with tracks from disk 2, then number all tracks with two-digit numbers, such as: disk 1: 01 - track A-one 02 - track A-two ... disk 2: 01 - track B-one 02 - track B-two The problem is, currently when such an album is added to the playlist, its tracks are sorted in a wrong way, such as: 01 - track A-one 01 - track B-one 02 - track A-two 02 - track B-two where the expected sorting would be, obviously 01 - track A-one 02 - track A-two 01 - track B-one 02 - track B-two Adding support for the "disc number" meta-information would solve this problem.
*** This bug has been marked as a duplicate of 90503 ***