diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2018-10-30 09:43:32 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2018-12-14 14:03:12 +0100 |
commit | bea9cf7b1ee2eb87f1067e1cfafa3c627a982cf5 (patch) | |
tree | caa6f67f608c86ba9a667218a0a2872f0b3156e3 /manual/configure_rockbox | |
parent | 6f020ef155de094fd2cdf30ed8258e7fed07a2e8 (diff) |
FS11473: Add bookmarking option: one per track.
Modified version from ticket, taken from Igor Poretsky's tree, and
further modified to incorporate feedback.
Change-Id: I9284497d53a0247a51739d29fdc1db5fbbebfadc
Diffstat (limited to 'manual/configure_rockbox')
-rw-r--r-- | manual/configure_rockbox/bookmarking.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex index 68dad4b33c..8147715ace 100644 --- a/manual/configure_rockbox/bookmarking.tex +++ b/manual/configure_rockbox/bookmarking.tex @@ -81,10 +81,15 @@ \item[Yes] Keep a list of recently used bookmarks. Each new bookmark is added to the list of recent bookmarks. - \item[Unique Only] + \item[One per playlist] Add each new bookmark to the list of recently used bookmarks, but only keep one bookmark from the current directory or playlist; any - previous entries are removed. + previous entries for the playlist are removed. + \item[One per track] + Add each new bookmark to the list of recently used bookmarks, but + only keep one bookmark from the current directory or playlist and + the current track; any previous entries for the track within the + playlist are removed. \end{description} \end{description} |