~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/skin.confluence/720p/script-XBMC_Lyrics-main.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

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