mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Offer function to Clear List & Play Shuffled when playback is stopped
(as per multiple user requests) When playback is stopped, Rockbox will display an option to clear the current playlist and add selected tracks in random order, if Shuffled Adding options are enabled in Settings. Insert options will not be displayed anymore when playback is stopped to lessen confusion. Change-Id: I5e5819149027e63e5c6f30213e838c0d7e7de8d5
This commit is contained in:
parent
46085c8978
commit
576b56b35a
3 changed files with 40 additions and 17 deletions
|
|
@ -15673,4 +15673,18 @@
|
|||
<voice>
|
||||
*: "In Submenu"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CLEAR_LIST_AND_PLAY_SHUFFLED
|
||||
desc: in onplay menu. Replace current playlist with selected tracks in random order.
|
||||
user: core
|
||||
<source>
|
||||
*: "Clear List & Play Shuffled"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Clear List & Play Shuffled"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Clear List & Play Shuffled"
|
||||
</voice>
|
||||
</phrase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue