This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7177 - Adds a setting to display special tags last in the database
Attached to Project:
Rockbox
Opened by Simon Génier (sgenier) - Wednesday, 16 May 2007, 16:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 04 August 2007, 16:45 GMT+2
Opened by Simon Génier (sgenier) - Wednesday, 16 May 2007, 16:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 04 August 2007, 16:45 GMT+2
|
DetailsThis adds a setting that change the position of the <Untagged> and <All tracks> tags in the database, so they are display after regular entries. This is especially good when you have only one entry, since it save the effort of pressing "down". Also, since the main goal of the database is to have tagged tracks, I guess <Untagged> is not used as much as regular tags.
I just want to warn you of something that can be unexpected: Since <Untagged> tags are sorted at commit time, the tagcache must be recommited after changing the setting. I guess I could have used a callback to do it automatically, but because a recommit is quite long, I chose to leave it to the user. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 04 August 2007, 16:45 GMT+2
Reason for closing: Rejected
Saturday, 04 August 2007, 16:45 GMT+2
Reason for closing: Rejected
I changed the patch so it applies cleanly on svn version 13475.