diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2021-11-30 21:02:32 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-12-11 11:43:39 -0500 |
commit | 69d08be0830966175b92d68ece8ad0119898fef2 (patch) | |
tree | d93941dfe1e33f294a073c82dd00cd90e1a259fb /manual | |
parent | 8060c797752c3addbaa8c75e84721fbd3127860f (diff) | |
download | rockbox-69d08be0830966175b92d68ece8ad0119898fef2.tar.gz rockbox-69d08be0830966175b92d68ece8ad0119898fef2.zip |
Additional Single Mode options
In addition to the existing behavior of pausing
after each song, this adds options to pause
after playing current:
Album,
Album Artist,
Artist,
Composer,
Grouping / Work, or
Genre.
Allows you, for example, to only listen to the
remaining movements of a classical work
without having to purge your playlist of any
upcoming songs.
Change-Id: If18f4a5d139320026cc5fcc9adf29dd8e4e028a8
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/config_file_options.tex | 3 | ||||
-rw-r--r-- | manual/configure_rockbox/playback_options.tex | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 257a3bc48e..40945e6397 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -37,7 +37,8 @@ repeat & off, all, one, shuffle, ab & N/A\\ play selected & on, off & N/A\\ - single mode & on, off & N/A\\ + single mode & off, track, album, album artist, artist, composer, work, genre + & N/A\\ party mode & on, off & N/A\\ scan min step & 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30, 45, 60 & s\\ diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index f9f50593e6..6c8f5de316 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -83,9 +83,12 @@ you to configure settings related to audio playback. playback, and fade in when you resume playback. \section{Single Mode} - If the Single Mode option is set to \setting{Yes}, your music - will pause at every automatic track change. Crossfade on track - change will be ignored if this setting is enabled. + If the Single Mode option is set to \setting{Track}, your music + will pause at every automatic track change. + If it is set to \setting{Album}, \setting{Album Artist}, \setting{Artist}, + \setting{Composer}, \setting{Work}, or \setting{Genre}, + your music will pause at the next track change where this tag also + changes. Crossfade on track change will be ignored if this setting is enabled. \section{Party Mode} Enables unstoppable music playback. When new songs are |