Added preference to turn off shuffle mode when selecting new list of songs (#527)
An option to turn sticky shuffle on or off. It's enabled by default so it keeps the current functionality the same. I noticed every other player has it so hopefully you don't have any issues with it being in the app.
This commit is contained in:
parent
21de932e32
commit
6624fcd505
4 changed files with 18 additions and 0 deletions
|
|
@ -131,6 +131,7 @@
|
|||
<string name="pref_title_last_added_interval">Last added playlist interval</string>
|
||||
<string name="pref_title_synchronized_lyrics_show">Show synchronized lyrics</string>
|
||||
<string name="pref_title_remember_last_tab">Remember last tab</string>
|
||||
<string name="pref_title_remember_shuffle">Remember shuffle</string>
|
||||
<string name="no_equalizer">No equalizer found.</string>
|
||||
<string name="no_audio_ID">"Play a song first, then try again."</string>
|
||||
<string name="delete_action">Delete</string>
|
||||
|
|
@ -165,6 +166,7 @@
|
|||
<string name="pref_summary_audio_ducking">Notifications, navigation etc.</string>
|
||||
<string name="pref_summary_synchronized_lyrics_show">Currently only synchronized lyrics in LRC format are supported. Either embedded or as a separate file.</string>
|
||||
<string name="pref_summary_remember_last_tab">Go to the last opened tab on launch</string>
|
||||
<string name="pref_summary_remember_shuffle">Shuffle mode will stay on when selecting a new list of songs</string>
|
||||
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
|
||||
<string name="search_hint">Search your library…</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue