blob: 18ad10234b8f18f7d94adad69fb060bfac6ac550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>9000</defaultcontrol>
<backgroundcolor>background</backgroundcolor>
<controls>
<include>DefaultBackground</include>
<control type="multiimage">
<depth>DepthBackground</depth>
<include>FullScreenDimensions</include>
<aspectratio>scale</aspectratio>
<animation effect="zoom" center="auto" end="102,102" time="0" condition="Integer.IsGreater(System.StereoscopicMode,0)">conditional</animation>
<animation effect="fade" start="0" end="100" time="400" reversible="true" condition="!Window.Previous(SettingsCategory.xml)">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300" reversible="true" condition="!Window.Next(SettingsCategory.xml)">WindowClose</animation>
<animation effect="fade" time="400">VisibleChange</animation>
<imagepath colordiffuse="35FFFFFF">$INFO[Skin.String(HomeFanart.path)]settings$INFO[Skin.String(HomeFanart.ext)]</imagepath>
<visible>!Player.HasMedia + !String.IsEmpty(Skin.String(HomeFanart.path))</visible>
</control>
<control type="group">
<centerleft>50%</centerleft>
<width>1600</width>
<top>0</top>
<bottom>0</bottom>
<include>OpenClose_Right</include>
<control type="label">
<left>0</left>
<right>0</right>
<top>420</top>
<height>400</height>
<label>$LOCALIZE[5]</label>
<align>center</align>
<font>font37</font>
</control>
<control type="panel" id="9000">
<left>0</left>
<width>100%</width>
<top>120</top>
<height>300</height>
<onup>noop</onup>
<ondown>Control.SetFocus(9001,$INFO[Container(9000).Position],absolute)</ondown>
<include>SettingsPanel</include>
<content>
<item>
<label>$LOCALIZE[10003]</label>
<onclick>ActivateWindow(filemanager)</onclick>
<icon>icons/settings/filemanager.png</icon>
</item>
<item>
<label>$LOCALIZE[24001]</label>
<onclick>ActivateWindow(addonbrowser)</onclick>
<icon>icons/settings/addons.png</icon>
</item>
<item>
<label>$LOCALIZE[138]</label>
<onclick>ActivateWindow(systeminfo)</onclick>
<icon>icons/settings/sysinfo.png</icon>
</item>
<item>
<label>$LOCALIZE[31067]</label>
<onclick>ActivateWindow(eventlog)</onclick>
<icon>icons/settings/eventlog.png</icon>
</item>
</content>
</control>
<control type="panel" id="9001">
<left>0</left>
<right>0</right>
<top>470</top>
<bottom>0</bottom>
<onup>Control.SetFocus(9000,$INFO[Container(9001).Position],absolute)</onup>
<ondown>noop</ondown>
<include>SettingsPanel</include>
<content>
<item>
<label>$LOCALIZE[14200]</label>
<onclick>ActivateWindow(PlayerSettings)</onclick>
<icon>icons/settings/player.png</icon>
</item>
<item>
<label>$LOCALIZE[14211]</label>
<onclick>ActivateWindow(MediaSettings)</onclick>
<icon>icons/settings/media.png</icon>
</item>
<item>
<label>$LOCALIZE[14204]</label>
<onclick>ActivateWindow(PVRSettings)</onclick>
<icon>icons/settings/livetv.png</icon>
</item>
<item>
<label>$LOCALIZE[14036]</label>
<onclick>ActivateWindow(ServiceSettings)</onclick>
<icon>icons/settings/network.png</icon>
</item>
<item>
<label>$LOCALIZE[15016]</label>
<visible>System.GetBool(gamesgeneral.enable)</visible>
<onclick>ActivateWindow(GameSettings)</onclick>
<icon>icons/settings/games.png</icon>
</item>
<item>
<label>$LOCALIZE[14206]</label>
<onclick>ActivateWindow(InterfaceSettings)</onclick>
<icon>icons/settings/interface.png</icon>
</item>
<item>
<label>$LOCALIZE[13200]</label>
<onclick>ActivateWindow(Profiles)</onclick>
<icon>icons/settings/profiles.png</icon>
</item>
<item>
<label>$LOCALIZE[13000]</label>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon>icons/settings/system.png</icon>
</item>
<item>
<label>LibreELEC</label>
<onclick>RunAddon(service.libreelec.settings)</onclick>
<icon>icons/settings/libreelec.png</icon>
<visible>System.HasAddon(service.libreelec.settings)</visible>
</item>
</content>
</control>
</control>
<include content="TopBar">
<param name="breadcrumbs_label" value="$LOCALIZE[13000]" />
</include>
<include>BottomBar</include>
</controls>
</window>
|