This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6221 - Honor Disc Number ID3 tag before Track Number tag
Attached to Project:
Rockbox
Opened by adamscottphotos (adamscottphotos) - Saturday, 21 October 2006, 00:51 GMT+1
Last edited by Mustapha Senhaji (DrMoos) - Friday, 03 August 2007, 16:01 GMT+1
Opened by adamscottphotos (adamscottphotos) - Saturday, 21 October 2006, 00:51 GMT+1
Last edited by Mustapha Senhaji (DrMoos) - Friday, 03 August 2007, 16:01 GMT+1
|
DetailsMany people have multi-disc albums. The new Disc Number tag supports this gracefully. Many users have three discs of an album, all with identical Album Name tags. Each disc's Track Numbers begin at 1. As it does not support the Disc Number tag, Rockbox first plays track 1 of each disc, then track 2 of each disc and so on. With Disc Number support, each disc would correctly play its tracks in order.
Example: (sample multi-disc album): [Disc 1, 4 tracks] [Disc 2, 6 tracks] [Disc 3, 5 tracks] Current (broken) Rockbox behavior: d1t1 d2t1 d3t1 d1t2 d2t2 d3t2 d1t3 ... Desired behavior: d1t1 d1t2 d1t3 d1t4 d2t1 d2t2 d2t3 d2t4 d2t5 d2t6 d3t1 ... |
This task depends upon
Closed by Björn Stenberg (zagor)
Friday, 03 August 2007, 16:01 GMT+1
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
Friday, 03 August 2007, 16:01 GMT+1
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
FS#4961was added today. Great :))) This feature request could be closed.