forked from len0rd/rockbox
Implemented directory caching. No more waiting for disk to spin up while
browsing when cache is enabled (system -> disk -> enable directory cache). Cache building on boot is transparent except the first boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86e31d5558
commit
ab78b04680
15 changed files with 1068 additions and 21 deletions
|
|
@ -3298,3 +3298,21 @@ desc: use track gain if shuffle mode is on, album gain otherwise
|
|||
eng: "Track gain if shuffling"
|
||||
voice: "Track gain if shuffling"
|
||||
new:
|
||||
|
||||
id: LANG_DIRCACHE_ENABLE
|
||||
desc: in directory cache settings
|
||||
eng: "Enable directory cache"
|
||||
voice: "Enable directory cache"
|
||||
new:
|
||||
|
||||
id: LANG_DIRCACHE_REBOOT
|
||||
desc: when activating directory cache
|
||||
eng: "Please reboot to enable the cache"
|
||||
voice: "Please reboot to enable the cache"
|
||||
new:
|
||||
|
||||
id: LANG_DIRCACHE_BUILDING
|
||||
desc: when booting up and rebuilding the cache
|
||||
eng: "Scanning disk..."
|
||||
voice: ""
|
||||
new:
|
||||
|
|
|
|||
|
|
@ -3329,3 +3329,21 @@ desc: repeat one song
|
|||
eng: "A-B"
|
||||
voice: "A-B"
|
||||
new: "A-B"
|
||||
|
||||
id: LANG_DIRCACHE_ENABLE
|
||||
desc: in directory cache settings
|
||||
eng: "Enable directory cache"
|
||||
voice: "Hakemistopuun lataus muistiin"
|
||||
new: "Hakemistopuun lataus muistiin"
|
||||
|
||||
id: LANG_DIRCACHE_REBOOT
|
||||
desc: when activating directory cache
|
||||
eng: "Please reboot to enable the cache"
|
||||
voice: "Käynnistä laite uudelleen"
|
||||
new: "Käynnistä laite uudelleen"
|
||||
|
||||
id: LANG_DIRCACHE_BUILDING
|
||||
desc: when booting up and rebuilding the cache
|
||||
eng: "Scanning disk..."
|
||||
voice: ""
|
||||
new: "Ladataan hakemistopuu..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue