summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-05-13 22:28:55 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-05-13 22:28:55 +0000
commit4b5f68633f27324e05537d67f7e850be78c66731 (patch)
tree9c7863154a6d358821a57a484c4b19beeba22651
parent5aec3c2400fdd47c7b2098f1a1c5506a6aa3156c (diff)
downloadrockbox-4b5f68633f27324e05537d67f7e850be78c66731.tar.gz
rockbox-4b5f68633f27324e05537d67f7e850be78c66731.zip
Manual changes for rewind on pause. (Fixed a few typos while we are
at it.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29877 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/playback_options.tex16
1 files changed, 10 insertions, 6 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 13bab3f50e..39864c6827 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -238,9 +238,7 @@ you to configure settings related to audio playback.
238 % 238 %
239 \item[Pause and Resume.] Pauses when the headphones are removed, and 239 \item[Pause and Resume.] Pauses when the headphones are removed, and
240 resumes playback when they are reconnected. 240 resumes playback when they are reconnected.
241 \end{description} 241 \end{description}
242 \item[Duration to Rewind.] Number of seconds (between 0 and 15) to rewind
243 playback when the headphones are removed.
244 % 242 %
245 \item[Disable Auto-Resume If Phones Not Present.] This option will disable 243 \item[Disable Auto-Resume If Phones Not Present.] This option will disable
246 the automatic resumption of playback at startup if the headphones are not 244 the automatic resumption of playback at startup if the headphones are not
@@ -252,7 +250,7 @@ you to configure settings related to audio playback.
252 250
253\section{Last.fm Log}\index{Last.fm Log}\index{Audioscrobbler|see{Last.fm Log}} 251\section{Last.fm Log}\index{Last.fm Log}\index{Audioscrobbler|see{Last.fm Log}}
254 Enables logging of your played tracks for submittal to 252 Enables logging of your played tracks for submittal to
255 \url{http://www.last.fm}. This service was formely known as 253 \url{http://www.last.fm}. This service was formerly known as
256 \emph{Audioscrobbler}. When you enable this option, you'll have to reboot to 254 \emph{Audioscrobbler}. When you enable this option, you'll have to reboot to
257 start the logging. The log-file is called 255 start the logging. The log-file is called
258 \opt{rtc}{\fname{.scrobbler.log},}% 256 \opt{rtc}{\fname{.scrobbler.log},}%
@@ -287,12 +285,18 @@ you to configure settings related to audio playback.
287 285
288\opt{swcodec}{ 286\opt{swcodec}{
289 \section{Rewind Before Resume}\index{Rewind Before Resume} 287 \section{Rewind Before Resume}\index{Rewind Before Resume}
290 When resuming a track or a bookmark, a short rewind can be done before the 288 When restarting a track or a bookmark, a short rewind can be done before the
291 playback is started. This can be useful when listening to speech material, 289 playback is started. This can be useful when listening to speech material,
292 to help remember what was being said just before playback was stopped. 290 to help remember what was being said just before playback was stopped.
293 The size of the rewind can be set to various values between 0 (off) and 291 The size of the rewind can be set to various values between 0 (off) and
294 60 seconds. 292 60 seconds.
295 \note{The rewind is not done when resuming a paused track.} 293 \note{This option does not apply to resuming a paused track. Use
294 the next option for rewinding on pause.}
296 \note{The actual rewind distance may differ a little from the requested 295 \note{The actual rewind distance may differ a little from the requested
297 value, depending on the file in question.} 296 value, depending on the file in question.}
298}%\opt{swcodec} 297}%\opt{swcodec}
298
299\section{Rewind on Pause}\index{Rewind on Pause}
300 This option rewinds the current track by a small amount whenever it is
301 paused (not stopped). The amount to rewind can be set between 0 and
302 15 seconds.