···7777\item All characters not preceded by \% are displayed as typed.
7878\item Lines beginning with \# are comments and will be ignored.
7979\item Maximum file size used is
8080- \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{1600}
8080+ \opt{HAVE_LCD_BITMAP}{1600}
8181 \opt{player}{400} bytes.
8282 If you have a bigger WPS file, only the first part of it will be
8383 loaded and used.
···289289\note{As you can see from the example, configuration files do not need to
290290 contain all of the Rockbox options. You can create configuration files
291291 that change only certain settings. So, for example, supppose you
292292- typically use the \dap at one volume in the car, and another when using
292292+ typically use the \dap{} at one volume in the car, and another when using
293293 headphones. Further, suppose you like to use an inverse LCD when you are
294294 in the car, and a regular LCD setting when you are using headphones. You
295295 could create configuration files that control only the volume and LCD
···300300301301\subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings}
302302 menu} The \setting{Manage Settings} menu can be found in the \setting{Main
303303- Menu}. The \setting{Manage Settings} menu allows you to save and load
304304-\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also
303303+ Menu}. The \setting{Manage Settings} menu allows you to save and load
304304+\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also
305305 allows you to load or save different firmware versions.}
306306307307\begin{description}
308308309309-\item [Browse .cfg Files.]Opens the file browser in the
310310- \fname{/.rockbox} directory and displays all \fname{.cfg} (configuration)
311311- files. Selecting a \fname{.cfg} file will cause Rockbox to load the
312312- settings contained in that file. Pressing \ButtonLeft\ will exit back to
313313- the \setting{Manage Settings} menu. See the \setting{Write .cfg files}
314314- option on the \setting{Manage Settings} menu for details of how to save
315315- and edit a configuration file.
309309+\item [Browse .cfg Files.]Opens the file browser in the \fname{/.rockbox}
310310+ directory and displays all \fname{.cfg} (configuration) files. Selecting a
311311+ \fname{.cfg} file will cause Rockbox to load the settings contained in that
312312+ file. Pressing \ButtonLeft\ will exit back to the \setting{Manage Settings}
313313+ menu. See the \setting{Write .cfg files} option on the
314314+ \setting{Manage Settings} menu for details of how to save and edit a
315315+ configuration file.
316316317317\item [Browse Firmwares.]
318318 %
319319- \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}}
319319+ \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}}
320320 %
321321 \opt{MASCODEC}{
322322 This displays a list of firmware files in the \fname{/.rockbox}
···325325 \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of
326326 \fname{.ajz}. }
327327 %
328328- \opt{player}{Firmware files have an extension of \fname{.mod}. }
328328+ \opt{player}{Firmware files have an extension of \fname{.mod}. }
329329 %
330330 Playing a firmware file loads it into memory. Thus, it is possible
331331 to run the original Archos firmware or a different version of Rockbox
+9-9
manual/plugins/batterybenchmark.tex
···3232\subsubsection{Information explained}
3333On the top of the file you will see various info on how to use the plugin.
3434\begin{description}
3535-\item[Time] It is the total time of operation of the \dap. It is not the time
3636-that you started the plug-in. If you have your player on for 5 minutes and then
3737-start the plugin, it will start measuring from 5 minutes.
3535+\item[Time] This column reports the total time of operation of the \dap. It is
3636+not the time that you started the plug-in. If you have your player on for 5
3737+minutes and then start the plugin, it will start measuring from 5 minutes.
3838\item[Seconds] As time, it shows time passed in seconds. Nothing special, it is
3939there because it is free and maybe someone might want to make graphs with
4040seconds.
···4444between the estimation. Goal of this column is to make the estimation algorithm
4545of Rockbox more accurate.
4646\item[Time Left] It shows the estimated (by Rockbox) remaining time until
4747-shutdown. Again, as Level, this column can be used to see differences between
4848-real time left and estimated time left. This could help make time left more
4949-accurate.
5050-\item[Voltage] The current, battery voltage, the moment the measurement was
5151-captured. Measurements are captured when this number changes while benchmarking.
4747+shutdown. Again, as with Level(above), this column can be used to see
4848+differences between real time left and estimated time left. This could help
4949+make time left more accurate.
5050+\item[Voltage] The battery voltage, the moment the measurement was captured.
5151+Measurements are captured when this number changes while benchmarking.
5252This column can be used to give quite interesting graphs in a spreadsheet
5353program. (Excel, Calc, e.t.c)
5454\item[M/DA] (Measurements per Disk Activity) The number of measurements stored
5555temporarily in memory, before written on the log file. This can give you an
5656-idea on how many voltage changes are between disk activity (or one hour).
5656+idea of how many voltage changes there are between disk activity (or one hour).
5757\item[C] Stands for Charger. An "A" in that column shows if there was the power
5858adapter attached to the unit, at the time of the measurement.
5959\item[S] The "S" column shows the state of the device (Charging, or not). The
+1-1
manual/plugins/search.tex
···11\subsection{Search}
22This plugin can be used on playlists. It searches through the playlist
33-that it is opened on looking for any occurrences of the string entered by the
33+that it opened on looking for any occurrences of the string entered by the
44user. The results of this search are saved to a new playlist,
55\textbf{search\_results.m3u}, within the same directory as the
66original playlist.
+3-2
manual/plugins/sort.tex
···11\subsection{Sort}
22-This plugin takes a file and sorts it in forward alphabetical order. Case is
33-ignored. This is useful for ordering playlists generated by the ``Create Playlist'' menu option (see \reference{ref:Playlistsubmenu}).
22+This plugin takes a file and sorts it in ascending alphabetical order. Case is
33+ignored. This is useful for ordering playlists generated by the
44+\setting{Create Playlist} menu option (see \reference{ref:Playlistsubmenu}).
4556