This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11695 - Tracks are not ordered properly (concerning place value)
Attached to Project:
Rockbox
Opened by Jesse Noordegraaf (jessmanboo22) - Friday, 22 October 2010, 06:14 GMT+2
Last edited by sideral (sideral) - Saturday, 18 June 2011, 20:42 GMT+2
Opened by Jesse Noordegraaf (jessmanboo22) - Friday, 22 October 2010, 06:14 GMT+2
Last edited by sideral (sideral) - Saturday, 18 June 2011, 20:42 GMT+2
|
DetailsThe place value is not taken into account properly when listing songs in order by their track number in the database browser. The playlist browser, however, is normal, so playback is unaffected. It just makes for a slightly more awkward browsing experience in the database if you're looking for a certain track number.
Example tracks 1, 2, 3, 10, 11, 12, 100, 120, 168. I'm seeing them ordered like this: 1 10 100 11 12 120 168 2 3 They're supposed to be ordered like this: 1 2 3 10 11 12 100 120 168 I'm using r28323-101021. |
This task depends upon
Closed by sideral (sideral)
Saturday, 18 June 2011, 20:42 GMT+2
Reason for closing: Invalid
Additional comments about closing: No clarification in past 4 weeks
Saturday, 18 June 2011, 20:42 GMT+2
Reason for closing: Invalid
Additional comments about closing: No clarification in past 4 weeks
In the case of track listing, I think you are right. This is a bug.
The default tagnavi format does not support three-digit track numbers. This probably should be fixed. Does the following FAQ answer help?
http://www.rockbox.org/wiki/DataBase#FAQ