mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Customizable Current Playlist Submenu
Options to add shuffled tracks and to queue tracks in the Current Playlist Submenu can now be hidden, or the latter can also be put into its own submenu. Users can customize this in Settings by going to "General Settings - Playlists -> Current Playlist" and choosing from "Show Shuffled Adding Options" (No / Yes) or "Show Queue Options" (No / Yes / In Submenu). Allows for the paring down of the set of choices to a minimum of the 4 more common ones for adding tracks to a dynamic playlist (coming from the current total of 11). Defaults have been set so that users have to actively modify their settings to notice any difference, which makes it unlikely that anybody's workflow would be negatively affected by this change. Change-Id: Ibe48fc4da2c79f54cd7272df8e1e3ba9955203e5
This commit is contained in:
parent
99383a0f9b
commit
2d8e0f7c90
9 changed files with 242 additions and 61 deletions
|
@ -15618,3 +15618,59 @@
|
|||
*: "Clear List & Play Next"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_QUEUE_MENU
|
||||
desc: in onplay menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Queue..."
|
||||
</source>
|
||||
<dest>
|
||||
*: "Queue..."
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Queue..."
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_QUEUE_OPTIONS
|
||||
desc: in Current Playlist settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Show Queue Options"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Show Queue Options"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Show Queue Options"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_SHUFFLED_ADDING_OPTIONS
|
||||
desc: in Current Playlist settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Show Shuffled Adding Options"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Show Shuffled Adding Options"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Show Shuffled Adding Options"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_IN_SUBMENU
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "In Submenu"
|
||||
</source>
|
||||
<dest>
|
||||
*: "In Submenu"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "In Submenu"
|
||||
</voice>
|
||||
</phrase>
|
Loading…
Add table
Add a link
Reference in a new issue