summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-02 17:35:03 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-02 17:35:03 +0000
commitff026606ff517677bcc022dc0a2bdb9d2a9b2aa9 (patch)
tree5404123ef85059f7482801e48dc21340a286c0bf
parentc6ebfcce2cd6fbf4fe5faf9b120b0bdd567ecafe (diff)
downloadrockbox-ff026606ff517677bcc022dc0a2bdb9d2a9b2aa9.tar.gz
rockbox-ff026606ff517677bcc022dc0a2bdb9d2a9b2aa9.zip
Add "Pause on unplug" feature to the ipod manual and fix a typo. (FS#6102)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11108 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/configure_rockbox/playback_options.tex26
1 files changed, 25 insertions, 1 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 06a20853dd..fbd9a1c06c 100755
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -200,7 +200,7 @@ related to audio playback.
200 set to \setting{Off}. 200 set to \setting{Off}.
201 } 201 }
202 202
203 \item[ID3 Tag Priority. ]Select wich version of ID3 tag to use if both are 203 \item[ID3 Tag Priority.] Select which version of ID3 tag to use if both are
204 present. 204 present.
205 205
206\item[Auto-Change Directory. ]Control what Rockbox does when it reaches the end 206\item[Auto-Change Directory. ]Control what Rockbox does when it reaches the end
@@ -211,4 +211,28 @@ related to audio playback.
211 \note{You must have the \setting{Repeat} option set to \setting{No} for 211 \note{You must have the \setting{Repeat} option set to \setting{No} for
212 \setting{Auto-Change Directory} to function properly.} 212 \setting{Auto-Change Directory} to function properly.}
213 % 213 %
214\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor}{
215\item[Pause on headphone unplug.] Enables and disables automatic pausing of
216 playback when the headphones are disconnected from the \daps{} headphone
217 socket.
218 %
219 \begin{description}
220 \item[Pause on headphone unplug. ]Options for automatic pause:
221 \begin{description}
222 \item[Off.] Disables automatic pause.
223 %
224 \item[Pause.] Pauses the \dap{} when the headphones are removed.
225 %
226 \item[Pause and Resume.] Pauses when the headphones are removed, and
227 resumes playback when they are reconnected.
228 \end{description}
229 \item[Duration to rewind.] Number of seconds (between 0 and 15) to rewind
230 playback when the headphones are removed.
231 %
232 \item[Disable auto-resume if phones not present.] This option will disable
233 the automatic resumption of playback at startup if the headphones are not
234 connected to the \dap{}.
235 \note{This requires \setting{Resume on Startup} to be enabled.}
236 \end{description}
237}%
214\end{description} 238\end{description}