get rid of SCRIPTXXX labels
[vuplus_xbmc] / addons / skin.confluence / 720p / script-XBMC_Lyrics-main.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <allowoverlay>no</allowoverlay>
4         <defaultcontrol always="false">101</defaultcontrol>
5         <coordinates>
6                 <system>1</system>
7                 <posx>680</posx>
8                 <posy>0</posy>
9         </coordinates>
10         <controls>
11                 <control type="group">
12                         <animation effect="slide" start="600,0" end="0,0" time="400" tween="quadratic" easing="out" condition="!Player.ShowCodec">WindowOpen</animation>
13                         <animation effect="slide" start="600,0" end="0,0" time="400" delay="400" tween="quadratic" easing="out" condition="Player.ShowCodec">WindowOpen</animation>
14                         <animation effect="slide" start="0,0" end="600,0" time="200" tween="quadratic" easing="out">WindowClose</animation>
15                         <control type="image">
16                                 <description>media info background image</description>
17                                 <posx>0</posx>
18                                 <posy>0</posy>
19                                 <width>600</width>
20                                 <height>720</height>
21                                 <colordiffuse>BBFFFFFF</colordiffuse>
22                                 <texture border="20,0,0,0" flipx="true">MediaBladeSub.png</texture>
23                         </control>
24                         <control type="button">
25                                 <description>Close Window button</description>
26                                 <posx>20</posx>
27                                 <posy>0</posy>
28                                 <width>64</width>
29                                 <height>32</height>
30                                 <label>-</label>
31                                 <font>-</font>
32                                 <onclick>PreviousMenu</onclick>
33                                 <texturefocus>DialogCloseButton-focus.png</texturefocus>
34                                 <texturenofocus>DialogCloseButton.png</texturenofocus>
35                                 <onleft>101</onleft>
36                                 <onright>101</onright>
37                                 <onup>101</onup>
38                                 <ondown>101</ondown>
39                                 <visible>system.getbool(input.enablemouse)</visible>
40                         </control>
41                         <control type="label">
42                                 <description>header label</description>
43                                 <posx>580</posx>
44                                 <posy>30</posy>
45                                 <width>550</width>
46                                 <height>30</height>
47                                 <font>font30_title</font>
48                                 <label>$ADDON[script.cu.lrclyrics 0]</label>
49                                 <align>right</align>
50                                 <aligny>center</aligny>
51                                 <textcolor>white</textcolor>
52                                 <shadowcolor>black</shadowcolor>
53                         </control>
54                         <control type="label">
55                                 <description>Artist label</description>
56                                 <posx>580</posx>
57                                 <posy>60</posy>
58                                 <width>550</width>
59                                 <height>30</height>
60                                 <font>font13_title</font>
61                                 <label>$INFO[MusicPlayer.Artist]</label>
62                                 <align>right</align>
63                                 <aligny>center</aligny>
64                                 <textcolor>grey</textcolor>
65                                 <shadowcolor>black</shadowcolor>
66                         </control>
67                         <control type="label">
68                                 <description>Song label</description>
69                                 <posx>580</posx>
70                                 <posy>85</posy>
71                                 <width>550</width>
72                                 <height>30</height>
73                                 <font>font13_title</font>
74                                 <label>$INFO[MusicPlayer.Title]</label>
75                                 <align>right</align>
76                                 <aligny>center</aligny>
77                                 <textcolor>grey</textcolor>
78                                 <shadowcolor>black</shadowcolor>
79                         </control>
80                         <control type="image">
81                                 <posx>30</posx>
82                                 <posy>120</posy>
83                                 <width>550</width>
84                                 <height>4</height>
85                                 <texture>separator.png</texture>
86                         </control>
87                         <!-- ** Required ** Do not change <id> or <type> (Text box for lyrics) -->
88                         <control type="textbox" id="100">
89                                 <description>textarea</description>
90                                 <posx>30</posx>
91                                 <posy>130</posy>
92                                 <width>550</width>
93                                 <height>500</height>
94                                 <align>center</align>
95                                 <font>font13</font>
96                                 <textcolor>white</textcolor>
97                                 <shadowcolor>black</shadowcolor>
98                                 <onup>100</onup>
99                                 <ondown>100</ondown>
100                                 <onleft>101</onleft>
101                                 <onright>101</onright>
102                                 <pagecontrol>101</pagecontrol>
103                         </control>
104                         <control type="spincontrol" id="101">
105                                 <description>Next page button</description>
106                                 <posx>520</posx>
107                                 <posy>650</posy>
108                                 <subtype>page</subtype>
109                                 <font>font12</font>
110                                 <onleft>101</onleft>
111                                 <onright>101</onright>
112                                 <ondown>101</ondown>
113                                 <onup>101</onup>
114                                 <textcolor>blue</textcolor>
115                                 <showonepage>true</showonepage>
116                                 <visible>Control.IsVisible(100)</visible>
117                         </control>
118                         <!-- ** Required ** Do not change <id> or <type> (Smooth scrolling list for lyrics) -->
119                         <control type="list" id="110">
120                                 <posx>30</posx>
121                                 <posy>130</posy>
122                                 <width>550</width>
123                                 <height>500</height>
124                                 <onleft>111</onleft>
125                                 <onright>111</onright>
126                                 <onup>110</onup>
127                                 <ondown>110</ondown>
128                                 <pagecontrol>111</pagecontrol>
129                                 <scrolltime>200</scrolltime>
130                                 <itemlayout height="25">
131                                         <control type="label">
132                                                 <posx>275</posx>
133                                                 <posy>0</posy>
134                                                 <width>550</width>
135                                                 <height>25</height>
136                                                 <font>font13</font>
137                                                 <aligny>center</aligny>
138                                                 <align>center</align>
139                                                 <selectedcolor>selected</selectedcolor>
140                                                 <align>left</align>
141                                                 <info>ListItem.Label</info>
142                                         </control>
143                                 </itemlayout>
144                                 <focusedlayout height="25">
145                                         <control type="label">
146                                                 <posx>275</posx>
147                                                 <posy>0</posy>
148                                                 <width>550</width>
149                                                 <height>25</height>
150                                                 <font>font13</font>
151                                                 <aligny>center</aligny>
152                                                 <align>center</align>
153                                                 <shadowcolor>black</shadowcolor>
154                                                 <textcolor>white</textcolor>
155                                                 <selectedcolor>selected</selectedcolor>
156                                                 <align>left</align>
157                                                 <label>$INFO[ListItem.Label]</label>
158                                                 <visible>!Control.HasFocus(110)</visible>
159                                         </control>
160                                         <control type="label">
161                                                 <posx>275</posx>
162                                                 <posy>0</posy>
163                                                 <width>550</width>
164                                                 <height>25</height>
165                                                 <font>font13</font>
166                                                 <aligny>center</aligny>
167                                                 <align>center</align>
168                                                 <shadowcolor>black</shadowcolor>
169                                                 <textcolor>selected</textcolor>
170                                                 <align>left</align>
171                                                 <label fallback="--">$INFO[ListItem.Label]</label>
172                                                 <visible>Control.HasFocus(110)</visible>
173                                         </control>
174                                 </focusedlayout>
175                         </control>
176                         <control type="spincontrol" id="111">
177                                 <description>Next page button</description>
178                                 <posx>520</posx>
179                                 <posy>650</posy>
180                                 <subtype>page</subtype>
181                                 <font>font12</font>
182                                 <onleft>110</onleft>
183                                 <onright>110</onright>
184                                 <ondown>110</ondown>
185                                 <onup>110</onup>
186                                 <textcolor>blue</textcolor>
187                                 <showonepage>true</showonepage>
188                                 <visible>Control.IsVisible(110)</visible>
189                         </control>
190                         <control type="label" id="2">
191                                 <description>Pick label</description>
192                                 <posx>30</posx>
193                                 <posy>130</posy>
194                                 <width>550</width>
195                                 <height>30</height>
196                                 <align>center</align>
197                                 <aligny>center</aligny>
198                                 <font>font13_title</font>
199                                 <label>31203</label>
200                                 <textcolor>white</textcolor>
201                                 <visible>Control.IsVisible(120) + ![Control.IsVisible(100) | Control.IsVisible(110)]</visible>
202                         </control>
203                         <!-- ** Required ** Do not change <id> or <type> (Song Chooser if it gets it wrong) -->
204                         <control type="list" id="120">
205                                 <posx>30</posx>
206                                 <posy>170</posy>
207                                 <width>550</width>
208                                 <height>440</height>
209                                 <onleft>121</onleft>
210                                 <onright>121</onright>
211                                 <onup>120</onup>
212                                 <ondown>120</ondown>
213                                 <pagecontrol>121</pagecontrol>
214                                 <scrolltime>200</scrolltime>
215                                 <animation effect="slide" start="0,0" end="20,0" time="0" condition="!Control.IsVisible(121)">Conditional</animation>
216                                 <itemlayout height="40">
217                                         <control type="image">
218                                                 <posx>0</posx>
219                                                 <posy>0</posy>
220                                                 <width>550</width>
221                                                 <height>41</height>
222                                                 <texture border="5">MenuItemNF.png</texture>
223                                         </control>
224                                         <control type="label">
225                                                 <posx>10</posx>
226                                                 <posy>0</posy>
227                                                 <width>530</width>
228                                                 <height>40</height>
229                                                 <font>font13</font>
230                                                 <align>left</align>
231                                                 <aligny>center</aligny>
232                                                 <selectedcolor>selected</selectedcolor>
233                                                 <info>ListItem.Label</info>
234                                         </control>
235                                 </itemlayout>
236                                 <focusedlayout height="40">
237                                         <control type="image">
238                                                 <posx>0</posx>
239                                                 <posy>0</posy>
240                                                 <width>550</width>
241                                                 <height>41</height>
242                                                 <visible>!Control.HasFocus(120)</visible>
243                                                 <texture border="5">MenuItemNF.png</texture>
244                                         </control>
245                                         <control type="image">
246                                                 <posx>0</posx>
247                                                 <posy>0</posy>
248                                                 <width>550</width>
249                                                 <height>41</height>
250                                                 <visible>Control.HasFocus(120)</visible>
251                                                 <texture border="5">MenuItemFO.png</texture>
252                                         </control>
253                                         <control type="label">
254                                                 <posx>10</posx>
255                                                 <posy>0</posy>
256                                                 <width>530</width>
257                                                 <height>40</height>
258                                                 <font>font13</font>
259                                                 <align>left</align>
260                                                 <aligny>center</aligny>
261                                                 <selectedcolor>selected</selectedcolor>
262                                                 <info>ListItem.Label</info>
263                                         </control>
264                                 </focusedlayout>
265                         </control>
266                         <control type="spincontrol" id="121">
267                                 <description>Next page button</description>
268                                 <description>Next page button</description>
269                                 <posx>520</posx>
270                                 <posy>650</posy>
271                                 <subtype>page</subtype>
272                                 <font>font12</font>
273                                 <onleft>120</onleft>
274                                 <onright>120</onright>
275                                 <ondown>120</ondown>
276                                 <onup>120</onup>
277                                 <textcolor>blue</textcolor>
278                                 <showonepage>true</showonepage>
279                                 <visible>Control.IsVisible(120)</visible>
280                         </control>
281                         <control type="image">
282                                 <posx>30</posx>
283                                 <posy>640</posy>
284                                 <width>550</width>
285                                 <height>4</height>
286                                 <texture>separator.png</texture>
287                         </control>
288                         <control type="label">
289                                 <description>Scraper label</description>
290                                 <posx>580</posx>
291                                 <posy>680</posy>
292                                 <width>550</width>
293                                 <height>30</height>
294                                 <label>$LOCALIZE[31205] - $INFO[Control.GetLabel(200)]</label>
295                                 <font>font12_title</font>
296                                 <align>right</align>
297                                 <aligny>center</aligny>
298                                 <textcolor>grey2</textcolor>
299                                 <shadowcolor>black</shadowcolor>
300                         </control>
301                         <control type="label" id="200">
302                                 <description>Scraper label</description>
303                                 <visible>false</visible>
304                         </control>
305                 </control>
306                 <!-- ** Required ** Do not change <id> or <type> -->
307                 <!-- ** Required ** Do not change <id> or <type> -->
308         </controls>
309 </window>