Bug 111354

Summary: Take into account the "disk number" id3 tag
Product: [Applications] amarok Reporter: Nicolas Girard <nicolas.girard>
Component: generalAssignee: Amarok Bugs <amarok-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nicolas Girard 2005-08-23 15:36:02 UTC
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.
Comment 1 Seb Ruiz 2005-08-23 15:45:17 UTC

*** This bug has been marked as a duplicate of 90503 ***