summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-03-07 15:44:03 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-03-07 15:44:03 +0000
commit2e508afe249ed6523af0ed3d1d007e89bf4076d4 (patch)
tree7de5fd86d6be9144b2dfbb10ddac853ab0c4cb43
parent8e6e290a95863f1ef4c2d742c6d3983280154e01 (diff)
downloadrockbox-2e508afe249ed6523af0ed3d1d007e89bf4076d4.tar.gz
rockbox-2e508afe249ed6523af0ed3d1d007e89bf4076d4.zip
Database needs Auto Update enabled for changes to get automatically imported.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12675 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/rockbox_interface/tagcache.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 044ed41139..9f99415858 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -74,7 +74,7 @@ the \setting{Initialize Now} function in the \setting{Database Menu}
74 played tracks to be logged and scored. 74 played tracks to be logged and scored.
75 75
76\item[Export modifications.] 76\item[Export modifications.]
77 This allows for the runtime data to be exported into \\ 77 This allows for the runtime data to be exported to the file \\
78 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in 78 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in
79 ASCII format. This is needed when database structures change, because new 79 ASCII format. This is needed when database structures change, because new
80 code cannot read old database code. But, all modifications 80 code cannot read old database code. But, all modifications
@@ -82,8 +82,8 @@ the \setting{Initialize Now} function in the \setting{Database Menu}
82 82
83\item[Import modifications.] 83\item[Import modifications.]
84 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be 84 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be
85 conveniently loaded into the database. This is performed automatically when 85 conveniently loaded into the database. If \setting{Auto Update} is
86 the database is initialised. 86 enabled this is performed automatically when the database is initialised.
87 87
88\end{description} 88\end{description}
89 89