summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/bookmarking.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/bookmarking.tex')
-rwxr-xr-xmanual/configure_rockbox/bookmarking.tex25
1 files changed, 18 insertions, 7 deletions
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index 595e394edf..98ac0c0e27 100755
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -1,10 +1,21 @@
1 \subsection{\label{ref:Bookmarkconfigactual}Bookmarking} 1 \subsection{\label{ref:Bookmarkconfigactual}Bookmarking}
2 2 Bookmarks allow you to save your current position within a track so that you can return to it at a later time.
3
4 Bookmarks are saved on a per folder basis. In other words, all of the files in the same folder have their bookmarks stored together in the folder where the files are located. You can store multiple bookmarks for the same track.
3 \begin{itemize} 5 \begin{itemize}
4 \item \textbf{Bookmark on Stop} 6 \item \textbf{Bookmark on Stop: }
5 Write a bookmark to the disk whenever the stop key is pressed. If playback is stopped it can be resumed easily at a later time. The \textbf{Resume} function remembers your position in the most recently accessed track regardless of this setting. 7 This option controls whether Rockbox writes a bookmark to the disk when the STOP button is pressed. The options are:
6 \item \textbf{Load Last Bookmark} 8 \begin{itemize}
7 When this is on, Rockbox automatically returns to the position of the last bookmark within a file when it is played. If set to Ask, Rockbox will ask the user whether they want to start from the beginning or the bookmark. When set to no, playback always starts from the beginning and the Bookmark file must be played or \textbf{Load Bookmark} selected from the \textbf{Bookmarks} submenu of the Main Menu while the file is playing. 9 \item \textbf{Ask: }Causes a prompt to be displayed whenever you press STOP, asking if you wish to 'Create a bookmark?'
8 \item \textbf{Maintain a list of Recently Used Bookmarks} 10 \item \textbf{Yes: }Turns on automatic bookmarking.
9 If this option is turned on, Rockbox will store a list of Bookmarks that have been accessed recently. This is then accessible from the \textbf{Recent Bookmarks} option of the \textbf{Bookmarks} submenu of the Main Menu. 11 \item \textbf{No: }Turns off automatic bookmarking.
12 \item \textbf{Ask - Recent Only: }TODO
13 \item \textbf{Yes - Recent Only: }TODO
14 \end{itemize}
15 \textbf{Note: }The \textbf{Resume} function remembers your position in the most recently accessed track regardless of how the \textbf{Bookmark on Stop} option is set.
16
17 \item \textbf{Load Last Bookmark:}
18 When the \textbf{Load Last Bookmark} option is set to YES, Rockbox automatically returns to the position of the last bookmark within a file when that file is played. When the \textbf{Load Last Bookmark} option is set to ASK, Rockbox will give the user the option of starting from the beginning of the track of or from the bookmark. When the \textbf{Load Last Bookmark} option is set to NO, playback always starts from the beginning of the track, and the user must play the bookmark or use the \textbf{Load Bookmark} function in the Main Menu, while the file is playing, to resume at the bookmarked location.
19 \item \textbf{Maintain a list of Recently Used Bookmarks:}
20 If this option is set to YES, Rockbox will store a list of bookmarks that have been accessed recently. This list of bookmarks may be accessed through the \textbf{Recent Bookmarks} option of the \textbf{Bookmarks} submenu of the Main Menu. If this option is set to UNIQUTE ONLY, (TODO--what does this mean?). If this option is set to NO, Rockbox will not store a list of recent bookmarks; instead, the user must navigate to the folder containing the bookmark and play the bookmark to load it.
10 \end{itemize} \ No newline at end of file 21 \end{itemize} \ No newline at end of file