summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/tagcache.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-01-20 00:05:14 +0000
committerNils Wallménius <nils@rockbox.org>2007-01-20 00:05:14 +0000
commitfc3076699bc4ba927c47e61be53a42cfa09931e5 (patch)
treec4492375a357e5333421a50fd824a3cc77690883 /manual/rockbox_interface/tagcache.tex
parente56b151efb2be8827b3287ac0c3fc2532b631ac8 (diff)
downloadrockbox-fc3076699bc4ba927c47e61be53a42cfa09931e5.tar.gz
rockbox-fc3076699bc4ba927c47e61be53a42cfa09931e5.zip
Make it clear that the player has to be restarted after initializing the database
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12077 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/tagcache.tex')
-rw-r--r--manual/rockbox_interface/tagcache.tex17
1 files changed, 8 insertions, 9 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index fc68f9d85e..161c8447ff 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -8,8 +8,8 @@ contained in the tags (ID3v1, ID3v2%
8) in your audio files, Rockbox builds and maintains a database of the music 8) in your audio files, Rockbox builds and maintains a database of the music
9files on your player and allows you to browse them by Artist, Album and Genre. 9files on your player and allows you to browse them by Artist, Album and Genre.
10 10
11\subsection{Initialising the database} 11\subsection{Initializing the database}
12Before you use the database for the first time, you must initialise it by using 12Before you use the database for the first time, you must initialize it by using
13the \setting{Initialize Now} function in the \setting{Database Menu} 13the \setting{Initialize Now} function in the \setting{Database Menu}
14(\setting{General Settings $\rightarrow$ File View $\rightarrow$ Database}) 14(\setting{General Settings $\rightarrow$ File View $\rightarrow$ Database})
15, which is described in the following section. 15, which is described in the following section.
@@ -49,15 +49,14 @@ the \setting{Initialize Now} function in the \setting{Database Menu}
49 Menu}. 49 Menu}.
50 \warn{\setting{Initialize Now} removes all database files (removing 50 \warn{\setting{Initialize Now} removes all database files (removing
51 runtimedb data also) and rebuilds the database from scratch.} 51 runtimedb data also) and rebuilds the database from scratch.}
52
52 This can take quite a while depending on the number of music files on your 53 This can take quite a while depending on the number of music files on your
53 \dap{}, and may require a restart to allow the files to be committed to the 54 \dap{}. The database initialization happens in the background, so you can
54 database. 55 continue to listen to music while the database is being initialized. If you
56 shut down your player during initialisation, the database building process
57 will continue next time you turn it on. After initialization is finished you
58 \emph{have to restart} your \dap{} before you can use the database.
55 59
56 The database initialisation happens in the background, so you can continue
57 to listen to music while the database is being initialised. If you shut
58 down your player during initialisation, the database building process will
59 continue next time you turn it on.
60
61\item[Update Now.] 60\item[Update Now.]
62 \setting{Update now} causes the database to detect new and deleted files 61 \setting{Update now} causes the database to detect new and deleted files
63 \opt{SWCODEC}{ 62 \opt{SWCODEC}{