Bug 11642 - Account for the "CD" Tag
: Account for the "CD" Tag
Status: NEW
Product: Canola
Media Scanner
: unspecified
: N900 Maemo
: Unspecified normal (vote)
: ---
Assigned To: Eduardo Lima (Etrunko)
: general-bugs
:
:
:
:
  Show dependency tree
 
Reported: 2010-12-01 02:00 UTC by Bjoern Olausson
Modified: 2010-12-01 02:00 UTC (History)
0 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Bjoern Olausson (reporter) 2010-12-01 02:00:53 UTC
The audio library does not honor the "CD"-Tag.

In most cases one tags a Album with multiple CDs with n+1/X (n<=X) (like 1/3,
2/3, 3/3). Or just with 1, 2, 3 (Keep "human expected sorting" in mind when
leading zeros are missing like 1, 2, 3, 100, 200, 300 and not 1, 100, 2, 200,
3, 300)

In all cases Canola should regenerate the correct play order.

For example:

Album XYZ CD 1/3
Track 1 : Play me first
Track 2 : Play me second

Album XYZ CD 2/3
Track 1 : Play me third
Track 2 : Play me fourth

Album XYZ CD 3/3
Track 1 : Play me fifth
Track 2 : Play me sixth

In "My music -> Albums" this is currently sorted the following way:
Track 1 : Play me first
Track 1 : Play me third
Track 1 : Play me fifth
Track 2 : Play me second
Track 2 : Play me fourth
Track 2 : Play me sixth


While honoring the CD, this would yield the following order:
Track 1 : Play me first
Track 2 : Play me second
Track 1 : Play me third
Track 2 : Play me fourth
Track 1 : Play me fifth
Track 2 : Play me sixth

Nice App by the way!

Cheers
Bjoern