mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Manual updates
- Reverse order of prev/next buttons in html manual - Rename "Playlist Catalogue" to "Playlists" - Update order of menu items in "Playlists" context menu section - Add "View Album Art" to "WPS Context Menu" section - Adjust wording in "Playlists", "Basic Controls/Concepts" and "Database" section - Fix: Playlists are saved to root directory (not cwd) if no path provided - Fix: "Recursively Insert Directories" applies to all playlists, not just the current one - Fix: Update description of "Create Playlist" option - Generally refer to "current playlist" instead of "dynamic playlist" and remove reference to "on-the-fly playlist" Change-Id: I200d19c5fb10f1f0ddb7d993827c90be4a7402b9
This commit is contained in:
parent
8d50ac7773
commit
ecc72c0df9
10 changed files with 89 additions and 123 deletions
|
|
@ -92,7 +92,7 @@ you to configure settings related to audio playback.
|
|||
|
||||
\section{Party Mode}
|
||||
Enables unstoppable music playback. When new songs are
|
||||
selected, they are queued at the end of the current dynamic playlist
|
||||
selected, they are queued at the end of the current playlist
|
||||
instead of being played immediately. Pausing and stopping playback is
|
||||
disabled as well as skipping songs and launching plugins.
|
||||
|
||||
|
|
|
|||
|
|
@ -19,17 +19,18 @@ related to playlists.
|
|||
\end{description}
|
||||
|
||||
\item[Recursively Insert Directories.]
|
||||
If set to \setting{On}, then when a directory is inserted or queued into a
|
||||
dynamic playlist, all subdirectories will also be inserted. If set to \setting{Ask},
|
||||
If set to \setting{On}, then when a directory is added to a playlist,
|
||||
all subdirectories will also be added. If set to \setting{Ask},
|
||||
Rockbox will prompt the user about whether to include sub-directories.
|
||||
|
||||
\item[Current Playlist.]
|
||||
This submenu contains settings related to the current dynamic playlist.
|
||||
This submenu contains settings related to the current playlist.
|
||||
\begin{description}
|
||||
|
||||
\item[Warn When Erasing Dynamic Playlist.]
|
||||
If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to
|
||||
take an action that will cause Rockbox to erase the current dynamic playlist.
|
||||
take an action that will cause Rockbox to erase a current playlist that has been
|
||||
modified.
|
||||
|
||||
\item[Keep Current Track When Replacing Playlist.]
|
||||
If set to \setting{Yes}, then \setting{Play} and \setting{Play Shuffled} in
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
\begin{description}
|
||||
\item[Default Browser.]
|
||||
Decide if you want the \setting{File Browser}, \setting{Database}, or
|
||||
\setting{Playlist Catalogue} to launch after pressing \ActionWpsBrowse{}
|
||||
\setting{Playlists} to launch after pressing \ActionWpsBrowse{}
|
||||
on the WPS, when no other browser has recently been used.
|
||||
\opt{hotkey}{
|
||||
\item[WPS Hotkey.] Sets the hotkey function for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue