A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 43 lines 1.8 kB view raw
1\subsection{Random Folder Advance Configuration} 2{\label{ref:random_folder_advance_config}} 3This plugin is used to configure the folders which will be considered 4when the Auto-Change Directory feature is set to \setting{Random}. 5 6\subsubsection{Menu} 7\begin{description} 8\item[Generate Folder List] Generates a list of all folders found 9on the player. You can filter the directories which are scanned by 10creating a file called \\* 11\fname{/.rockbox/folder\_advance\_dir.txt}. 12Only the directories in this file and any contained directories 13 will be scanned. You can have up to 10 directories ignored by the 14 scan by placing a minus sign before them in the list 15 (i.e. \fname{-/CDs} will cause everything in the \fname{/CDs} 16 directory to be ignored.). If you just want \fname{/CDs} 17 to be ignored but want to include the folders within 18it you need to have both \fname{-/CDs} and \fname{CDs} as entries. 19\item[Edit Folder List] Enter the folder list editor 20\item[Export List To Textfile] Exports the list to 21 \fname{/.rockbox/folder\_advance\_list.txt} 22\item[Import List From Textfile] Imports the list from 23 \fname{/.rockbox/folder\_advance\_list.txt} 24\item[Play Shuffled] Starts playback with the selected directories in random order. Tracks within a directory will be played in normal order. The plugin will exit after starting playback. 25\item[Quit] 26\end{description} 27 28\subsubsection{Folder List Editor Keys} 29\begin{btnmap} 30 \ActionStdOk{} 31 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} 32 & Delete selected folder\\ 33 34 \ActionStdContext{} 35 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} 36 & Bring up the context menu which allows you to 37 remove the selected folder or its entire folder tree\\ 38 39 \ActionStdCancel{} 40 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} 41 & Exit\\ 42 43\end{btnmap}