summaryrefslogtreecommitdiff
path: root/manual/main_menu/main.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-30 21:21:46 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-30 21:21:46 +0000
commitec3b293648fb55dbac1a4322a181c29619420e4f (patch)
tree6f4b6eb6fe4be63f35fa3a0b295b5783927d4f27 /manual/main_menu/main.tex
parentf474699027ef94b9ae8a9ad399624254034c4233 (diff)
downloadrockbox-ec3b293648fb55dbac1a4322a181c29619420e4f.tar.gz
rockbox-ec3b293648fb55dbac1a4322a181c29619420e4f.zip
Patch #4945 from Mark Bright. Tab-removal by me. Only include the fm section for targets with tuner. Adapt tables to keymacros/tabularx.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9372 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu/main.tex')
-rw-r--r--manual/main_menu/main.tex243
1 files changed, 159 insertions, 84 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index f529d1da3f..95f8897978 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -11,46 +11,42 @@ The two settings menus are covered in detail starting on page \pageref{ref:confi
11Navigating through the menu: 11Navigating through the menu:
12\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{ 12\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{
13 \begin{center} 13 \begin{center}
14 \begin{tabular}{@{}ll@{}}\toprule 14 \begin{tabularx}{\textwidth}{lX}\toprule
15 \textbf{Key} & \textbf{Action} \\\midrule 15 \textbf{Key} & \textbf{Action} \\\midrule
16 \opt{IPOD_4G_PAD}{\ButtonScrollFwd} 16 \opt{IPOD_4G_PAD}{\ButtonScrollFwd}
17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} & Moves up in the menu. \\ 17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
18 & Inside a setting, increases the value or\\ 18 & Moves up in the menu. Inside a setting, increases the value or chooses next option \\
19 & chooses next option \\
20 % 19 %
21 \opt{IPOD_4G_PAD}{\ButtonScrollBack} 20 \opt{IPOD_4G_PAD}{\ButtonScrollBack}
22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} & Moves down in the menu. \\ 21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
23 & Inside a setting, decreases the value or \\ 22 & Moves down in the menu. Inside a setting, decreases the value or chooses previous option \\
24 & chooses previous option \\
25 % 23 %
26 \opt{RECORDER_PAD}{\ButtonPlay/\ButtonRight} 24 \opt{RECORDER_PAD}{\ButtonPlay/\ButtonRight}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect/\ButtonRight} 25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect/\ButtonRight}
28 \opt{ONDIO_PAD,IPOD_4G_PAD}{\ButtonRight} & Selects option \\ 26 \opt{ONDIO_PAD,IPOD_4G_PAD}{\ButtonRight}
27 & Selects option \\
29 % 28 %
30 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff/\ButtonLeft} 29 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff/\ButtonLeft}
31 \opt{IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD}{\ButtonLeft} & Exits menu, setting or moves to parent menu\\ 30 \opt{IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD}{\ButtonLeft}
31 & Exits menu, setting or moves to parent menu\\
32 \bottomrule 32 \bottomrule
33 \end{tabular} 33 \end{tabularx}
34 \end{center} 34 \end{center}
35} 35}
36\opt{PLAYER_PAD}{ 36\opt{PLAYER_PAD}{
37 \begin{center} 37 \begin{center}
38 \begin{tabular}{@{}ll@{}}\toprule 38 \begin{tabularx}{\textwidth}{lX}\toprule
39 \textbf{Key} & \textbf{Action} \\\midrule 39 \textbf{Key} & \textbf{Action} \\\midrule
40 % 40 %
41 \ButtonLeft & Selects previous option in the menu. \\ 41 \ButtonLeft & Selects previous option in the menu. Inside an setting, decreases the value or chooses previous option \\
42 & Inside an setting, decreases the value or \\
43 & chooses previous option \\
44 % 42 %
45 \ButtonRight & Selects next option in the menu. \\ 43 \ButtonRight & Selects next option in the menu. Inside an setting increases the value or chooses next option \\
46 & Inside an setting increases the value or \\
47 & chooses next option \\
48 % 44 %
49 \ButtonPlay & Selects item \\ 45 \ButtonPlay & Selects item \\
50 % 46 %
51 \ButtonStop & Exit menu, setting or moves to parent menu. \\ 47 \ButtonStop & Exit menu, setting or moves to parent menu. \\
52 \bottomrule 48 \bottomrule
53 \end{tabular} 49 \end{tabularx}
54 \end{center} 50 \end{center}
55} 51}
56 52
@@ -64,29 +60,27 @@ Navigating through the menu:
64 60
65 \begin{table}[h!] 61 \begin{table}[h!]
66 \begin{center} 62 \begin{center}
67 \begin{tabular}{@{}ll@{}}\toprule 63 \begin{tabularx}{\textwidth}{lX}\toprule
68 \textbf{Button} & \textbf{Function} \\\midrule 64 \textbf{Button} & \textbf{Function} \\\midrule
69 \ButtonLeft & Decreases Gain \\ 65 \ButtonLeft & Decreases Gain \\
70 % 66 %
71 \ButtonRight & Increases Gain \\ 67 \ButtonRight & Increases Gain \\
72 % 68 %
73 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 69 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
74 \opt{ONDIO_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{FixMe:} & Starts recording. \\ 70 \opt{ONDIO_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{FixMe} & Starts recording. \\
75 & While recording, button closes the current file and opens a new one.\\ 71 & While recording: button closes the current file and opens a new one.\\
76 & (while recording) Pauses / restarts recording \\ 72 %
77 %
78 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 73 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
79 \opt{ONDIO_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{FixMe:} & Exits Recording Screen.\\ 74 \opt{ONDIO_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD}{FixMe} & Exits Recording Screen.\\
80 & (while recording) Stop recording \\ 75 & While recording: Stop recording \\
81 % 76 %
82 \opt{RECORDER_PAD}{\ButtonFOne} 77 \opt{RECORDER_PAD}{\ButtonFOne}
83 \opt{ONDIO_PAD}{\ButtonMenu} 78 \opt{ONDIO_PAD}{\ButtonMenu}
84 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{Hold \ButtonSelect} & Opens Recording Settings screen (see below) \\ 79 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{Hold \ButtonSelect}
80 & Opens Recording Settings screen (see below) \\
85 % 81 %
86 \opt{RECORDER_PAD}{ 82 \opt{RECORDER_PAD}{
87 \ButtonFTwo & Quick menu for recording settings. \\ 83 \ButtonFTwo & Quick menu for recording settings. A quick press will leave the screen up (press {\ButtonFTwo} again to exit),while holding it will close the screen when you release it. \\
88 & A quick press will leave the screen up (press {\ButtonFTwo} again to exit),\\
89 & while holding it will close the screen when you release it. \\
90 } 84 }
91 % 85 %
92 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{ 86 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{
@@ -95,11 +89,11 @@ Navigating through the menu:
95 % 89 %
96 \opt{RECORDER_PAD}{ 90 \opt{RECORDER_PAD}{
97 \ButtonFThree & Quick menu for source setting. \\ 91 \ButtonFThree & Quick menu for source setting. \\
98 & Quick/hold works as for {\ButtonFTwo}. \\ 92 & Quick/hold works as for {\ButtonFTwo}. \\
99 & (while recording) Start a new recording file \\ 93 & While recording: Start a new recording file \\
100 } 94 }
101 \bottomrule 95 \bottomrule
102 \end{tabular} 96 \end{tabularx}
103 \end{center} 97 \end{center}
104 \end{table} 98 \end{table}
105 99
@@ -108,34 +102,34 @@ Navigating through the menu:
108 \opt{MASCODEC}{ 102 \opt{MASCODEC}{
109 \begin{itemize} 103 \begin{itemize}
110 \item \textbf{Quality} 104 \item \textbf{Quality}
111 Choose the quality here (0 to 7). Default is 5, best quality is 7, smallest file size is 0. This setting effects how much your sound sample will be compressed. Higher quality settings result in larger MP3 files. 105 Choose the quality here (0 to 7). Default is 5, best quality is 7, smallest file size is 0. This setting effects how much your sound sample will be compressed. Higher quality settings result in larger MP3 files.
112 106
113 The quality setting is just a way of selecting an average bit rate, or number of bits per second, for a recording. When this setting is lowered, recordings are compressed more (meaning worse sound quality), and the average bitrate changes as follows. 107 The quality setting is just a way of selecting an average bit rate, or number of bits per second, for a recording. When this setting is lowered, recordings are compressed more (meaning worse sound quality), and the average bitrate changes as follows.
114 \end{itemize} 108 \end{itemize}
115 109
116 \begin{table}[h!] 110 \begin{table}[h!]
117 \begin{center} 111 \begin{center}
118 \begin{tabular}{@{}ll@{}}\toprule 112 \begin{tabularx}{\textwidth}{lX}\toprule
119 \textbf{Frequency} & \textbf{Bitrate} (Kbit/s) {}- quality 0{}-{\textgreater}7 \\\midrule 113 \textbf{Frequency} & \textbf{Bitrate} (Kbit/s) {}- quality 0{}-{\textgreater}7 \\\midrule
120 44100Hz stereo: & 75, 80, 90, 100, 120, 140, 160, 170 \\ 114 44100Hz stereo & 75, 80, 90, 100, 120, 140, 160, 170 \\
121 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\ 115 22050Hz stereo & 39, 41, 45, 50, 60, 80, 110, 130 \\
122 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\ 116 44100Hz mono & 65, 68, 73, 80, 90, 105, 125, 140 \\
123 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\bottomrule 117 22050Hz mono & 35, 38, 40, 45, 50, 60, 75, 90 \\\bottomrule
124 \end{tabular} 118 \end{tabularx}
125 \end{center} 119 \end{center}
126 \end{table} 120 \end{table}
127 } 121 }
128 \begin{itemize} 122 \begin{itemize}
129 \item \textbf{Frequency} 123 \item \textbf{Frequency}
130 Choose the recording frequency (sample rate) {}- 48kHz, 44.1kHz, 32kHz (MPEG version 1), and 24kHz, 22.05kHz, 16kHz (MPEG version 2) are available. Higher sample rates use up more disk space, but give better sound quality. This setting determines which frequency range can accurately be reproduced during playback. Lower frequencies produce smaller files, for two reasons. The amount of data to be compressed is smaller and the data is easier to compress, since higher frequencies are not present. \opt{MASCODEC}{The frequency setting also determines which version of the MPEG standard sound is recorded using.} 124 Choose the recording frequency (sample rate) {}- 48kHz, 44.1kHz, 32kHz (MPEG version 1), and 24kHz, 22.05kHz, 16kHz (MPEG version 2) are available. Higher sample rates use up more disk space, but give better sound quality. This setting determines which frequency range can accurately be reproduced during playback. Lower frequencies produce smaller files, for two reasons. The amount of data to be compressed is smaller and the data is easier to compress, since higher frequencies are not present. \opt{MASCODEC}{The frequency setting also determines which version of the MPEG standard sound is recorded using.}
131 125
132 \item \textbf{Source} 126 \item \textbf{Source}
133 Choose the source of the recording. This can be microphone, line in, or SPDIF (digital). For recording from the radio on the FM recorder, see page \pageref{ref:FMradio}. 127 Choose the source of the recording. This can be microphone, line in, or SPDIF (digital). \opt{CONFIG_TUNER}{For recording from the radio on the FM recorder, see page \pageref{ref:FMradio}.}
134 128
135 Note: you cannot change the sample rate for digital recordings. 129 Note: you cannot change the sample rate for digital recordings.
136 130
137 \item \textbf{Channels} 131 \item \textbf{Channels}
138 This allows you to select mono or stereo recording. Please note that for mono recording, only the left channel is recorded. Mono recordings are usually somewhat smaller than stereo. 132 This allows you to select mono or stereo recording. Please note that for mono recording, only the left channel is recorded. Mono recordings are usually somewhat smaller than stereo.
139 133
140 \item \textbf{Independent Frames} 134 \item \textbf{Independent Frames}
141 The independent frames option tells the \dap to encode with the bit reservoir disabled, so the frames are independent of each other. This makes a file easier to edit. 135 The independent frames option tells the \dap to encode with the bit reservoir disabled, so the frames are independent of each other. This makes a file easier to edit.
@@ -154,54 +148,133 @@ Navigating through the menu:
154 \item \textbf{Directory} 148 \item \textbf{Directory}
155 Allows changing the location where the recorded files are saved.\\ 149 Allows changing the location where the recorded files are saved.\\
156 150
157 \item \textbf{Show recording screen on startup} If set to yes, the \dap\ will start up with the while recording screen showing\\ 151 \item \textbf{Show recording screen on startup}
152 If set to yes, the \dap\ will start up with the while recording screen showing\\
158 Options: Yes, No\\ 153 Options: Yes, No\\
159 154
160 \item \textbf{Clipping Light} Causes the backlight to flash on when clipping has been detected\\ 155 \item \textbf{Clipping Light}
156 Causes the backlight to flash on when clipping has been detected\\
161 Options: Off, Remote unit only,Main and remote unit, Main unit only\\ 157 Options: Off, Remote unit only,Main and remote unit, Main unit only\\
162 158
163 \end{itemize} 159 \end{itemize}
164} 160}
165 161
166\section{\label{ref:FMradio}FM Radio} 162
167\screenshot{main_menu/images/ss-fm-radio-screen-112x64x1.png}{The fm-radio screen}{} 163\opt{CONFIG_TUNER}{
168This menu option switches to the radio screen. 164 \section{\label{ref:FMradio}FM Radio \opt{ondio}{ - OndioFM Only}}
169 165 \screenshot{main_menu/images/ss-fm-radio-screen-112x64x1.png}{The FM radio screen}{}
170The keys are:
171
172\begin{table}[h!]
173 \begin{center}
174 \begin{tabular}{@{}lc@{}}\toprule
175 \textbf{Button} & \textbf{Function} \\\midrule
176 LEFT, RIGHT & Change frequency in 0.1 MHz steps. \\
177 & For automatic station seek, \\
178 & hold LEFT/RIGHT for a little longer. \\
179 UP, DOWN & Change volume \\
180 PLAY & \textbf{(EXPERIMENTAL)} freezes all screen updates.\\
181 & May enhance radio reception in some cases. \\
182 ON & Leave the radio screen with the radio playing \\
183 OFF & Back to main menu \\\bottomrule
184 \end{tabular}
185 \end{center}
186\end{table}
187The FM radio has the ability to record and to remember station frequency settings (presets).
188
189\begin{itemize}
190 166
191\item \textbf{Saving a preset} 167 \opt{recorderv2fm,ondio}{
192 You can save your favourite stations in the 32 presets. Press F1 to go to the menu, then select ``Save preset''. Enter the name (maximum number of characters is 32). 168 This menu option switches to the radio screen.
193 169
194\item \textbf{Selecting a preset} 170 The keys are:
195 Press F2 to go to the preset list. Use UP and DOWN to move the cursor and then press PLAY to select. Use LEFT to leave the preset without selecting anything. 171 \begin{table}[h!]
172 \begin{center}
173 \begin{tabularx}{\textwidth}{lX}\toprule
174 \textbf{Button} & \textbf{Function} \\\midrule
175 \ButtonLeft, \ButtonRight
176 & Change frequency in 0.1 MHz steps.\\
177 & For automatic station seek, hold \ButtonLeft/\ButtonRight\ for a little longer. \\
178 %
179 \ButtonUp, \ButtonDown
180 & Change volume \\
181 %
182 \opt{RECORDER_PAD}{
183 \ButtonPlay & \textbf{(EXPERIMENTAL)}\\
184 & freezes all screen updates.May enhance radio reception in some cases.\\
185 %
186 }
187 \opt{RECORDER_PAD}{\ButtonOn}\opt{ONDIO_PAD}{FixMe}
188 & Leave the radio screen with the radio playing \\
189 %
190 \ButtonOff & Back to main menu \\\bottomrule
191 \end{tabularx}
192 \end{center}
193 \end{table}
194 }
196 195
197\item \textbf{Removing a preset} 196 \opt{h1xx,h300,x5}{
198 Press F1 to go to the menu, then select ``Remove preset''. 197 This menu option switches to the radio screen.
198
199 The keys are:
200 \begin{table}[h!]
201 \begin{center}
202 \begin{tabularx}{\textwidth}{lX}\toprule
203 \textbf{Button} & \textbf{Function} \\\midrule
204 \ButtonLeft, \ButtonRight & Change frequency in 0.1 MHz steps. \\
205 Hold \ButtonLeft, \ButtonRight
206 & Seeks to next station or preset\\
207 %
208 \ButtonUp, \ButtonDown
209 & Change volume \\
210 %
211 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
212 \opt{IAUDIO_X5_PAD}{FixMe}
213 & Mutes radio playback \\
214 %
215 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonOn}
216 \opt{IAUDIO_X5_PAD}{FixMe}
217 & Switches between SCAN and PRESET mode.\\
218 %
219 \ButtonSelect & Opens a list of radio presets. You can view all the presets that you have, and switch to the station.\\
220 Hold \ButtonSelect & Displays the FM radio settings menu.\\
221 %
222 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
223 \opt{IAUDIO_X5_PAD}{FixMe}
224 %
225 & Keeps radio playing and returns to the main menu. You can then press OFF/STOP to browse the file tree while listening to the radio\\
226 %
227 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
228 \opt{IAUDIO_X5_PAD}{FixMe}
229 & Stops the radio and returns to main menu \\\bottomrule
230 \end{tabularx}
231 \end{center}
232 \end{table}
233 }
199 234
200\item \textbf{Recording} 235 The FM radio has the ability \opt{HAVE_RECORDING}{to record and to} remember station frequency settings (presets).
201 Press F3 to start recording the currently playing station. Press OFF to stop recording. Press PLAY again to seamlessly start recording to a new file. The settings for the recording can be changed in the F1 menu before starting the recording. See page \pageref{ref:Recordingsettings} for details of recording settings.
202 236
203 Note: The radio will turn off when playing an MP3. 237 \begin{itemize}
204\end{itemize} 238
239 \item \textbf{Saving a preset}\\
240 Up to 32 of your favourite stations can be saved as presets.
241 Press
242 \opt{RECORDER_PAD}{\ButtonFOne}
243 \opt{ONDIO_PAD}{\ButtonMenu}
244 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
245 to go to the menu, then select
246 \opt{recorderv2fm,ondio}{``Save preset''.}
247 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{``Add preset''}
248 Enter the name (maximum number of characters is 32).
249 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Press \ButtonOn\ to save.}
250 \opt{IAUDIO_X5_PAD}{Press FixMe to save.}
251
252 \item \textbf{Selecting a preset}\\
253 \opt{ONDIO_PAD,RECORDER_PAD}
254 {
255 Press \opt{RECORDER_PAD}{\ButtonFTwo}\opt{ONDIO_PAD}{(FixMe)} to go to the preset list. Use \ButtonUp\ and \ButtonDown\ to move the cursor and then press \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{(Insert Correct Key)} to select. Use \ButtonLeft\ to leave the preset without selecting anything.
256 }
257 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
258 {
259 Press \ButtonSelect\ to go to the preset list. Use \ButtonUp\ and \ButtonDown\ to move the cursor and then press \ButtonSelect\ to select. Use \ButtonLeft\ to leave the preset without selecting anything.
260 }
261
262 \item \textbf{Removing a preset}\\
263 \opt{ONDIO_PAD,RECORDER_PAD}{
264 Press \opt{RECORDER_PAD}{\ButtonFOne}\opt{ONDIO_PAD}{(Insert Correct Key)} to go to the menu, then select ``Remove preset''.
265 }
266 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{
267 Press \ButtonSelect\ to go to the preset list. Use \ButtonUp\ and \ButtonDown\ to move the cursor and then Hold \ButtonSelect\ on the preset to that you wish to remove, then select "Remove preset."
268 }
269
270 \opt{RECORDER_PAD}{
271 \item \textbf{Recording}\\
272 Press \ButtonFThree\ to start recording the currently playing station. Press \ButtonOff\ to stop recording. Press \ButtonPlay\ again to seamlessly start recording to a new file. The settings for the recording can be changed in the \ButtonFOne\ menu before starting the recording. See page \pageref{ref:Recordingsettings} for details of recording settings.
273 }
274
275 Note: The radio will turn off when playing an MP3.
276 \end{itemize}
277}
205 278
206\section{\label{ref:Bookmarkconfig}\label{ref:Bookmarkmenu}Bookmarks} 279\section{\label{ref:Bookmarkconfig}\label{ref:Bookmarkmenu}Bookmarks}
207The bookmarks menu allows you to create and manage bookmark files. 280The bookmarks menu allows you to create and manage bookmark files.
@@ -243,8 +316,8 @@ With this option you can load and run various plugins that have been written for
243A detailed description of the different plugins begins on page \pageref{ref:Part5}. 316A detailed description of the different plugins begins on page \pageref{ref:Part5}.
244 317
245\section{\label{ref:Info}Info} 318\section{\label{ref:Info}Info}
246This option shows MP3 ram buffer size, battery voltage level and estimated time remaining, disk total space and disk free space. 319This option shows MP3 RAM buffer size, battery voltage level and estimated time remaining, disk total space and disk free space.
247On players use the MINUS and PLUS keys to step through several pages of information. 320\opt{player}{On players use the MINUS and PLUS keys to step through several pages of information.}
248 321
249\begin{itemize} 322\begin{itemize}
250 323
@@ -260,5 +333,7 @@ On players use the MINUS and PLUS keys to step through several pages of informat
260 This submenu is intended to be used only by Rockbox developers. It shows hardware, disk, battery status and a lot of other information. It is not recommended that users access this menu unless instructed to do so in the course of fixing a problem with Rockbox. In particular the ``Dump ROM Contents'', ``View/clear RTC RAM'' and ``Screenshot'' and ``Sound test'' functions should be treated with care. 333 This submenu is intended to be used only by Rockbox developers. It shows hardware, disk, battery status and a lot of other information. It is not recommended that users access this menu unless instructed to do so in the course of fixing a problem with Rockbox. In particular the ``Dump ROM Contents'', ``View/clear RTC RAM'' and ``Screenshot'' and ``Sound test'' functions should be treated with care.
261\end{itemize} 334\end{itemize}
262 335
263\section{Shutdown (Player)} 336\opt{player}{
264This menu option saves the Rockbox configuration and turns off the hard drive before shutting down the machine. For maximum safety this procedure is recommended when turning off the Jukebox. (There is a very small risk of hard disk corruption otherwise.) See page \pageref{ref:Safeshutdown} for more details. \ No newline at end of file 337 \section{Shutdown (Player)}
338 This menu option saves the Rockbox configuration and turns off the hard drive before shutting down the machine. For maximum safety this procedure is recommended when turning off the Jukebox. (There is a very small risk of hard disk corruption otherwise.) See page \pageref{ref:Safeshutdown} for more details.
339}