Bug 111354 - Take into account the "disk number" id3 tag
Summary: Take into account the "disk number" id3 tag
Status: RESOLVED DUPLICATE of bug 90503
Alias: None
Product: amarok
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 15:36 UTC by Nicolas Girard
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***