summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-03-08 23:02:20 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-03-08 23:02:20 +0000
commit04043fd3ae732ea3feab4d72537f598d6c3942db (patch)
treecae36a859eb56bf27310bf8f509599062c772209
parentbd05c0758412476326f6e6d1625f8ffd16f0adee (diff)
downloadrockbox-04043fd3ae732ea3feab4d72537f598d6c3942db.tar.gz
rockbox-04043fd3ae732ea3feab4d72537f598d6c3942db.zip
autoresume: Manual: Clarify precedence rules for resume positions
Resume positions stored in bookmarks take precedence over autoresume. Technically, the resume position for the "Resume Playback" function (which is also saved across power-off/power-on) also takes precedence over autoresume. However, there is no way for a user to tell as it is identical to the autoresume position for the last-played track, so don't highlight it in the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29548 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/autoresume.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/configure_rockbox/autoresume.tex b/manual/configure_rockbox/autoresume.tex
index 3042f3b04e..10398fd2c3 100644
--- a/manual/configure_rockbox/autoresume.tex
+++ b/manual/configure_rockbox/autoresume.tex
@@ -9,8 +9,10 @@ database has been initialized.
9When automatic resume is enabled, manually selected tracks resume 9When automatic resume is enabled, manually selected tracks resume
10playback at their last playback position. It does not matter in which 10playback at their last playback position. It does not matter in which
11way you start the track; tracks are resumed whether they are navigated 11way you start the track; tracks are resumed whether they are navigated
12to through the database browser or file browser, from a playlist or 12to through the database browser or file browser, by starting a
13bookmark, or by skipping through tracks in a playlist. 13playlist, or by skipping through tracks in the current playlist. (As
14an exception, when a track is resumed by loading a bookmark, the
15playback position saved in the bookmark takes precedence.)
14 16
15Optionally, you can also enable automatic resume for automatic track 17Optionally, you can also enable automatic resume for automatic track
16transitions. In this case, the next track will be resumed as well 18transitions. In this case, the next track will be resumed as well