summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/bookmarking.tex
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-03-18 16:02:41 +0000
committerRobert Kukla <roolku@rockbox.org>2008-03-18 16:02:41 +0000
commit265621729b4bb9b99a1f3e250330f91b672350db (patch)
tree45adc4833afeebb1a502362c4b60cfe1de6c796d /manual/configure_rockbox/bookmarking.tex
parent455fabfcb8a03c9e000393868011b23a0209576d (diff)
downloadrockbox-265621729b4bb9b99a1f3e250330f91b672350db.tar.gz
rockbox-265621729b4bb9b99a1f3e250330f91b672350db.zip
m:robe 100 manual work - it is now in a state comparable to the gigabeat one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16695 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/bookmarking.tex')
-rw-r--r--manual/configure_rockbox/bookmarking.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index 5103f28d67..1c571b8eda 100644
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -2,7 +2,8 @@
2\section{\label{ref:Bookmarkconfigactual}Bookmarking} 2\section{\label{ref:Bookmarkconfigactual}Bookmarking}
3 Bookmarks allow you to save your current position within a track so that 3 Bookmarks allow you to save your current position within a track so that
4 you can return to it at a later time. Bookmarks are saved on a per directory 4 you can return to it at a later time. Bookmarks are saved on a per directory
5 basis, they are stored in the same directory as the files they reference. 5 basis (for dynamic playlists) or for individual (saved) playlists. They are
6 stored next to the directory/playlist they reference.
6 You can store multiple bookmarks for the same track. 7 You can store multiple bookmarks for the same track.
7 \begin{description} 8 \begin{description}
8 \item [Bookmark on Stop. ]This option controls whether Rockbox writes a 9 \item [Bookmark on Stop. ]This option controls whether Rockbox writes a
@@ -54,9 +55,7 @@
54 \setting{Recent Bookmarks} option of the \setting{Bookmarks} sub menu of the 55 \setting{Recent Bookmarks} option of the \setting{Bookmarks} sub menu of the
55 Main Menu. When set to \setting{Yes} each new bookmark will be added to the 56 Main Menu. When set to \setting{Yes} each new bookmark will be added to the
56 MRB list. Setting this to \setting{No} disables the addition of bookmarks to 57 MRB list. Setting this to \setting{No} disables the addition of bookmarks to
57 the MRB list. \setting{Unique Only} will remove an old bookmark for the current 58 the MRB list. \setting{Unique Only} behaves like the \setting{Yes} setting
58 track from the MRB list and replace it with the new one if a bookmark in the 59 but in addition all older entries for the current (dynamic) playlist will
59 MRB list already existed. Otherwise this will behave like the 60 be removed from the MRB whenever a new entry is added.
60 \setting{Yes} setting.
61 \fixme{The above information was obtained by reading the source code, but my C is rather rusty...}
62 \end{description} 61 \end{description}