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:
Christian Soffke 2021-03-12 19:24:58 +01:00 committed by Solomon Peachy
parent 99383a0f9b
commit 2d8e0f7c90
9 changed files with 242 additions and 61 deletions

View file

@ -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>