forked from len0rd/rockbox
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
This commit is contained in:
parent
8060c79775
commit
69d08be083
6 changed files with 76 additions and 11 deletions
|
|
@ -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\\
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue