summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex5
-rw-r--r--manual/rockbox_interface/tagcache.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index 7e1ab75dab..1580fc88d2 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -157,6 +157,11 @@ each option pertains both to files and directories):
157 subdirectories will be shown, as well as the total size. 157 subdirectories will be shown, as well as the total size.
158\item [Set As Recording Directory.] 158\item [Set As Recording Directory.]
159 Save recordings in the selected directory. 159 Save recordings in the selected directory.
160\item [Add to Shortcuts.]
161 Adds a link to the selected item in the \fname{shortcuts.link} file.
162 If the file does not already exist it will be created in the root directory.
163 Note that if you create a shortcut to a file, Rockbox will not open it upon
164 selecting, but simply bring you to it's location in the \setting{File Browser}.
160\end{description} 165\end{description}
161 166
162\subsection{\label{sec:virtual_keyboard}Virtual Keyboard} 167\subsection{\label{sec:virtual_keyboard}Virtual Keyboard}
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 6e82dc4a69..1b5bc9106e 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -83,14 +83,14 @@ its subdirectories will be scanned and added to the database.
83 the WPS and is used in the database browser to, for example, show the most played, 83 the WPS and is used in the database browser to, for example, show the most played,
84 unplayed and most recently played tracks. 84 unplayed and most recently played tracks.
85 85
86\item[Export modifications.] 86\item[Export Modifications.]
87 This allows for the runtime data to be exported to the file \\ 87 This allows for the runtime data to be exported to the file \\
88 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in 88 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in
89 ASCII format. This is needed when database structures change, because new 89 ASCII format. This is needed when database structures change, because new
90 code cannot read old database code. But, all modifications 90 code cannot read old database code. But, all modifications
91 exported to ASCII format should be readable by all database versions. 91 exported to ASCII format should be readable by all database versions.
92 92
93\item[Import modifications.] 93\item[Import Modifications.]
94 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be 94 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be
95 conveniently loaded into the database. If \setting{Auto Update} is 95 conveniently loaded into the database. If \setting{Auto Update} is
96 enabled this is performed automatically when the database is initialized. 96 enabled this is performed automatically when the database is initialized.