blob: b3976fd13af8afb2abb1237ee4a3890823030f4b [file] [log] [blame]
Dominik Riebeling29028d02006-06-02 20:06:26 +00001% $Id$ %
Michael DiFebboc1ecc632006-04-01 15:41:21 +00002\section{\label{ref:Bookmarkconfigactual}Bookmarking}
Dominik Riebeling6cc8c402006-04-16 20:05:01 +00003 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 folder
5 basis. In other words, all of the files in the same folder have their
6 bookmarks stored together in the folder where the files are located. You
7 can store multiple bookmarks for the same track.
8 \begin{description}
Dominik Riebeling29028d02006-06-02 20:06:26 +00009 \item [Bookmark on Stop. ]This option controls whether Rockbox writes a
10 bookmark to the disk when playback is stopped. Setting this to
11 \setting{No} turns automatic bookmarking completely off. In contrast
12 \setting{Yes} turns automatic bookmarking on while \setting{Ask}
13 asks on stopping the track if a bookmark should be created.
14 With the above options \setting{Yes} and \setting{Ask} if there is an existing
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000015 \fname{.bmark} file the current position information will be added to the
16 front of the existing list, up to the maximum number of allowed bookmarks
17 per file (currently 10). If no \fname{.bmark} file exists, one will be
Dominik Riebeling29028d02006-06-02 20:06:26 +000018 created with the new bookmark information. Finally, if the
19 \setting{Maintain a list of Recently Used Bookmarks}
20 option is enabled, the bookmarking
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000021 information will be added to recent bookmarks list.
22 \begin{description}
Dominik Riebeling29028d02006-06-02 20:06:26 +000023 \item[Yes -- Recent Only.]
24 Turns on automatic bookmarking -- One bookmark only
25 \item[Ask -- Recent Only.]
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000026 Asks if a bookmark should be created when stopping track --
27 One bookmark only
28 \end{description}
Dominik Riebeling29028d02006-06-02 20:06:26 +000029 With the two \setting{Recent Only} options, nothing is written to the
30 \fname{.bmark} file. If the \setting{Maintain a list of Recently Used Bookmarks}
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000031 option is enabled, the bookmarking information will however be added to
32 recent bookmarks list.
Dominik Riebeling29028d02006-06-02 20:06:26 +000033 \note{The \setting{Resume} function remembers your position in the most
34 recently accessed track regardless of how the \setting{Bookmark on Stop}
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000035 option is set.}
Michael DiFebbo815fa112006-03-29 12:59:18 +000036
Dominik Riebeling29028d02006-06-02 20:06:26 +000037 \item [Load Last Bookmark. ]
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000038
Dominik Riebeling29028d02006-06-02 20:06:26 +000039 When the \setting{Load Last Bookmark} option is set to \setting{Yes}, Rockbox
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000040 automatically returns to the position of the last bookmark within a file
41 when that file is played.
42
Dominik Riebeling29028d02006-06-02 20:06:26 +000043 When the \setting{Load Last Bookmark} option is set to \setting{Ask}, Rockbox will
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000044 give the user the option of starting from the beginning of the track
45 of or from the bookmark.
46
Dominik Riebeling29028d02006-06-02 20:06:26 +000047 When the \setting{Load Last Bookmark} option is set to \setting{No}, playback always
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000048 starts from the beginning of the track, and the user must play the bookmark
Dominik Riebeling29028d02006-06-02 20:06:26 +000049 or use the \setting{Load Bookmark} function in the Main Menu, while the file
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000050 is playing, to resume at the bookmarked location.
51
Dominik Riebeling29028d02006-06-02 20:06:26 +000052 \item [Maintain a list of Recently Used Bookmarks. ]
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000053
54 This list of Most Recent Bookmarks (MRB's) may be accessed through the
Dominik Riebeling29028d02006-06-02 20:06:26 +000055 \setting{Recent Bookmarks} option of the \setting{Bookmarks} submenu of the
56 Main Menu. When set to \setting{Yes} each new bookmark will be added to the
57 MRB list. Setting this to \setting{No} disables the addition of bookmarks to
58 the MRB list. \setting{Unique Only} will remove an old bookmark for the current
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000059 track from the MRB list and replace it with the new one if a bookmark in the
60 MRB list already existed. Otherwise this will behave like the
Dominik Riebeling29028d02006-06-02 20:06:26 +000061 \setting{Yes} setting.
Dominik Riebeling6cc8c402006-04-16 20:05:01 +000062 \fixme{The above information was obtained by reading the source code, but my C is rather rusty...}
63 \end{description}