1
0
Fork 0
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:
Solomon Peachy 2018-10-30 09:43:32 -04:00
parent 6f020ef155
commit bea9cf7b1e
6 changed files with 108 additions and 30 deletions

View file

@ -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}