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