summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex6
-rw-r--r--manual/configure_rockbox/bookmarking.tex8
-rw-r--r--manual/configure_rockbox/sound_settings.tex18
-rw-r--r--manual/main_menu/main.tex19
-rw-r--r--manual/rockbox_interface/tagcache.tex34
-rw-r--r--manual/rockbox_interface/wps.tex4
6 files changed, 56 insertions, 33 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 94b61e9534..ecdae6c0b9 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -587,9 +587,9 @@ display cycling round the defined sublines. See
587 \item It should match the \config{Source:} line in the language file. 587 \item It should match the \config{Source:} line in the language file.
588 \end{itemize} 588 \end{itemize}
589 589
590 \note{checkwps cannot verify that the string is correct, so please check on 590 \note{\fname{checkwps} can be used to verify that the translated strings
591 either the simulator or on target.} 591 used in a theme are valid for a specific \dap{}. In the UI,
592 592 invalid strings will be replaced with a blank/empty string.}
593 593
594\opt{touchscreen}{ 594\opt{touchscreen}{
595 \section{Touchscreen Areas} 595 \section{Touchscreen Areas}
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index d87b5ad8a7..a0a047e190 100644
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -14,11 +14,9 @@
14 the bookmark to load. There are other ways to load a bookmarks mentioned 14 the bookmark to load. There are other ways to load a bookmarks mentioned
15 below. 15 below.
16 16
17 \note{Bookmarking does not work with dynamic (i.e. modified but not saved) 17 \note{If the current playlist has been modified or is unsaved, such as when
18 playlists, such as when playing tracks from the \setting{Database} instead of 18 playing tracks from the \setting{Database}, Rockbox will automatically
19 the \setting{File Browser}. 19 offer to save the playlist to a file when you attempt to create a bookmark.
20 If you do not see the option to create a bookmark in the \setting{WPS Context Menu},
21 try saving the current playlist first.
22 Queued tracks (see \reference{ref:queuing}) do not get saved to the playlist file. 20 Queued tracks (see \reference{ref:queuing}) do not get saved to the playlist file.
23 You're asked to confirm their removal when saving, so that the current playlist 21 You're asked to confirm their removal when saving, so that the current playlist
24 can be bookmarked. } 22 can be bookmarked. }
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 951eded31c..fd69d63317 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -193,6 +193,24 @@ change to customise your listening experience.
193 the effect of widening the stereo field. A value of 100\% will leave the 193 the effect of widening the stereo field. A value of 100\% will leave the
194 stereo field unaltered. 194 stereo field unaltered.
195 195
196\opt{erosqnative}{
197 \section{Stereo Switch Mode}
198 The Eros Q and related devices contain a stereo switch in the audio path.
199 This may be connected differently depending on the hardware revision. This
200 setting allows the behavior of the stereo switch to be changed if one of
201 the two outputs (Headphones or Line Out) is not working. There are four modes:
202 \begin{description}
203 \item[Normal.]
204 Headphones output uses a value of 0, and Line Out uses a value of 1.
205 \item[Reverse.]
206 Headphones output uses a value of 1, and Line Out uses a value of 0.
207 \item[Always 0.]
208 Both outputs use a value of 0.
209 \item[Always 1.]
210 Both outputs use a value of 1.
211 \end{description}
212}
213
196\opt{dac_power_mode}{ 214\opt{dac_power_mode}{
197 \opt{fiiom3k}{ 215 \opt{fiiom3k}{
198 \section{DAC Power Mode} 216 \section{DAC Power Mode}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 9a75689940..f09cc448cb 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -53,9 +53,9 @@ If the \setting{Save a list of recently created bookmarks} option is enabled
53then you can view a list of several recent bookmarks here and select one to 53then you can view a list of several recent bookmarks here and select one to
54jump straight to that track.\\* 54jump straight to that track.\\*
55 55
56 \note{A track launched from the file browser can be bookmarked as is. If 56 \note{A track launched from the file browser can be bookmarked as-is. For
57 tracks are launched via the database, or the current playlist has been modified, 57 tracks launched via the database, or for modified playlists, you're
58 creating a bookmark requires that you save the playlist first.\\*} 58 asked to save the playlist to a file when creating a bookmark.\\*}
59 59
60 \begin{btnmap} 60 \begin{btnmap}
61 \ActionStdNext 61 \ActionStdNext
@@ -284,7 +284,7 @@ settings. With a shortcut,
284 a \fname{.cfg} loaded) 284 a \fname{.cfg} loaded)
285 \item The file browser can be opened with the cursor positioned at 285 \item The file browser can be opened with the cursor positioned at
286 a specified file or folder 286 a specified file or folder
287 \item A file's or folder's ``Current Playlist'' context menu item can 287 \item A file's or folder's ``Playing Next...'' context menu item can
288 be displayed 288 be displayed
289 \item A setting can be configured (any which can be added to the 289 \item A setting can be configured (any which can be added to the
290 \setting{Quick Screen}) 290 \setting{Quick Screen})
@@ -293,7 +293,7 @@ settings. With a shortcut,
293 \item The current time can be spoken 293 \item The current time can be spoken
294} 294}
295 \item The sleep timer can be configured 295 \item The sleep timer can be configured
296 \item The \dap{} can be turned off 296 \item The \dap{} can be turned off or rebooted
297\end{itemize} 297\end{itemize}
298 298
299\note{Shortcuts into the database are not possible} 299\note{Shortcuts into the database are not possible}
@@ -307,7 +307,7 @@ each item to be displayed. Each shortcut looks like the following:
307 data: <what the shortcut actually links to> 307 data: <what the shortcut actually links to>
308 name: <what the shortcut should be displayed as> 308 name: <what the shortcut should be displayed as>
309 icon: <number of the theme icon to use (see \wikilink{CustomIcons})> 309 icon: <number of the theme icon to use (see \wikilink{CustomIcons})>
310 talkclip: <filename of a talk clip to speak when voice menus are enabled> 310 talkclip: <full path to a talk clip to speak when voice menus are enabled> (example: \fname{/.rockbox/filename.talk})
311\end{example} 311\end{example}
312 312
313Only ``type'' and ``data'' are required (except if type is ``separator'' in which case 313Only ``type'' and ``data'' are required (except if type is ``separator'' in which case
@@ -325,9 +325,12 @@ Available types are:
325\item[separator] \config{data} is ignored; \config{name} can be used to display text, 325\item[separator] \config{data} is ignored; \config{name} can be used to display text,
326 or left blank to make the list more accessible with visual gaps 326 or left blank to make the list more accessible with visual gaps
327\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X'' 327\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X''
328 where X is the number of minutes to run the sleep timer for (0 to disable). \config{name} 328 where X can, optionally, be the number of minutes to run the sleep timer for (0 to disable).
329 is required for this shortcut type. 329 If ``sleep'' is not followed by a number, the sleep timer can be stopped, if running,
330 or started using the default duration; \config{name} will be ignored in that case. Otherwise
331 \config{name} is required for this shortcut type.
330\item[shutdown] \config{data} is ignored; \config{name} can be used to display text 332\item[shutdown] \config{data} is ignored; \config{name} can be used to display text
333\item[reboot] \config{data} is ignored; \config{name} can be used to display text
331\end{description} 334\end{description}
332 335
333If the name/icon items are not specified, a sensible default will be used. 336If the name/icon items are not specified, a sensible default will be used.
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 91c0255750..3c3e6d2df8 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -47,30 +47,34 @@ with logging
47 \item[Load To RAM] 47 \item[Load To RAM]
48 The database can either be kept on \disk{} (to save memory), or 48 The database can either be kept on \disk{} (to save memory), or
49 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads 49 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads
50 the database to RAM, allowing faster browsing and searching. Setting this 50 the database to RAM, beginning with the next reboot, allowing faster browsing and
51 option to \setting{No} keeps the database on the \disk{}, meaning slower 51 searching. Setting this option to \setting{No} keeps the database on the \disk{},
52 browsing but it does not use extra RAM and saves some battery on boot up. 52 meaning slower browsing but it does not use extra RAM and saves some battery on
53 53 boot up.
54
54 \opt{HAVE_DISK_STORAGE}{ 55 \opt{HAVE_DISK_STORAGE}{
55 If you browse your music frequently using the database, you should 56 If you browse your music frequently using the database, you should
56 load to RAM, as this will reduce the overall battery consumption because 57 load to RAM, as this will reduce the overall battery consumption because
57 the disk will not need to spin on each search. 58 the disk will not need to spin on each search.
58 } 59 }
59 60
60 \note{When Load to RAM is turned on, and the directory cache is enabled as well, 61 \note{When Load to RAM is turned on, and the directory cache (see
61 it may take an unexpectedly long amount of time for disk activity to 62 \reference{ref:dircache}) is enabled as well, it may take an unexpectedly long amount
62 wind down after booting, depending on your library size and player. 63 of time for disk activity to wind down after booting, depending on your library size
64 and player.
63 65
64 This can be mitigated by choosing the \setting{Quick} option instead, which causes 66 This can be mitigated by choosing the \setting{Quick} option instead, which causes
65 the database to ignore cached file references. In that case, you may notice brief 67 the database to ignore cached file references. In that case, you should expect brief
66 moments of disk activity once the path for a database entry has to be retrieved. 68 moments of disk activity whenever the path for a database entry has to be retrieved.
67 69
68 Set to \setting{On}, if you plan to take advantage the database's Update function, 70 Setting this to \setting{On} may be preferable for reducing disk accesses if you plan to
69 or use a WPS that displays multiple upcoming tracks from the current playlist. 71 take advantage of \setting{Auto Update}, have enabled \setting{Gather Runtime Data}
70 Otherwise, you may notice file names instead of metadata being displayed for those 72 (see below for both), enabled \setting{Automatic resume} (see
71 tracks.} 73 \reference{ref:Autoresumeconfigactual}), or use a WPS that displays multiple upcoming
74 tracks from the current playlist. In the latter case, metadata will not be displayed
75 for those tracks otherwise.}
72 } 76 }
73 77
74\item[Auto Update] 78\item[Auto Update]
75 If \setting{Auto update} is set to \setting{on}, each time the \dap{} 79 If \setting{Auto update} is set to \setting{on}, each time the \dap{}
76 boots, the database will automatically be updated. 80 boots, the database will automatically be updated.
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 839392b054..b00d066525 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -226,8 +226,8 @@ browser. The value wraps at 10.
226\subsubsection{\label{ref:createbookmark}Bookmarks} 226\subsubsection{\label{ref:createbookmark}Bookmarks}
227Create a bookmark in the currently playing track, or display existing entries. 227Create a bookmark in the currently playing track, or display existing entries.
228Bookmarks can only be used with directories, or playlists stored on 228Bookmarks can only be used with directories, or playlists stored on
229disk. If you don't see the option to create a bookmark, try saving the 229disk. You'll be asked to provide the name for a file to save the playlist to,
230current playlist first. 230if necessary.
231 231
232\note{If you've enabled options for queuing tracks (see \reference{ref:queuing}), keep 232\note{If you've enabled options for queuing tracks (see \reference{ref:queuing}), keep
233in mind that those are not saved to a playlist file. 233in mind that those are not saved to a playlist file.