This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9104 - Database sorting does not work on un-filtered list
Attached to Project:
Rockbox
Opened by Eddy (bascule) - Thursday, 19 June 2008, 11:00 GMT+2
Last edited by Robert Kukla (roolku) - Tuesday, 01 July 2008, 23:11 GMT+2
Opened by Eddy (bascule) - Thursday, 19 June 2008, 11:00 GMT+2
Last edited by Robert Kukla (roolku) - Tuesday, 01 July 2008, 23:11 GMT+2
|
DetailsDatabase results are sorted alphabetically using the formatting string.
This does not work if the menu item line does not contain any additional filters other than the required 'title'. http://forums.rockbox.org/index.php?topic=6661.msg127575#msg127575 Example: %format "fmt_artist_title" "%s - %s" artist title This works as expected: "All tracks" -> genre -> title = "fmt_artist_title" This does not: "All tracks" -> title = "fmt_artist_title" In the second example, the list is sorted alphabetically by 'title', ignoring the formatting string. |
This task depends upon
Closed by Robert Kukla (roolku)
Tuesday, 01 July 2008, 23:11 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r17910 (always try to sort if a format string is specified)
Tuesday, 01 July 2008, 23:11 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r17910 (always try to sort if a format string is specified)