Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5528 - Tagcache rebuild mode

Attached to Project: Rockbox
Opened by Gaetano Vocca (gvoc) - Sunday, 11 June 2006, 11:47 GMT+2
Task Type Patches
Category Configuration
Status Closed
Assigned To No-one
Player Type All players
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Tagcache rebuild algorithm is meant to be fast but cannot recognize deleted directories.
This patch adds a new configuration toggle item allowing to choose whether to completely rebuild tagcache (by removing tagcache storage files) or just updating it (in case new files have only been added).
Three new string appended to english.lang
   rebuild_mode.diff (5.7 KiB)
 apps/settings.h        |    1 +
 apps/settings_menu.c   |   29 ++++++++++++++++++++++-------
 apps/tagcache.c        |    3 ++-
 apps/lang/english.lang |   43 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 8 deletions(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Sunday, 30 July 2006, 09:22 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  tagcache now has a \"initialize\" option which does a complete rebuild.

Loading...