1 <?xml version="1.0" encoding="UTF-8"?>
3 <defaultcontrol>9000</defaultcontrol>
4 <backgroundcolor>background</backgroundcolor>
6 <include>DefaultBackground</include>
7 <control type="multiimage">
8 <depth>DepthBackground</depth>
9 <include>FullScreenDimensions</include>
10 <aspectratio>scale</aspectratio>
11 <animation effect="zoom" center="auto" end="102,102" time="0" condition="Integer.IsGreater(System.StereoscopicMode,0)">conditional</animation>
12 <animation effect="fade" start="0" end="100" time="400" reversible="true" condition="!Window.Previous(SettingsCategory.xml)">WindowOpen</animation>
13 <animation effect="fade" start="100" end="0" time="300" reversible="true" condition="!Window.Next(SettingsCategory.xml)">WindowClose</animation>
14 <animation effect="fade" time="400">VisibleChange</animation>
15 <imagepath colordiffuse="35FFFFFF">$INFO[Skin.String(HomeFanart.path)]settings$INFO[Skin.String(HomeFanart.ext)]</imagepath>
16 <visible>!Player.HasMedia + !String.IsEmpty(Skin.String(HomeFanart.path))</visible>
18 <control type="group">
19 <centerleft>50%</centerleft>
23 <include>OpenClose_Right</include>
24 <control type="label">
29 <label>$LOCALIZE[5]</label>
33 <control type="panel" id="9000">
39 <ondown>Control.SetFocus(9001,$INFO[Container(9000).Position],absolute)</ondown>
40 <include>SettingsPanel</include>
43 <label>$LOCALIZE[10003]</label>
44 <onclick>ActivateWindow(filemanager)</onclick>
45 <icon>icons/settings/filemanager.png</icon>
48 <label>$LOCALIZE[24001]</label>
49 <onclick>ActivateWindow(addonbrowser)</onclick>
50 <icon>icons/settings/addons.png</icon>
53 <label>$LOCALIZE[138]</label>
54 <onclick>ActivateWindow(systeminfo)</onclick>
55 <icon>icons/settings/sysinfo.png</icon>
58 <label>$LOCALIZE[31067]</label>
59 <onclick>ActivateWindow(eventlog)</onclick>
60 <icon>icons/settings/eventlog.png</icon>
64 <control type="panel" id="9001">
69 <onup>Control.SetFocus(9000,$INFO[Container(9001).Position],absolute)</onup>
71 <include>SettingsPanel</include>
74 <label>$LOCALIZE[14200]</label>
75 <onclick>ActivateWindow(PlayerSettings)</onclick>
76 <icon>icons/settings/player.png</icon>
79 <label>$LOCALIZE[14211]</label>
80 <onclick>ActivateWindow(MediaSettings)</onclick>
81 <icon>icons/settings/media.png</icon>
84 <label>$LOCALIZE[14204]</label>
85 <onclick>ActivateWindow(PVRSettings)</onclick>
86 <icon>icons/settings/livetv.png</icon>
89 <label>$LOCALIZE[14036]</label>
90 <onclick>ActivateWindow(ServiceSettings)</onclick>
91 <icon>icons/settings/network.png</icon>
94 <label>$LOCALIZE[15016]</label>
95 <visible>System.GetBool(gamesgeneral.enable)</visible>
96 <onclick>ActivateWindow(GameSettings)</onclick>
97 <icon>icons/settings/games.png</icon>
100 <label>$LOCALIZE[14206]</label>
101 <onclick>ActivateWindow(InterfaceSettings)</onclick>
102 <icon>icons/settings/interface.png</icon>
105 <label>$LOCALIZE[13200]</label>
106 <onclick>ActivateWindow(Profiles)</onclick>
107 <icon>icons/settings/profiles.png</icon>
110 <label>$LOCALIZE[13000]</label>
111 <onclick>ActivateWindow(SystemSettings)</onclick>
112 <icon>icons/settings/system.png</icon>
115 <label>LibreELEC</label>
116 <onclick>RunAddon(service.libreelec.settings)</onclick>
117 <icon>icons/settings/libreelec.png</icon>
118 <visible>System.AddonIsEnabled(service.libreelec.settings)</visible>
123 <include content="TopBar">
124 <param name="breadcrumbs_label" value="$LOCALIZE[13000]" />
126 <include>BottomBar</include>