forked from len0rd/rockbox
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
This commit is contained in:
parent
6f020ef155
commit
bea9cf7b1e
6 changed files with 108 additions and 30 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue