2
<allowoverlay>no</allowoverlay>
3
<defaultcontrol always="false">101</defaultcontrol>
10
<control type="group">
11
<animation effect="slide" start="600,0" end="0,0" time="400" tween="quadratic" easing="out" condition="!Player.ShowCodec">WindowOpen</animation>
12
<animation effect="slide" start="600,0" end="0,0" time="400" delay="400" tween="quadratic" easing="out" condition="Player.ShowCodec">WindowOpen</animation>
13
<animation effect="slide" start="0,0" end="600,0" time="200" tween="quadratic" easing="out">WindowClose</animation>
14
<control type="image">
15
<description>media info background image</description>
20
<texture border="20,0,0,0" flipx="true">VisOsdPanel.png</texture>
22
<control type="button">
23
<description>Close Window button</description>
30
<onclick>PreviousMenu</onclick>
31
<texturefocus>DialogCloseButton-focus.png</texturefocus>
32
<texturenofocus>DialogCloseButton.png</texturenofocus>
34
<onright>101</onright>
37
<visible>system.getbool(input.enablemouse)</visible>
39
<control type="label">
40
<description>header label</description>
45
<font>font30_title</font>
46
<label>$LOCALIZE[SCRIPT0]</label>
48
<aligny>center</aligny>
49
<textcolor>white</textcolor>
50
<shadowcolor>black</shadowcolor>
52
<control type="label">
53
<description>Artist label</description>
58
<font>font13_title</font>
59
<label>$INFO[MusicPlayer.Artist]</label>
61
<aligny>center</aligny>
62
<textcolor>grey</textcolor>
63
<shadowcolor>black</shadowcolor>
65
<control type="label">
66
<description>Song label</description>
71
<font>font13_title</font>
72
<label>$INFO[MusicPlayer.Title]</label>
74
<aligny>center</aligny>
75
<textcolor>grey</textcolor>
76
<shadowcolor>black</shadowcolor>
78
<control type="image">
83
<texture>separator.png</texture>
85
<!-- ** Required ** Do not change <id> or <type> (Text box for lyrics) -->
86
<control type="textbox" id="100">
87
<description>textarea</description>
94
<textcolor>white</textcolor>
95
<shadowcolor>black</shadowcolor>
99
<onright>101</onright>
100
<pagecontrol>101</pagecontrol>
102
<control type="spincontrol" id="101">
103
<description>Next page button</description>
106
<subtype>page</subtype>
109
<onright>101</onright>
112
<textcolor>blue</textcolor>
113
<showonepage>true</showonepage>
114
<visible>Control.IsVisible(100)</visible>
116
<!-- ** Required ** Do not change <id> or <type> (Smooth scrolling list for lyrics) -->
117
<control type="list" id="110">
123
<onright>111</onright>
126
<pagecontrol>111</pagecontrol>
127
<scrolltime>200</scrolltime>
128
<itemlayout height="25">
129
<control type="label">
135
<aligny>center</aligny>
136
<align>center</align>
137
<selectedcolor>selected</selectedcolor>
139
<info>ListItem.Label</info>
142
<focusedlayout height="25">
143
<control type="label">
149
<aligny>center</aligny>
150
<align>center</align>
151
<shadowcolor>black</shadowcolor>
152
<textcolor>white</textcolor>
153
<selectedcolor>selected</selectedcolor>
155
<label>$INFO[ListItem.Label]</label>
156
<visible>!Control.HasFocus(110)</visible>
158
<control type="label">
164
<aligny>center</aligny>
165
<align>center</align>
166
<shadowcolor>black</shadowcolor>
167
<textcolor>selected</textcolor>
169
<label fallback="--">$INFO[ListItem.Label]</label>
170
<visible>Control.HasFocus(110)</visible>
174
<control type="spincontrol" id="111">
175
<description>Next page button</description>
178
<subtype>page</subtype>
181
<onright>110</onright>
184
<textcolor>blue</textcolor>
185
<showonepage>true</showonepage>
186
<visible>Control.IsVisible(110)</visible>
188
<control type="label" id="2">
189
<description>Pick label</description>
194
<align>center</align>
195
<aligny>center</aligny>
196
<font>font13_title</font>
198
<textcolor>white</textcolor>
199
<visible>Control.IsVisible(120) + ![Control.IsVisible(100) | Control.IsVisible(110)]</visible>
201
<!-- ** Required ** Do not change <id> or <type> (Song Chooser if it gets it wrong) -->
202
<control type="list" id="120">
208
<onright>121</onright>
211
<pagecontrol>121</pagecontrol>
212
<scrolltime>200</scrolltime>
213
<animation effect="slide" start="0,0" end="20,0" time="0" condition="!Control.IsVisible(121)">Conditional</animation>
214
<itemlayout height="40">
215
<control type="image">
220
<texture border="5">MenuItemNF.png</texture>
222
<control type="label">
229
<aligny>center</aligny>
230
<selectedcolor>selected</selectedcolor>
231
<info>ListItem.Label</info>
234
<focusedlayout height="40">
235
<control type="image">
240
<visible>!Control.HasFocus(120)</visible>
241
<texture border="5">MenuItemNF.png</texture>
243
<control type="image">
248
<visible>Control.HasFocus(120)</visible>
249
<texture border="5">MenuItemFO.png</texture>
251
<control type="label">
258
<aligny>center</aligny>
259
<selectedcolor>selected</selectedcolor>
260
<info>ListItem.Label</info>
264
<control type="spincontrol" id="121">
265
<description>Next page button</description>
266
<description>Next page button</description>
269
<subtype>page</subtype>
272
<onright>120</onright>
275
<textcolor>blue</textcolor>
276
<showonepage>true</showonepage>
277
<visible>Control.IsVisible(120)</visible>
279
<control type="image">
284
<texture>separator.png</texture>
286
<control type="label">
287
<description>Scraper label</description>
292
<label>$LOCALIZE[31205] - $INFO[Control.GetLabel(200)]</label>
293
<font>font12_title</font>
295
<aligny>center</aligny>
296
<textcolor>grey2</textcolor>
297
<shadowcolor>black</shadowcolor>
299
<control type="label" id="200">
300
<description>Scraper label</description>
301
<visible>false</visible>
304
<!-- ** Required ** Do not change <id> or <type> -->
305
<!-- ** Required ** Do not change <id> or <type> -->
b'\\ No newline at end of file'