This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10839 - Database sorting does not work on un-filtered list (2)
Attached to Project:
Rockbox
Opened by Stefan (fallout33) - Wednesday, 09 December 2009, 16:05 GMT+2
Last edited by amaury pouly (pamaury) - Monday, 03 May 2010, 11:39 GMT+2
Opened by Stefan (fallout33) - Wednesday, 09 December 2009, 16:05 GMT+2
Last edited by amaury pouly (pamaury) - Monday, 03 May 2010, 11:39 GMT+2
|
DetailsAlthough this bug has already occurred in the past, has been fixed, it recently started to appear again and still exists (r23838-091203) at least on a Sandisk Sansa e200.
Original bug report: http://www.rockbox.org/tracker/task/9104 Database 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. Entirely removing the .rockbox directory from the device and only inserting the tagnavi_custom.config file does not solve the problem. |
This task depends upon
Closed by amaury pouly (pamaury)
Monday, 03 May 2010, 11:39 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The tagnavi code is not able to sort more entries than "Max entries in file browser". Increase this setting solves the issue. However, something should be added to the wiki or the manual.
Monday, 03 May 2010, 11:39 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The tagnavi code is not able to sort more entries than "Max entries in file browser". Increase this setting solves the issue. However, something should be added to the wiki or the manual.
Edit: I have just tried sansa sim (sansae200, r23907) and again no problem.
The problem seems to be related to the "max Entries in File Browser" setting.
If that setting is lower than the number of files in that database view then sorting doesn't work correctly (sorted by title instead of 'artist - title').
If the setting is higher then everything works as expected.
Stefan, can you please check if this fixes it for you.
Thank you!