A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Fixes for FS#5822 as reported by Andrew Melville.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10772 a1c6a512-1295-4272-9138-f99709370657

+26 -25
+13 -13
manual/advanced_topics/main.tex
··· 77 \item All characters not preceded by \% are displayed as typed. 78 \item Lines beginning with \# are comments and will be ignored. 79 \item Maximum file size used is 80 - \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{1600} 81 \opt{player}{400} bytes. 82 If you have a bigger WPS file, only the first part of it will be 83 loaded and used. ··· 289 \note{As you can see from the example, configuration files do not need to 290 contain all of the Rockbox options. You can create configuration files 291 that change only certain settings. So, for example, supppose you 292 - typically use the \dap at one volume in the car, and another when using 293 headphones. Further, suppose you like to use an inverse LCD when you are 294 in the car, and a regular LCD setting when you are using headphones. You 295 could create configuration files that control only the volume and LCD ··· 300 301 \subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings} 302 menu} The \setting{Manage Settings} menu can be found in the \setting{Main 303 - Menu}. The \setting{Manage Settings} menu allows you to save and load 304 - \fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also 305 allows you to load or save different firmware versions.} 306 307 \begin{description} 308 309 - \item [Browse .cfg Files.]Opens the file browser in the 310 - \fname{/.rockbox} directory and displays all \fname{.cfg} (configuration) 311 - files. Selecting a \fname{.cfg} file will cause Rockbox to load the 312 - settings contained in that file. Pressing \ButtonLeft\ will exit back to 313 - the \setting{Manage Settings} menu. See the \setting{Write .cfg files} 314 - option on the \setting{Manage Settings} menu for details of how to save 315 - and edit a configuration file. 316 317 \item [Browse Firmwares.] 318 % 319 - \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}} 320 % 321 \opt{MASCODEC}{ 322 This displays a list of firmware files in the \fname{/.rockbox} ··· 325 \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of 326 \fname{.ajz}. } 327 % 328 - \opt{player}{Firmware files have an extension of \fname{.mod}. } 329 % 330 Playing a firmware file loads it into memory. Thus, it is possible 331 to run the original Archos firmware or a different version of Rockbox
··· 77 \item All characters not preceded by \% are displayed as typed. 78 \item Lines beginning with \# are comments and will be ignored. 79 \item Maximum file size used is 80 + \opt{HAVE_LCD_BITMAP}{1600} 81 \opt{player}{400} bytes. 82 If you have a bigger WPS file, only the first part of it will be 83 loaded and used. ··· 289 \note{As you can see from the example, configuration files do not need to 290 contain all of the Rockbox options. You can create configuration files 291 that change only certain settings. So, for example, supppose you 292 + typically use the \dap{} at one volume in the car, and another when using 293 headphones. Further, suppose you like to use an inverse LCD when you are 294 in the car, and a regular LCD setting when you are using headphones. You 295 could create configuration files that control only the volume and LCD ··· 300 301 \subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings} 302 menu} The \setting{Manage Settings} menu can be found in the \setting{Main 303 + Menu}. The \setting{Manage Settings} menu allows you to save and load 304 + \fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also 305 allows you to load or save different firmware versions.} 306 307 \begin{description} 308 309 + \item [Browse .cfg Files.]Opens the file browser in the \fname{/.rockbox} 310 + directory and displays all \fname{.cfg} (configuration) files. Selecting a 311 + \fname{.cfg} file will cause Rockbox to load the settings contained in that 312 + file. Pressing \ButtonLeft\ will exit back to the \setting{Manage Settings} 313 + menu. See the \setting{Write .cfg files} option on the 314 + \setting{Manage Settings} menu for details of how to save and edit a 315 + configuration file. 316 317 \item [Browse Firmwares.] 318 % 319 + \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}} 320 % 321 \opt{MASCODEC}{ 322 This displays a list of firmware files in the \fname{/.rockbox} ··· 325 \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of 326 \fname{.ajz}. } 327 % 328 + \opt{player}{Firmware files have an extension of \fname{.mod}. } 329 % 330 Playing a firmware file loads it into memory. Thus, it is possible 331 to run the original Archos firmware or a different version of Rockbox
+9 -9
manual/plugins/batterybenchmark.tex
··· 32 \subsubsection{Information explained} 33 On the top of the file you will see various info on how to use the plugin. 34 \begin{description} 35 - \item[Time] It is the total time of operation of the \dap. It is not the time 36 - that you started the plug-in. If you have your player on for 5 minutes and then 37 - start the plugin, it will start measuring from 5 minutes. 38 \item[Seconds] As time, it shows time passed in seconds. Nothing special, it is 39 there because it is free and maybe someone might want to make graphs with 40 seconds. ··· 44 between the estimation. Goal of this column is to make the estimation algorithm 45 of Rockbox more accurate. 46 \item[Time Left] It shows the estimated (by Rockbox) remaining time until 47 - shutdown. Again, as Level, this column can be used to see differences between 48 - real time left and estimated time left. This could help make time left more 49 - accurate. 50 - \item[Voltage] The current, battery voltage, the moment the measurement was 51 - captured. Measurements are captured when this number changes while benchmarking. 52 This column can be used to give quite interesting graphs in a spreadsheet 53 program. (Excel, Calc, e.t.c) 54 \item[M/DA] (Measurements per Disk Activity) The number of measurements stored 55 temporarily in memory, before written on the log file. This can give you an 56 - idea on how many voltage changes are between disk activity (or one hour). 57 \item[C] Stands for Charger. An "A" in that column shows if there was the power 58 adapter attached to the unit, at the time of the measurement. 59 \item[S] The "S" column shows the state of the device (Charging, or not). The
··· 32 \subsubsection{Information explained} 33 On the top of the file you will see various info on how to use the plugin. 34 \begin{description} 35 + \item[Time] This column reports the total time of operation of the \dap. It is 36 + not the time that you started the plug-in. If you have your player on for 5 37 + minutes and then start the plugin, it will start measuring from 5 minutes. 38 \item[Seconds] As time, it shows time passed in seconds. Nothing special, it is 39 there because it is free and maybe someone might want to make graphs with 40 seconds. ··· 44 between the estimation. Goal of this column is to make the estimation algorithm 45 of Rockbox more accurate. 46 \item[Time Left] It shows the estimated (by Rockbox) remaining time until 47 + shutdown. Again, as with Level(above), this column can be used to see 48 + differences between real time left and estimated time left. This could help 49 + make time left more accurate. 50 + \item[Voltage] The battery voltage, the moment the measurement was captured. 51 + Measurements are captured when this number changes while benchmarking. 52 This column can be used to give quite interesting graphs in a spreadsheet 53 program. (Excel, Calc, e.t.c) 54 \item[M/DA] (Measurements per Disk Activity) The number of measurements stored 55 temporarily in memory, before written on the log file. This can give you an 56 + idea of how many voltage changes there are between disk activity (or one hour). 57 \item[C] Stands for Charger. An "A" in that column shows if there was the power 58 adapter attached to the unit, at the time of the measurement. 59 \item[S] The "S" column shows the state of the device (Charging, or not). The
+1 -1
manual/plugins/search.tex
··· 1 \subsection{Search} 2 This plugin can be used on playlists. It searches through the playlist 3 - that it is opened on looking for any occurrences of the string entered by the 4 user. The results of this search are saved to a new playlist, 5 \textbf{search\_results.m3u}, within the same directory as the 6 original playlist.
··· 1 \subsection{Search} 2 This plugin can be used on playlists. It searches through the playlist 3 + that it opened on looking for any occurrences of the string entered by the 4 user. The results of this search are saved to a new playlist, 5 \textbf{search\_results.m3u}, within the same directory as the 6 original playlist.
+3 -2
manual/plugins/sort.tex
··· 1 \subsection{Sort} 2 - This plugin takes a file and sorts it in forward alphabetical order. Case is 3 - ignored. This is useful for ordering playlists generated by the ``Create Playlist'' menu option (see \reference{ref:Playlistsubmenu}). 4 5
··· 1 \subsection{Sort} 2 + This plugin takes a file and sorts it in ascending alphabetical order. Case is 3 + ignored. This is useful for ordering playlists generated by the 4 + \setting{Create Playlist} menu option (see \reference{ref:Playlistsubmenu}). 5 6