Skip to content

Commit 84f0b3f

Browse files
authored
Merge pull request #3611 from openatv/IanSav-Setup
[setup.xml] Sort setup blocks
2 parents 4c94c56 + e32d211 commit 84f0b3f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

data/setup.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<setupxml>
2-
<setup key="audio_setup" title="Audio Settings">
3-
<!-- This is just a placeholder, the Videomode plugin implements this sub menu. -->
4-
</setup>
52
<setup key="Audio" title="Audio Settings" level="1" showOpenWebif="1">
63
<item level="1" text="Volume steps" description="Select the size of the volume step when the VOLUME buttons are pressed.">config.volumeControl.pressStep</item>
74
<item level="1" text="Long press volume steps" description="Select the size of the volume steps when the VOLUME buttons are held down.">config.volumeControl.longStep</item>
@@ -30,6 +27,9 @@
3027
<item level="1" text="Enable BT Audio" description="This Option allows you to switch Audio to BT Speakers." requires="CanBTAudio">config.av.btaudio</item>
3128
<item level="1" text="General BT Audio delay" description="This option configures the general audio delay for BT Speakers." requires="CanBTAudioDelay">config.av.btaudiodelay</item>
3229
</setup>
30+
<setup key="audio_setup" title="Audio Settings">
31+
<!-- This is just a placeholder, the Videomode plugin implements this sub menu. -->
32+
</setup>
3333
<setup key="AutoCam" title="AutoCam Settings">
3434
<item level="0" text="Use AutoCam" description="When set to 'Yes' a specific Softcam can be assigned to each encrypted service.">config.misc.autocamEnabled</item>
3535
<item level="0" text="Select AutoCam default Softcam" description="Select a Softcam from the available list as the default for AutoCam." conditional="config.misc.autocamEnabled.value">self.autocamDefault</item>
@@ -72,12 +72,6 @@
7272
<item level="0" text="Password" description="Edit the password.">config.cccaminfo.password</item>
7373
<item level="0" text="Port" description="Edit the remote CCCam port.">config.cccaminfo.port</item>
7474
</setup>
75-
<setup key="CiSelection" title="Common Interface">
76-
<item level="0" text="Common Settings"></item>
77-
<item level="0" text="CI+ Helper*" description="Select 'Enable' to start the CI+ helper." requires="CIPlusHelper">config.cimisc.cihelperenabled</item>
78-
<item level="0" text="DVB CI Delay" description="Set DVB CI delay." requires="CommonInterfaceCIDelay">config.cimisc.dvbCiDelay</item>
79-
<item level="0" text="CI Boot Delay" description="Set CI Boot delay.">config.cimisc.bootDelay</item>
80-
</setup>
8175
<setup key="ChannelSelection" title="Channel Selection Settings" showOpenWebif="1">
8276
<item text="Channel Selection Screen" description="Select the screen layout, from the options provided by the skin, to be used for the ChannelSelection screen." conditional="len(config.channelSelection.screenStyle.choices) > 1">config.channelSelection.screenStyle</item>
8377
<item text="Channel Selection List" description="Select the layout of the information in the services list, from the options provided by the skin, displayed within the ChannelSelection screen." conditional="config.channelSelection.screenStyle.value">config.channelSelection.widgetStyle</item>
@@ -137,6 +131,16 @@
137131
</if>
138132
<item level="0" text="Set action for 'Info' key" description="Here you can set what is called when pressing the 'Info' key.">config.usage.servicelist_infokey</item>
139133
</setup>
134+
<setup key="ChkrootSlotManager" title="Slot Manager">
135+
<item level="0" text="Target location" description="Choose the target device for the slots.">self.ChkrootSlotManagerLocation</item>
136+
<item level="0" text="Slot count" description="Choose the amount of additional slots." conditional="self.ChkrootSlotManagerLocation.value">self.ChkrootSlotManagerSlots</item>
137+
</setup>
138+
<setup key="CiSelection" title="Common Interface">
139+
<item level="0" text="Common Settings"></item>
140+
<item level="0" text="CI+ Helper*" description="Select 'Enable' to start the CI+ helper." requires="CIPlusHelper">config.cimisc.cihelperenabled</item>
141+
<item level="0" text="DVB CI Delay" description="Set DVB CI delay." requires="CommonInterfaceCIDelay">config.cimisc.dvbCiDelay</item>
142+
<item level="0" text="CI Boot Delay" description="Set CI Boot delay.">config.cimisc.bootDelay</item>
143+
</setup>
140144
<setup key="Display" title="Display Settings" showOpenWebif="1">
141145
<item level="0" text="Clone TV screen to LCD" description="Shows live tv or informations on LCD." requires="FBLCDDisplay">config.lcd.fblcddisplay</item>
142146
<item level="0" text="Brightness (Normal)" description="Configure the brightness level of the front panel display for normal operation.">config.lcd.bright</item>
@@ -414,17 +418,9 @@
414418
<setup key="FlashExpander" title="Flash Expander">
415419
<item level="0" text="Target location" description="Choose the target location for the expanded '/usr' directory.">config.flashExpander.location</item>
416420
</setup>
417-
<setup key="ChkrootSlotManager" title="Slot Manager">
418-
<item level="0" text="Target location" description="Choose the target device for the slots.">self.ChkrootSlotManagerLocation</item>
419-
<item level="0" text="Slot count" description="Choose the amount of additional slots." conditional="self.ChkrootSlotManagerLocation.value">self.ChkrootSlotManagerSlots</item>
420-
</setup>
421421
<setup key="GPTSlotManager" title="Slot Manager">
422422
<item level="0" text="Target location" description="Choose the target device for the slots.">self.GPTSlotManagerLocation</item>
423423
</setup>
424-
<setup key="UBISlotManager" title="Slot Manager">
425-
<item level="0" text="Target location" description="Choose the target device for the slots.">self.UBISlotManagerLocation</item>
426-
<item level="0" text="Slot count" description="Choose the amount of additional slots." conditional="self.UBISlotManagerLocation.value">self.UBISlotManagerSlots</item>
427-
</setup>
428424
<setup key="HardDisk" title="Hard Disk Settings" showOpenWebif="1">
429425
<item level="0" text="Hard disk standby after" description="Configure the hard disk drive to go to standby after the specified idle time.">config.usage.hdd_standby</item>
430426
<item level="0" text="Hard disk standby in box standby after" description="Configure the hard disk drive to go to standby after the specified idle time when the box is in standby.">config.usage.hdd_standby_in_standby</item>
@@ -1015,6 +1011,10 @@
10151011
<item level="2" text="Ignore DVB-T namespace sub network" description="On valid ONIDs, ignore frequency sub network part.">config.usage.subnetwork_terrestrial</item>
10161012
<item level="1" text="Delivery system workaround" description="Workaround for old tuner driver." requires="need_dsw">config.usage.enable_delivery_system_workaround</item>
10171013
</setup>
1014+
<setup key="UBISlotManager" title="Slot Manager">
1015+
<item level="0" text="Target location" description="Choose the target device for the slots.">self.UBISlotManagerLocation</item>
1016+
<item level="0" text="Slot count" description="Choose the amount of additional slots." conditional="self.UBISlotManagerLocation.value">self.UBISlotManagerSlots</item>
1017+
</setup>
10181018
<setup key="Usage" title="Customize System Settings" showOpenWebif="1">
10191019
<item level="0" text="Settings mode" description="Choose which level of menu/setting's to display. 'Expert'-level shows all items.">config.usage.setup_level</item>
10201020
<item level="0" text="Input scroll position" description="When the input cursor reaches this point (percentage of the width, from either side) scroll the text to the cursor.">config.usage.cursorscroll</item>

0 commit comments

Comments
 (0)