only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogAlbumInfo.xml
1 <window id="2001">
2         <defaultcontrol always="true">5</defaultcontrol>
3         <allowoverlay>no</allowoverlay>
4         <include>Window_OpenClose_Animation_Zoom</include>
5         <coordinates>
6                 <system>1</system>
7                 <posx>140</posx>
8                 <posy>30</posy>
9         </coordinates>
10         <controls>
11                 <control type="image">
12                         <posx>0</posx>
13                         <posy>0</posy>
14                         <width>1000</width>
15                         <height>60</height>
16                         <texture border="5">DialogHeader.png</texture>
17                 </control>
18                 <control type="label">
19                         <description>header label</description>
20                         <posx>20</posx>
21                         <posy>0</posy>
22                         <include>WindowTitleCommons</include>
23                         <width>910</width>
24                         <label>$INFO[Listitem.Album]</label>
25                         <visible>container.content(Albums)</visible>
26                 </control>
27                 <control type="label">
28                         <description>header label</description>
29                         <posx>20</posx>
30                         <posy>0</posy>
31                         <include>WindowTitleCommons</include>
32                         <width>910</width>
33                         <label>$INFO[Listitem.Artist]</label>
34                         <visible>container.content(Artists)</visible>
35                 </control>
36                 <control type="group">
37                         <posx>930</posx>
38                         <posy>0</posy>
39                         <include>DialogCloseButtonCommons</include>
40                 </control>
41
42                 <control type="image">
43                         <posx>0</posx>
44                         <posy>60</posy>
45                         <width>1000</width>
46                         <height>840</height>
47                         <texture border="5">DialogBack.png</texture>
48                 </control>
49
50                 <control type="group">
51                         <visible>Container.Content(Albums) + !Control.IsVisible(50)</visible>
52                         <posy>70</posy>
53                         <posx>20</posx>
54                         <include>VisibleFadeEffect</include>
55                         <control type="image">
56                                 <posx>0</posx>
57                                 <posy>0</posy>
58                                 <width>260</width>
59                                 <height>360</height>
60                                 <aspectratio>keep</aspectratio>
61                                 <bordertexture border="8">ThumbShadow.png</bordertexture>
62                                 <bordersize>8</bordersize>
63                                 <texture background="true">$INFO[ListItem.Icon]</texture>
64                         </control>
65                         <control type="label">
66                                 <posx>280</posx>
67                                 <posy>0</posy>
68                                 <width>680</width>
69                                 <height>30</height>
70                                 <font>font13_title</font>
71                                 <textcolor>black</textcolor>
72                                 <align>left</align>
73                                 <aligny>center</aligny>
74                                 <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label>
75                         </control>
76                         <control type="textbox" id="601">
77                                 <description>Description Value for Albums</description>
78                                 <posx>280</posx>
79                                 <posy>30</posy>
80                                 <width>680</width>
81                                 <height>330</height>
82                                 <font>font13</font>
83                                 <textcolor>black</textcolor>
84                                 <pagecontrol>-</pagecontrol>
85                                 <label>$INFO[ListItem.Property(Album_Description)]</label>
86                         </control>
87                         <control type="image">
88                                 <posx>0</posx>
89                                 <posy>390</posy>
90                                 <width>960</width>
91                                 <height>5</height>
92                                 <texture>separator.png</texture>
93                         </control>
94                         <control type="list" id="49">
95                                 <posx>0</posx>
96                                 <posy>400</posy>
97                                 <width>960</width>
98                                 <height>330</height>
99                                 <onleft>49</onleft>
100                                 <onright>49</onright>
101                                 <onup>9000</onup>
102                                 <ondown>61</ondown>
103                                 <pagecontrol>-</pagecontrol>
104                                 <scrolltime>200</scrolltime>
105                                 <itemlayout height="30">
106                                         <control type="label">
107                                                 <posx>200</posx>
108                                                 <posy>0</posy>
109                                                 <width>160</width>
110                                                 <height>30</height>
111                                                 <font>font13_title</font>
112                                                 <align>right</align>
113                                                 <aligny>center</aligny>
114                                                 <textcolor>black</textcolor>
115                                                 <selectedcolor>selected</selectedcolor>
116                                                 <info>ListItem.Label</info>
117                                         </control>
118                                         <control type="label">
119                                                 <posx>210</posx>
120                                                 <posy>0</posy>
121                                                 <width>750</width>
122                                                 <height>30</height>
123                                                 <font>font13</font>
124                                                 <align>left</align>
125                                                 <aligny>center</aligny>
126                                                 <textcolor>black</textcolor>
127                                                 <selectedcolor>white</selectedcolor>
128                                                 <info>ListItem.Label2</info>
129                                         </control>
130                                 </itemlayout>
131                                 <focusedlayout height="30">
132                                         <control type="label">
133                                                 <posx>200</posx>
134                                                 <posy>0</posy>
135                                                 <width>160</width>
136                                                 <height>30</height>
137                                                 <font>font13_title</font>
138                                                 <align>right</align>
139                                                 <aligny>center</aligny>
140                                                 <textcolor>black</textcolor>
141                                                 <selectedcolor>selected</selectedcolor>
142                                                 <info>ListItem.Label</info>
143                                         </control>
144                                         <control type="label">
145                                                 <posx>210</posx>
146                                                 <posy>0</posy>
147                                                 <width>750</width>
148                                                 <height>30</height>
149                                                 <font>font13</font>
150                                                 <align>left</align>
151                                                 <aligny>center</aligny>
152                                                 <textcolor>black</textcolor>
153                                                 <selectedcolor>white</selectedcolor>
154                                                 <info>ListItem.Label2</info>
155                                         </control>
156                                 </focusedlayout>
157                                 <content>
158                                         <item>
159                                                 <label>$LOCALIZE[557]:</label>
160                                                 <label2>$INFO[ListItem.Artist]</label2>
161                                                 <onclick>-</onclick>
162                                                 <visible>!IsEmpty(ListItem.Artist)</visible>
163                                         </item>
164                                         <item>
165                                                 <label>$LOCALIZE[515]:</label>
166                                                 <label2>$INFO[ListItem.Genre]</label2>
167                                                 <onclick>-</onclick>
168                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
169                                         </item>
170                                         <item>
171                                                 <label>$LOCALIZE[563]:</label>
172                                                 <label2>$INFO[ListItem.Rating]</label2>
173                                                 <onclick>-</onclick>
174                                                 <visible>!IsEmpty(ListItem.Rating)</visible>
175                                         </item>
176                                         <item>
177                                                 <label>$LOCALIZE[175]:</label>
178                                                 <label2>$INFO[ListItem.Property(Album_Mood)]</label2>
179                                                 <onclick>-</onclick>
180                                                 <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible>
181                                         </item>
182                                         <item>
183                                                 <label>$LOCALIZE[176]:</label>
184                                                 <label2>$INFO[ListItem.Property(Album_Style)]</label2>
185                                                 <onclick>-</onclick>
186                                                 <visible>!IsEmpty(ListItem.Property(Album_Style))</visible>
187                                         </item>
188                                         <item>
189                                                 <label>$LOCALIZE[21895]:</label>
190                                                 <label2>$INFO[ListItem.Property(Album_Theme)]</label2>
191                                                 <onclick>-</onclick>
192                                                 <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible>
193                                         </item>
194                                         <item>
195                                                 <label>146</label>
196                                                 <label2>$INFO[ListItem.Property(Album_Type)]</label2>
197                                                 <onclick>-</onclick>
198                                                 <visible>!IsEmpty(ListItem.Property(Album_Type))</visible>
199                                         </item>
200                                         <item>
201                                                 <label>$LOCALIZE[21899]:</label>
202                                                 <label2>$INFO[ListItem.Property(Album_Label)]</label2>
203                                                 <onclick>-</onclick>
204                                                 <visible>!IsEmpty(ListItem.Property(Album_Label))</visible>
205                                         </item>
206                                         <item>
207                                                 <label>$LOCALIZE[562]:</label>
208                                                 <label2>$INFO[ListItem.Year]</label2>
209                                                 <onclick>-</onclick>
210                                                 <visible>!IsEmpty(ListItem.Year)</visible>
211                                         </item>
212                                 </content>
213                         </control>
214                 </control>
215
216                 <control type="group">
217                         <visible>Container.Content(Artists) + !Control.IsVisible(50)</visible>
218                         <posy>70</posy>
219                         <posx>20</posx>
220                         <include>VisibleFadeEffect</include>
221                         <control type="image">
222                                 <posx>0</posx>
223                                 <posy>0</posy>
224                                 <width>260</width>
225                                 <height>360</height>
226                                 <aspectratio>keep</aspectratio>
227                                 <bordertexture border="8">ThumbShadow.png</bordertexture>
228                                 <bordersize>8</bordersize>
229                                 <texture background="true">$INFO[ListItem.Icon]</texture>
230                         </control>
231                         <control type="label">
232                                 <posx>280</posx>
233                                 <posy>0</posy>
234                                 <width>680</width>
235                                 <height>30</height>
236                                 <font>font13_title</font>
237                                 <textcolor>black</textcolor>
238                                 <align>left</align>
239                                 <aligny>center</aligny>
240                                 <label>$LOCALIZE[21821]$INFO[Container(600).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(600).NumPages,/, )]</label>
241                         </control>
242                         <control type="textbox" id="600">
243                                 <description>Description Value for Albums</description>
244                                 <posx>280</posx>
245                                 <posy>30</posy>
246                                 <width>680</width>
247                                 <height>330</height>
248                                 <font>font13</font>
249                                 <textcolor>black</textcolor>
250                                 <pagecontrol>-</pagecontrol>
251                                 <label>$INFO[ListItem.Property(Artist_Description)]</label>
252                         </control>
253                         <control type="image">
254                                 <posx>0</posx>
255                                 <posy>390</posy>
256                                 <width>960</width>
257                                 <height>5</height>
258                                 <texture>separator.png</texture>
259                         </control>
260                         <control type="list" id="49">
261                                 <posx>0</posx>
262                                 <posy>400</posy>
263                                 <width>960</width>
264                                 <height>330</height>
265                                 <onleft>49</onleft>
266                                 <onright>49</onright>
267                                 <onup>9000</onup>
268                                 <ondown>61</ondown>
269                                 <pagecontrol>-</pagecontrol>
270                                 <scrolltime>200</scrolltime>
271                                 <itemlayout height="30">
272                                         <control type="label">
273                                                 <posx>200</posx>
274                                                 <posy>0</posy>
275                                                 <width>160</width>
276                                                 <height>30</height>
277                                                 <font>font13_title</font>
278                                                 <align>right</align>
279                                                 <aligny>center</aligny>
280                                                 <textcolor>black</textcolor>
281                                                 <selectedcolor>selected</selectedcolor>
282                                                 <info>ListItem.Label</info>
283                                         </control>
284                                         <control type="label">
285                                                 <posx>210</posx>
286                                                 <posy>0</posy>
287                                                 <width>750</width>
288                                                 <height>30</height>
289                                                 <font>font13</font>
290                                                 <align>left</align>
291                                                 <aligny>center</aligny>
292                                                 <textcolor>black</textcolor>
293                                                 <selectedcolor>white</selectedcolor>
294                                                 <info>ListItem.Label2</info>
295                                         </control>
296                                 </itemlayout>
297                                 <focusedlayout height="30">
298                                         <control type="label">
299                                                 <posx>200</posx>
300                                                 <posy>0</posy>
301                                                 <width>160</width>
302                                                 <height>30</height>
303                                                 <font>font13_title</font>
304                                                 <align>right</align>
305                                                 <aligny>center</aligny>
306                                                 <textcolor>black</textcolor>
307                                                 <selectedcolor>selected</selectedcolor>
308                                                 <info>ListItem.Label</info>
309                                         </control>
310                                         <control type="label">
311                                                 <posx>210</posx>
312                                                 <posy>0</posy>
313                                                 <width>750</width>
314                                                 <height>30</height>
315                                                 <font>font13</font>
316                                                 <align>left</align>
317                                                 <aligny>center</aligny>
318                                                 <textcolor>black</textcolor>
319                                                 <selectedcolor>white</selectedcolor>
320                                                 <info>ListItem.Label2</info>
321                                         </control>
322                                 </focusedlayout>
323                                 <content>
324                                         <item>
325                                                 <label>$LOCALIZE[21893]:</label>
326                                                 <label2>$INFO[ListItem.Property(Artist_Born)]</label2>
327                                                 <onclick>-</onclick>
328                                                 <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
329                                         </item>
330                                         <item>
331                                                 <label>$LOCALIZE[21894]:</label>
332                                                 <label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
333                                                 <onclick>-</onclick>
334                                                 <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
335                                         </item>
336                                         <item>
337                                                 <label>$LOCALIZE[515]:</label>
338                                                 <label2>$INFO[ListItem.Genre]</label2>
339                                                 <onclick>-</onclick>
340                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
341                                         </item>
342                                         <item>
343                                                 <label>$LOCALIZE[175]:</label>
344                                                 <label2>$INFO[ListItem.Property(Artist_Mood)]</label2>
345                                                 <onclick>-</onclick>
346                                                 <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible>
347                                         </item>
348                                         <item>
349                                                 <label>$LOCALIZE[176]:</label>
350                                                 <label2>$INFO[ListItem.Property(Artist_Style)]</label2>
351                                                 <onclick>-</onclick>
352                                                 <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible>
353                                         </item>
354                                         <item>
355                                                 <label>$LOCALIZE[21892]:</label>
356                                                 <label2>$INFO[ListItem.Property(Artist_Instrument)]</label2>
357                                                 <onclick>-</onclick>
358                                                 <visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible>
359                                         </item>
360                                         <item>
361                                                 <label>$LOCALIZE[21897]:</label>
362                                                 <label2>$INFO[ListItem.Property(Artist_Died)]</label2>
363                                                 <onclick>-</onclick>
364                                                 <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible>
365                                         </item>
366                                         <item>
367                                                 <label>$LOCALIZE[21896]:</label>
368                                                 <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2>
369                                                 <onclick>-</onclick>
370                                                 <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible>
371                                         </item>
372                                         <item>
373                                                 <label>$LOCALIZE[21898]:</label>
374                                                 <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
375                                                 <onclick>-</onclick>
376                                                 <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
377                                         </item>
378                                 </content>
379                         </control>
380                 </control>
381
382                 <control type="panel" id="50">
383                         <posx>0</posx>
384                         <posy>85</posy>
385                         <width>1000</width>
386                         <height>680</height>
387                         <onup>50</onup>
388                         <onleft>50</onleft>
389                         <onright>50</onright>
390                         <ondown>50</ondown>
391                         <pagecontrol>-</pagecontrol>
392                         <scrolltime>200</scrolltime>
393                         <include>VisibleFadeEffect</include>
394                         <itemlayout condition="Container.Content(Albums)" height="60" width="1000">
395                                 <control type="image">
396                                         <posx>0</posx>
397                                         <posy>-2</posy>
398                                         <width>1000</width>
399                                         <height>5</height>
400                                         <texture>separator.png</texture>
401                                 </control>
402                                 <control type="label">
403                                         <posx>30</posx>
404                                         <posy>0</posy>
405                                         <width>940</width>
406                                         <height>60</height>
407                                         <font>font13</font>
408                                         <align>left</align>
409                                         <aligny>center</aligny>
410                                         <textcolor>black</textcolor>
411                                         <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label>
412                                 </control>
413                                 <control type="label">
414                                         <posx>970</posx>
415                                         <posy>0</posy>
416                                         <width>500</width>
417                                         <height>60</height>
418                                         <font>font13</font>
419                                         <align>right</align>
420                                         <aligny>center</aligny>
421                                         <textcolor>black</textcolor>
422                                         <label>$INFO[ListItem.Duration]</label>
423                                 </control>
424                         </itemlayout>
425                         <focusedlayout condition="Container.Content(Albums)" height="60" width="700">
426                                 <control type="image">
427                                         <posx>0</posx>
428                                         <posy>-2</posy>
429                                         <width>1000</width>
430                                         <height>5</height>
431                                         <texture>separator.png</texture>
432                                 </control>
433                                 <control type="label">
434                                         <posx>30</posx>
435                                         <posy>0</posy>
436                                         <width>940</width>
437                                         <height>60</height>
438                                         <font>font13</font>
439                                         <align>left</align>
440                                         <aligny>center</aligny>
441                                         <textcolor>black</textcolor>
442                                         <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label>
443                                 </control>
444                                 <control type="label">
445                                         <posx>970</posx>
446                                         <posy>0</posy>
447                                         <width>500</width>
448                                         <height>60</height>
449                                         <font>font13</font>
450                                         <align>right</align>
451                                         <aligny>center</aligny>
452                                         <textcolor>black</textcolor>
453                                         <label>$INFO[ListItem.Duration]</label>
454                                 </control>
455                         </focusedlayout>
456                         <itemlayout condition="Container.Content(Artists)" height="260" width="250">
457                                 <control type="image">
458                                         <posx>10</posx>
459                                         <posy>0</posy>
460                                         <width>230</width>
461                                         <height>230</height>
462                                         <texture>$INFO[ListItem.Icon]</texture>
463                                         <bordertexture border="8">ThumbShadow.png</bordertexture>
464                                         <bordersize>8</bordersize>
465                                 </control>
466                                 <control type="label">
467                                         <posx>125</posx>
468                                         <posy>230</posy>
469                                         <width>230</width>
470                                         <height>30</height>
471                                         <font>font12</font>
472                                         <align>center</align>
473                                         <aligny>center</aligny>
474                                         <textcolor>black</textcolor>
475                                         <label>$INFO[ListItem.Label]</label>
476                                 </control>
477                         </itemlayout>
478                         <focusedlayout condition="Container.Content(Artists)" height="260" width="250">
479                                 <control type="image">
480                                         <posx>10</posx>
481                                         <posy>0</posy>
482                                         <width>230</width>
483                                         <height>230</height>
484                                         <texture>$INFO[ListItem.Icon]</texture>
485                                         <bordertexture border="8">ThumbShadow.png</bordertexture>
486                                         <bordersize>8</bordersize>
487                                 </control>
488                                 <control type="label">
489                                         <posx>125</posx>
490                                         <posy>230</posy>
491                                         <width>230</width>
492                                         <height>30</height>
493                                         <font>font12</font>
494                                         <align>center</align>
495                                         <aligny>center</aligny>
496                                         <textcolor>black</textcolor>
497                                         <label>$INFO[ListItem.Label]</label>
498                                 </control>
499                         </focusedlayout>
500                 </control>
501                 <control type="label">
502                         <posx>980</posx>
503                         <posy>790</posy>
504                         <width>800</width>
505                         <height>30</height>
506                         <font>font13</font>
507                         <textcolor>black</textcolor>
508                         <scroll>true</scroll>
509                         <align>right</align>
510                         <aligny>center</aligny>
511                         <label>$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
512                         <visible>Control.IsVisible(50)</visible>
513                 </control>
514
515                 <control type="grouplist" id="9000">
516                         <posx>20</posx>
517                         <posy>830</posy>
518                         <width>960</width>
519                         <height>50</height>
520                         <itemgap>10</itemgap>
521                         <align>center</align>
522                         <orientation>horizontal</orientation>
523                         <onleft>9000</onleft>
524                         <onright>9000</onright>
525                         <onup>50</onup>
526                         <ondown>49</ondown>
527                         <control type="button" id="5">
528                                 <description>Cast/Review</description>
529                                 <include>ButtonInfoDialogsCommonValues</include>
530                                 <label>206</label>
531                         </control>
532                         <control type="button" id="6">
533                                 <description>Refresh</description>
534                                 <include>ButtonInfoDialogsCommonValues</include>
535                                 <label>184</label>
536                         </control>
537                         <control type="button" id="10">
538                                 <description>Get Thumb</description>
539                                 <include>ButtonInfoDialogsCommonValues</include>
540                                 <label>13405</label>
541                         </control>
542                         <control type="button" id="12">
543                                 <description>Get Fanart</description>
544                                 <include>ButtonInfoDialogsCommonValues</include>
545                                 <label>20413</label>
546                         </control>
547                 </control>
548
549         </controls>
550 </window>