summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-20 16:44:26 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-20 16:44:26 +0000
commita18bd164d9953007e44d84786737d44b662150e4 (patch)
tree597fb7b80b8554ac10c743dc492f753d1195bb0d
parentd9f11ac41d3278479fd331ff9ef9e9b56fe87d9c (diff)
downloadrockbox-a18bd164d9953007e44d84786737d44b662150e4.tar.gz
rockbox-a18bd164d9953007e44d84786737d44b662150e4.zip
some updates to tagcache section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9744 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/rockbox_interface/tagcache.tex24
1 files changed, 21 insertions, 3 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 3710ccfbd2..ef5e521278 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -20,14 +20,32 @@ The Tag Cache database can either be kept on disk (to save memory), or
20loaded into RAM (for fast browsing). This configuration option can be 20loaded into RAM (for fast browsing). This configuration option can be
21found in General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache. 21found in General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache.
22Once the database has been built, you can browse your music using this 22Once the database has been built, you can browse your music using this
23database. To use the database change the show mode by changing the General Settings $\rightarrow$ File view $\rightarrow$ Show files option to 23database. To use the database change the show mode by changing the
24General Settings $\rightarrow$ File view $\rightarrow$ Show files option to
24``ID3 database''. This disables the File Browser and instead of the file 25``ID3 database''. This disables the File Browser and instead of the file
25browser you will now access the database. 26browser you will now access the database.
27%
28\begin{description}
29\item[Keeping Tag Cache on disk.] This does not require extra RAM for the
30Tag Cache and speeds up the boot process, but is slower when accessing.
31\item[Keeping Tag Cache on disk with Dircache enabled.] With Dircache
32enabled updating of the database is much faster. Also updates can be
33committed in background immediately.
34\item[Loading Tag Cache to RAM.] The fastest mode is when loading Tag Cache
35to RAM. New files are automatically detected and Tag Cache will get updated.
36Use this for the fastest browsing and searching without any waiting.
37\note{To use the RAM mode, first you have to turn on
38Directory Cache in General Settings $\rightarrow$ System $\rightarrow$
39Disk $\rightarrow$ Directory Cache.}
40\end{description}
26 41
27\note{You may need to increase the value of the ``Max files in dir browser'' 42\note{You may need to increase the value of the ``Max files in dir browser''
28setting (General Settings $\rightarrow$ System $\rightarrow$ Limits) 43setting (General Settings $\rightarrow$ System $\rightarrow$ Limits)
29in order to view long lists of tracks in the ID3 database browser.} 44in order to view long lists of tracks in the ID3 database browser.\\
30 45There is no option to turn off Tag Cache completely. If you don't want
46to use it just don't do the initial build of the database and don't load it
47to RAM.}
48%
31\begin{table} 49\begin{table}
32\begin{center} 50\begin{center}
33 \begin{tabularx}{.75\textwidth}{XX} 51 \begin{tabularx}{.75\textwidth}{XX}