summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-10-07 15:10:53 +0200
committerChristian Soffke <christian.soffke@gmail.com>2024-04-23 23:02:47 -0400
commit3ce3b102ddd5b663759ed61bd689b7bbda2ceecd (patch)
tree73034503c3c4ee4416f2acc6369fd18f99ed8d80 /apps/lang
parent4a52147122847afa14e00f12e2b5f813cd1ee41d (diff)
downloadrockbox-3ce3b102ddd5b663759ed61bd689b7bbda2ceecd.tar.gz
rockbox-3ce3b102ddd5b663759ed61bd689b7bbda2ceecd.zip
Provide "quick" option for loading database into RAM
The directory cache and the database's Load to RAM feature each result in a much better user experience. But, when both features are enabled at the same time, it can take a very long time on older players - easily several minutes for larger libraries - until all of the database's dircache references have been updated. Include a 'Quick' option that causes the database to ignore dircache references which can *significantly* reduce disk activity after booting. Change-Id: I25ae779c97d03885b06d5a28d8be55c0d05692a5
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index c41033ec81..b326d5fec0 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16669,3 +16669,17 @@
16669 *: "Remove Queued Tracks?" 16669 *: "Remove Queued Tracks?"
16670 </voice> 16670 </voice>
16671</phrase> 16671</phrase>
16672<phrase>
16673 id: LANG_QUICK_IGNORE_DIRACHE
16674 desc: in Settings
16675 user: core
16676 <source>
16677 *: "Quick (Ignore Directory Cache)"
16678 </source>
16679 <dest>
16680 *: "Quick (Ignore Directory Cache)"
16681 </dest>
16682 <voice>
16683 *: "Quick (Ignore Directory Cache)"
16684 </voice>
16685</phrase>