openatv / enigma2

openatv-gui
GNU General Public License v2.0
200 stars 319 forks source link

[Menu] - Duplicate #3157

Open GhostofGeeeee opened 1 year ago

GhostofGeeeee commented 1 year ago

This merge adds a duplicate in setup! (edited: fixed)

<setup key="ChannelSelection" title="Channel Selection Settings" showOpenWebif="1">
    ...
    <item level="2" text="Load unlinked user bouquets" description="When enabled enigma2 will load unlinked user bouquets. This means that user bouquets that are available, but not included in the bouquets.tv or bouquets.radio files, will still be loaded. This allows you for example to keep your own user bouquet while installed settings are upgraded">config.misc.load_unlinked_userbouquets</item>
...
<setup key="Usage" title="Customize System Settings" showOpenWebif="1">
    ...
    <item level="2" text="Enable unlinked bouquets"    description="When enabled, Enigma2 will load unlinked bouquets.     This means that bouquets      that are available, but not included in the bouquets.tv or bouquets.radio files, will still be loaded. This allows you for example to keep your own user bouquet while installed settings are upgraded">config.misc.load_unlinked_userbouquets</item>
GhostofGeeeee commented 1 year ago

There are more, maybe it's OK. But the first 5 are unsavory. (edited: update there was some fixes)

config.misc.erase_flags
config.misc.erase_speed
config.usage.movielist_trashcan_days
config.usage.movielist_trashcan_network_clean
config.usage.movielist_trashcan_reserve
GhostofGeeeee commented 1 year ago

But text and description should be duplicates, too!?

config.usage.recording_frontend_priority

<item level="2" text="Preferred tuner for recordings" description="Configure which tuner will be preferred for recordings, when more than one tuner is available. 'Disabled' would select a tuner based on preferred tuner in customize screen. 'Auto' would choose based on E2's default rules, ignoring preferred tuner in customize screen.">config.usage.recording_frontend_priority</item>
<item level="2" text="Preferred tuner for recordings" description="Configure which tuner for recordings will be preferred, when more than one tuner is available.">config.usage.recording_frontend_priority</item>

config.plisettings.InfoBarEpg_mode

<item level="0" text="InfoBar EPG mode" description="Select how to activate the Quick EPG mode." requires="InfoBarEpg">config.plisettings.InfoBarEpg_mode</item>
<item level="0" text="QuickEPG mode"    description="Select how to activate the Quick EPG mode."                      >config.plisettings.InfoBarEpg_mode</item>

config.usage.plugins_sort_mode

<item level="1" text="Sort Plugin Browser"         description="Select the sort order of the Plugin Browser menu entries. User defined also allows the menu   entries to be hidden.">config.usage.plugins_sort_mode</item>
<item level="0" text="Sort Plugin Browser entries" description="Select the sort order of the Plugin Browser menu entries. User defined also allows the plugin entries to be hidden.">config.usage.plugins_sort_mode</item>