summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-02-11 17:17:39 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-02-11 17:17:39 +0000
commit97ba12e3360c14f3764b18fa0af2722dbcb4edca (patch)
tree4fd06b38dc5a6db9a6e720d2be188dda17454c0d
parent3f377e568e29165509b9b1e2dd71ca14acde8759 (diff)
downloadrockbox-97ba12e3360c14f3764b18fa0af2722dbcb4edca.tar.gz
rockbox-97ba12e3360c14f3764b18fa0af2722dbcb4edca.zip
Describe autoresume in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29284 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/autoresume.tex55
-rw-r--r--manual/configure_rockbox/main.tex3
2 files changed, 58 insertions, 0 deletions
diff --git a/manual/configure_rockbox/autoresume.tex b/manual/configure_rockbox/autoresume.tex
new file mode 100644
index 0000000000..a253a88bcd
--- /dev/null
+++ b/manual/configure_rockbox/autoresume.tex
@@ -0,0 +1,55 @@
1% $Id$ %
2\section{\label{ref:Autoresumeconfigactual}Automatic resume}
3
4The automatic resume feature stores and recalls resume positions for
5all tracks without user intervention. These resume points are stored
6in the database, and thus automatic resume only works when the
7database has been initialized.
8
9When automatic resume is enabled, manually selected tracks resume
10playback at their last playback position. It does not matter in which
11way you start the track; tracks are resumed whether they are navigated
12to through the database browser or file browser, from a playlist or
13bookmark, or by skipping through tracks in a playlist.
14
15Optionally, you can also enable automatic resume for automatic track
16transitions. In this case, the next track will be resumed as well
17instead of starting playback at its beginning. This is most useful
18for podcasts, and can be enabled on a per-directory basis.
19
20A track's resume position is updated whenever playback of that track
21stops, including when explicitly stopping the track, powering off the
22\dap{}, or starting playback of another track.
23
24If you intend to start a track from its beginning but notice that it
25was resumed, you can press the \ButtonLeft{} button to skip back to
26its beginning. When pressing \ButtonLeft{} again in the first few
27seconds of a track to go to the previous track, the previously (on
28first button press) saved resume position is retained. Therefore, you
29can also use the \ButtonLeft{} and \ButtonRight{} buttons to skip
30across tracks in a playlist without losing their resume position.
31
32\begin{description}
33\item[Automatic resume.] This option enables or disables automatic
34 resume globally. When Rockbox detects that the database (which is
35 needed for this feature) has not been initialized yet, it asks
36 whether it should be initialized right away.
37
38\item[Resume on automatic track change.] Controls whether the next
39 track in an automatic track transition should be resumed at its last
40 playback position as well.
41 \begin{description}
42 \item[No.] Automatic resume works only for manual track selection.
43 \item[Yes.] Always attempt to resume -- for both manual and
44 automatic track changes.
45 \item[In custom directories only.] Configure directories in which to
46 enable resume on automatic track change. Selecting this option
47 starts the text editor, in which you can enter the (absolute,
48 case-insensitive) directory names separated by colons (``:'').
49
50 A typical value is ``/podcast'', which matches all files in
51 directories \fname{/PODCAST}, \fname{/Podcast} or \fname{/podcast}
52 and their subdirectories, but not in directories \fname{/podcasts}
53 (mind the trailing ``s'') or \fname{/audio/podcast}.
54 \end{description}
55\end{description}
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index ef26c7c23f..3176c93b59 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -15,6 +15,9 @@
15 \input{configure_rockbox/display_options.tex} 15 \input{configure_rockbox/display_options.tex}
16 \input{configure_rockbox/system_options.tex} 16 \input{configure_rockbox/system_options.tex}
17 \input{configure_rockbox/bookmarking.tex} 17 \input{configure_rockbox/bookmarking.tex}
18\opt{tagcache}{\opt{swcodec}{
19 \input{configure_rockbox/autoresume.tex}
20}}
18 \input{configure_rockbox/language.tex} 21 \input{configure_rockbox/language.tex}
19 \input{configure_rockbox/voice.tex} 22 \input{configure_rockbox/voice.tex}
20 \input{configure_rockbox/hotkey_settings.tex} 23 \input{configure_rockbox/hotkey_settings.tex}