[confluence] update positioning so that <right> is measured from the right
[vuplus_xbmc] / addons / skin.confluence / 720p / DialogVideoInfo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol always="true">8</defaultcontrol>
4         <allowoverlay>no</allowoverlay>
5         <onload condition="Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes)">XBMC.RunScript(script.tvtunes,backend=True)</onload>
6         <controls>
7                 <control type="group">
8                         <visible>!Window.IsVisible(FileBrowser)</visible>
9                         <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
10                         <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
11                         <control type="image">
12                                 <left>180</left>
13                                 <top>0</top>
14                                 <width>1100</width>
15                                 <height>720</height>
16                                 <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
17                         </control>
18                         <control type="button">
19                                 <description>Close Window button</description>
20                                 <left>230</left>
21                                 <top>0</top>
22                                 <width>64</width>
23                                 <height>32</height>
24                                 <label>-</label>
25                                 <font>-</font>
26                                 <onclick>PreviousMenu</onclick>
27                                 <texturefocus>DialogCloseButton-focus.png</texturefocus>
28                                 <texturenofocus>DialogCloseButton.png</texturenofocus>
29                                 <onleft>9000</onleft>
30                                 <onright>9000</onright>
31                                 <onup>9000</onup>
32                                 <ondown>9000</ondown>
33                                 <visible>system.getbool(input.enablemouse)</visible>
34                         </control>
35                         <control type="group">
36                                 <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
37                                 <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
38                                 <control type="label">
39                                         <description>header label</description>
40                                         <left>210</left>
41                                         <top>40</top>
42                                         <width>1030</width>
43                                         <height>30</height>
44                                         <font>font24_title</font>
45                                         <label>$INFO[Listitem.Title]</label>
46                                         <align>center</align>
47                                         <aligny>center</aligny>
48                                         <textcolor>white</textcolor>
49                                         <shadowcolor>black</shadowcolor>
50                                 </control>
51                                 <control type="grouplist">
52                                         <description>Media Codec Flagging Images</description>
53                                         <left>200</left>
54                                         <top>480</top>
55                                         <width>600</width>
56                                         <align>left</align>
57                                         <itemgap>2</itemgap>
58                                         <orientation>horizontal</orientation>
59                                         <include>VisibleFadeEffect</include>
60                                         <visible>!Control.IsVisible(50) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
61                                         <include>VideoCodecFlaggingConditions</include>
62                                         <include>AudioCodecFlaggingConditions</include>
63                                         <include>AudioChannelsFlaggingConditions</include>
64                                         <include>AspectCodecFlaggingConditions</include>
65                                         <include>VideoStereoscopicsFlaggingConditions</include>
66                                         <include>VideoTypeHackFlaggingConditions</include>
67                                 </control>
68                                 <control type="group">
69                                         <visible>Control.HasFocus(12)</visible>
70                                         <top>90</top>
71                                         <left>387</left>
72                                         <include>VisibleFadeEffect</include>
73                                         <control type="image">
74                                                 <description>Current Fanart image</description>
75                                                 <left>0</left>
76                                                 <top>0</top>
77                                                 <width>675</width>
78                                                 <height>380</height>
79                                                 <texture background="true">$INFO[ListItem.Art(fanart)]</texture>
80                                                 <bordertexture border="5">button-nofocus.png</bordertexture>
81                                                 <bordersize>4</bordersize>
82                                                 <aspectratio>keep</aspectratio>
83                                                 <visible>!IsEmpty(Listitem.Art(fanart))</visible>
84                                         </control>
85                                         <control type="group">
86                                                 <visible>IsEmpty(Listitem.Art(fanart))</visible>
87                                                 <control type="image">
88                                                         <description>No Fanart Back</description>
89                                                         <left>0</left>
90                                                         <top>0</top>
91                                                         <width>675</width>
92                                                         <height>380</height>
93                                                         <texture>Fanart_Fallback_Small.jpg</texture>
94                                                         <bordertexture border="5">button-nofocus.png</bordertexture>
95                                                         <bordersize>4</bordersize>
96                                                         <aspectratio>stretch</aspectratio>
97                                                         <colordiffuse>99FFFFFF</colordiffuse>
98                                                 </control>
99                                                 <control type="label">
100                                                         <left>0</left>
101                                                         <top>0</top>
102                                                         <width>675</width>
103                                                         <height>380</height>
104                                                         <font>font30_title</font>
105                                                         <textcolor>white</textcolor>
106                                                         <shadowcolor>black</shadowcolor>
107                                                         <align>center</align>
108                                                         <aligny>center</aligny>
109                                                         <label>31311</label>
110                                                 </control>
111                                         </control>
112                                 </control>
113                                 <control type="group">
114                                         <top>90</top>
115                                         <left>387</left>
116                                         <visible>Control.HasFocus(15)</visible>
117                                         <include>VisibleFadeEffect</include>
118                                         <control type="image">
119                                                 <description>Border</description>
120                                                 <left>0</left>
121                                                 <top>0</top>
122                                                 <width>675</width>
123                                                 <height>380</height>
124                                                 <texture border="5">button-nofocus.png</texture>
125                                         </control>
126                                         <control type="image">
127                                                 <description>background</description>
128                                                 <left>5</left>
129                                                 <top>5</top>
130                                                 <width>665</width>
131                                                 <height>370</height>
132                                                 <texture>black-back.png</texture>
133                                         </control>
134                                         <control type="label">
135                                                 <left>0</left>
136                                                 <top>0</top>
137                                                 <width>675</width>
138                                                 <height>380</height>
139                                                 <font>font30_title</font>
140                                                 <textcolor>grey2</textcolor>
141                                                 <shadowcolor>black</shadowcolor>
142                                                 <align>center</align>
143                                                 <aligny>center</aligny>
144                                                 <label>31330</label>
145                                                 <visible>!Player.HasVideo</visible>
146                                         </control>
147                                         <control type="videowindow">
148                                                 <description>No Fanart Back</description>
149                                                 <left>5</left>
150                                                 <top>5</top>
151                                                 <width>665</width>
152                                                 <height>370</height>
153                                                 <visible>Player.HasVideo</visible>
154                                         </control>
155                                 </control>
156                                 <control type="group">
157                                         <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
158                                         <top>90</top>
159                                         <left>210</left>
160                                         <include>VisibleFadeEffect</include>
161                                         <control type="image">
162                                                 <left>0</left>
163                                                 <top>0</top>
164                                                 <width>270</width>
165                                                 <height>380</height>
166                                                 <aspectratio>stretch</aspectratio>
167                                                 <bordertexture border="5">button-nofocus.png</bordertexture>
168                                                 <bordersize>4</bordersize>
169                                                 <texture background="true">$VAR[PosterThumb]</texture>
170                                         </control>
171                                         <control type="image">
172                                                 <left>4</left>
173                                                 <top>4</top>
174                                                 <width>200</width>
175                                                 <height>230</height>
176                                                 <aspectratio>stretch</aspectratio>
177                                                 <texture>GlassOverlay.png</texture>
178                                                 <colordiffuse>AAFFFFFF</colordiffuse>
179                                         </control>
180                                         <control type="list" id="49">
181                                                 <left>290</left>
182                                                 <top>20</top>
183                                                 <width>740</width>
184                                                 <height>330</height>
185                                                 <onleft>49</onleft>
186                                                 <onright>49</onright>
187                                                 <onup>9000</onup>
188                                                 <ondown>61</ondown>
189                                                 <pagecontrol>-</pagecontrol>
190                                                 <scrolltime>200</scrolltime>
191                                                 <itemlayout height="30">
192                                                         <control type="label">
193                                                                 <left>165</left>
194                                                                 <top>0</top>
195                                                                 <width>160</width>
196                                                                 <height>30</height>
197                                                                 <font>font13</font>
198                                                                 <align>right</align>
199                                                                 <aligny>center</aligny>
200                                                                 <textcolor>blue</textcolor>
201                                                                 <selectedcolor>selected</selectedcolor>
202                                                                 <info>ListItem.Label</info>
203                                                         </control>
204                                                         <control type="label">
205                                                                 <left>175</left>
206                                                                 <top>0</top>
207                                                                 <width>565</width>
208                                                                 <height>30</height>
209                                                                 <font>font13</font>
210                                                                 <align>left</align>
211                                                                 <aligny>center</aligny>
212                                                                 <textcolor>white</textcolor>
213                                                                 <selectedcolor>white</selectedcolor>
214                                                                 <info>ListItem.Label2</info>
215                                                         </control>
216                                                 </itemlayout>
217                                                 <focusedlayout height="30">
218                                                         <control type="image">
219                                                                 <left>0</left>
220                                                                 <top>0</top>
221                                                                 <width>740</width>
222                                                                 <height>30</height>
223                                                                 <visible>Control.HasFocus(49)</visible>
224                                                                 <texture>MenuItemFO.png</texture>
225                                                                 <include>VisibleFadeEffect</include>
226                                                         </control>
227                                                         <control type="label">
228                                                                 <left>165</left>
229                                                                 <top>0</top>
230                                                                 <width>160</width>
231                                                                 <height>30</height>
232                                                                 <font>font13</font>
233                                                                 <align>right</align>
234                                                                 <aligny>center</aligny>
235                                                                 <textcolor>blue</textcolor>
236                                                                 <selectedcolor>selected</selectedcolor>
237                                                                 <info>ListItem.Label</info>
238                                                         </control>
239                                                         <control type="label">
240                                                                 <left>175</left>
241                                                                 <top>0</top>
242                                                                 <width>565</width>
243                                                                 <height>30</height>
244                                                                 <font>font13</font>
245                                                                 <align>left</align>
246                                                                 <aligny>center</aligny>
247                                                                 <textcolor>white</textcolor>
248                                                                 <selectedcolor>white</selectedcolor>
249                                                                 <info>ListItem.Label2</info>
250                                                         </control>
251                                                 </focusedlayout>
252                                                 <content>
253                                                         <item>
254                                                                 <label>$LOCALIZE[20376]:</label>
255                                                                 <label2>$INFO[ListItem.OriginalTitle]</label2>
256                                                                 <onclick>noop</onclick>
257                                                                 <visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible>
258                                                         </item>
259                                                         <item>
260                                                                 <label>$LOCALIZE[20339]:</label>
261                                                                 <label2>$INFO[ListItem.Director]</label2>
262                                                                 <onclick>SendClick(2003,13)</onclick>
263                                                                 <visible>!IsEmpty(ListItem.Director)</visible>
264                                                         </item>
265                                                         <item>
266                                                                 <label>$LOCALIZE[20417]:</label>
267                                                                 <label2>$INFO[ListItem.Writer]</label2>
268                                                                 <onclick>noop</onclick>
269                                                                 <visible>!IsEmpty(ListItem.Writer)</visible>
270                                                         </item>
271                                                         <item>
272                                                                 <label>$LOCALIZE[572]:</label>
273                                                                 <label2>$INFO[ListItem.Studio]</label2>
274                                                                 <onclick>noop</onclick>
275                                                                 <visible>!IsEmpty(ListItem.Studio)</visible>
276                                                         </item>
277                                                         <item>
278                                                                 <label>$LOCALIZE[515]:</label>
279                                                                 <label2>$INFO[ListItem.Genre]</label2>
280                                                                 <onclick>noop</onclick>
281                                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
282                                                         </item>
283                                                         <item>
284                                                                 <label>$LOCALIZE[562]:</label>
285                                                                 <label2>$INFO[ListItem.Year]</label2>
286                                                                 <onclick>noop</onclick>
287                                                                 <visible>!IsEmpty(ListItem.Year)</visible>
288                                                         </item>
289                                                         <item>
290                                                                 <label>$LOCALIZE[2050]:</label>
291                                                                 <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
292                                                                 <onclick>noop</onclick>
293                                                                 <visible>!IsEmpty(ListItem.Duration)</visible>
294                                                         </item>
295                                                         <item>
296                                                                 <label>$LOCALIZE[563]:</label>
297                                                                 <label2>$INFO[ListItem.RatingAndVotes]</label2>
298                                                                 <onclick>noop</onclick>
299                                                                 <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
300                                                         </item>
301                                                         <item>
302                                                                 <label>$LOCALIZE[202]:</label>
303                                                                 <label2>$INFO[ListItem.TagLine]</label2>
304                                                                 <onclick>noop</onclick>
305                                                                 <visible>!IsEmpty(ListItem.TagLine)</visible>
306                                                         </item>
307                                                         <item>
308                                                                 <label>$LOCALIZE[203]:</label>
309                                                                 <label2>$INFO[ListItem.PlotOutline]</label2>
310                                                                 <onclick>noop</onclick>
311                                                                 <visible>!IsEmpty(ListItem.PlotOutline)</visible>
312                                                         </item>
313                                                         <item>
314                                                                 <label>$LOCALIZE[20074]:</label>
315                                                                 <label2>$INFO[ListItem.mpaa]</label2>
316                                                                 <onclick>noop</onclick>
317                                                                 <visible>!IsEmpty(ListItem.mpaa)</visible>
318                                                         </item>
319                                                         <item>
320                                                                 <label>$LOCALIZE[15311]</label>
321                                                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
322                                                                 <onclick>noop</onclick>
323                                                                 <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
324                                                         </item>
325                                                 </content>
326                                         </control>
327                                         <control type="image">
328                                                 <left>290</left>
329                                                 <top>370</top>
330                                                 <width>740</width>
331                                                 <height>4</height>
332                                                 <aspectratio>stretch</aspectratio>
333                                                 <texture>separator.png</texture>
334                                         </control>
335                                 </control>
336                                 <control type="group">
337                                         <visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
338                                         <top>90</top>
339                                         <left>210</left>
340                                         <include>VisibleFadeEffect</include>
341                                         <control type="image">
342                                                 <left>0</left>
343                                                 <top>0</top>
344                                                 <width>270</width>
345                                                 <height>380</height>
346                                                 <aspectratio>stretch</aspectratio>
347                                                 <bordertexture border="5">button-nofocus.png</bordertexture>
348                                                 <bordersize>4</bordersize>
349                                                 <texture background="true">$VAR[PosterThumb]</texture>
350                                         </control>
351                                         <control type="image">
352                                                 <left>4</left>
353                                                 <top>4</top>
354                                                 <width>200</width>
355                                                 <height>230</height>
356                                                 <aspectratio>stretch</aspectratio>
357                                                 <texture>GlassOverlay.png</texture>
358                                                 <colordiffuse>AAFFFFFF</colordiffuse>
359                                         </control>
360                                         <control type="list" id="49">
361                                                 <left>290</left>
362                                                 <top>20</top>
363                                                 <width>740</width>
364                                                 <height>330</height>
365                                                 <onleft>49</onleft>
366                                                 <onright>49</onright>
367                                                 <onup>9000</onup>
368                                                 <ondown>61</ondown>
369                                                 <pagecontrol>-</pagecontrol>
370                                                 <scrolltime>200</scrolltime>
371                                                 <itemlayout height="30">
372                                                         <control type="label">
373                                                                 <left>165</left>
374                                                                 <top>0</top>
375                                                                 <width>160</width>
376                                                                 <height>30</height>
377                                                                 <font>font13</font>
378                                                                 <align>right</align>
379                                                                 <aligny>center</aligny>
380                                                                 <textcolor>blue</textcolor>
381                                                                 <selectedcolor>selected</selectedcolor>
382                                                                 <info>ListItem.Label</info>
383                                                         </control>
384                                                         <control type="label">
385                                                                 <left>175</left>
386                                                                 <top>0</top>
387                                                                 <width>565</width>
388                                                                 <height>30</height>
389                                                                 <font>font13</font>
390                                                                 <align>left</align>
391                                                                 <aligny>center</aligny>
392                                                                 <textcolor>white</textcolor>
393                                                                 <selectedcolor>white</selectedcolor>
394                                                                 <info>ListItem.Label2</info>
395                                                         </control>
396                                                 </itemlayout>
397                                                 <focusedlayout height="30">
398                                                         <control type="image">
399                                                                 <left>0</left>
400                                                                 <top>0</top>
401                                                                 <width>740</width>
402                                                                 <height>30</height>
403                                                                 <visible>Control.HasFocus(49)</visible>
404                                                                 <texture>MenuItemFO.png</texture>
405                                                                 <include>VisibleFadeEffect</include>
406                                                         </control>
407                                                         <control type="label">
408                                                                 <left>165</left>
409                                                                 <top>0</top>
410                                                                 <width>160</width>
411                                                                 <height>30</height>
412                                                                 <font>font13</font>
413                                                                 <align>right</align>
414                                                                 <aligny>center</aligny>
415                                                                 <textcolor>blue</textcolor>
416                                                                 <selectedcolor>selected</selectedcolor>
417                                                                 <info>ListItem.Label</info>
418                                                         </control>
419                                                         <control type="label">
420                                                                 <left>175</left>
421                                                                 <top>0</top>
422                                                                 <width>565</width>
423                                                                 <height>30</height>
424                                                                 <font>font13</font>
425                                                                 <align>left</align>
426                                                                 <aligny>center</aligny>
427                                                                 <textcolor>white</textcolor>
428                                                                 <selectedcolor>white</selectedcolor>
429                                                                 <info>ListItem.Label2</info>
430                                                         </control>
431                                                 </focusedlayout>
432                                                 <content>
433                                                         <item>
434                                                                 <label>$LOCALIZE[20360]:</label>
435                                                                 <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
436                                                                 <onclick>noop</onclick>
437                                                                 <visible>!IsEmpty(ListItem.Episode)</visible>
438                                                         </item>
439                                                         <item>
440                                                                 <label>$LOCALIZE[31322]:</label>
441                                                                 <label2>$INFO[ListItem.Premiered]</label2>
442                                                                 <onclick>noop</onclick>
443                                                                 <visible>!IsEmpty(ListItem.Premiered)</visible>
444                                                         </item>
445                                                         <item>
446                                                                 <label>$LOCALIZE[515]:</label>
447                                                                 <label2>$INFO[ListItem.Genre]</label2>
448                                                                 <onclick>noop</onclick>
449                                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
450                                                         </item>
451                                                         <item>
452                                                                 <label>$LOCALIZE[562]:</label>
453                                                                 <label2>$INFO[ListItem.Year]</label2>
454                                                                 <onclick>noop</onclick>
455                                                                 <visible>!IsEmpty(ListItem.Year)</visible>
456                                                         </item>
457                                                         <item>
458                                                                 <label>$LOCALIZE[563]:</label>
459                                                                 <label2>$INFO[ListItem.Rating]</label2>
460                                                                 <onclick>noop</onclick>
461                                                                 <visible>!IsEmpty(ListItem.Rating)</visible>
462                                                         </item>
463                                                         <item>
464                                                                 <label>$LOCALIZE[15311]</label>
465                                                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
466                                                                 <onclick>noop</onclick>
467                                                                 <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
468                                                         </item>
469                                                 </content>
470                                         </control>
471                                         <control type="image">
472                                                 <left>290</left>
473                                                 <top>370</top>
474                                                 <width>740</width>
475                                                 <height>4</height>
476                                                 <aspectratio>stretch</aspectratio>
477                                                 <texture>separator.png</texture>
478                                         </control>
479                                 </control>
480                                 <control type="group">
481                                         <visible>container.content(episodes) + !Control.HasFocus(12)</visible>
482                                         <top>90</top>
483                                         <left>210</left>
484                                         <include>VisibleFadeEffect</include>
485                                         <control type="image">
486                                                 <left>0</left>
487                                                 <top>0</top>
488                                                 <width>380</width>
489                                                 <height>250</height>
490                                                 <aspectratio aligny="bottom">keep</aspectratio>
491                                                 <bordertexture border="5">button-nofocus.png</bordertexture>
492                                                 <bordersize>4</bordersize>
493                                                 <texture background="true">$INFO[ListItem.Icon]</texture>
494                                         </control>
495                                         <control type="image">
496                                                 <left>0</left>
497                                                 <top>250</top>
498                                                 <width>380</width>
499                                                 <height>250</height>
500                                                 <aspectratio aligny="top">keep</aspectratio>
501                                                 <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
502                                                 <bordersize>4</bordersize>
503                                                 <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
504                                         </control>
505                                         <control type="list" id="49">
506                                                 <left>390</left>
507                                                 <top>20</top>
508                                                 <width>640</width>
509                                                 <height>330</height>
510                                                 <onleft>49</onleft>
511                                                 <onright>49</onright>
512                                                 <onup>9000</onup>
513                                                 <ondown>61</ondown>
514                                                 <pagecontrol>-</pagecontrol>
515                                                 <scrolltime>200</scrolltime>
516                                                 <itemlayout height="30">
517                                                         <control type="label">
518                                                                 <left>165</left>
519                                                                 <top>0</top>
520                                                                 <width>160</width>
521                                                                 <height>30</height>
522                                                                 <font>font13</font>
523                                                                 <align>right</align>
524                                                                 <aligny>center</aligny>
525                                                                 <textcolor>blue</textcolor>
526                                                                 <selectedcolor>selected</selectedcolor>
527                                                                 <info>ListItem.Label</info>
528                                                         </control>
529                                                         <control type="label">
530                                                                 <left>175</left>
531                                                                 <top>0</top>
532                                                                 <width>465</width>
533                                                                 <height>30</height>
534                                                                 <font>font13</font>
535                                                                 <align>left</align>
536                                                                 <aligny>center</aligny>
537                                                                 <textcolor>white</textcolor>
538                                                                 <selectedcolor>white</selectedcolor>
539                                                                 <info>ListItem.Label2</info>
540                                                         </control>
541                                                 </itemlayout>
542                                                 <focusedlayout height="30">
543                                                         <control type="image">
544                                                                 <left>0</left>
545                                                                 <top>0</top>
546                                                                 <width>640</width>
547                                                                 <height>30</height>
548                                                                 <visible>Control.HasFocus(49)</visible>
549                                                                 <texture>MenuItemFO.png</texture>
550                                                                 <include>VisibleFadeEffect</include>
551                                                         </control>
552                                                         <control type="label">
553                                                                 <left>165</left>
554                                                                 <top>0</top>
555                                                                 <width>160</width>
556                                                                 <height>30</height>
557                                                                 <font>font13</font>
558                                                                 <align>right</align>
559                                                                 <aligny>center</aligny>
560                                                                 <textcolor>blue</textcolor>
561                                                                 <selectedcolor>selected</selectedcolor>
562                                                                 <info>ListItem.Label</info>
563                                                         </control>
564                                                         <control type="label">
565                                                                 <left>175</left>
566                                                                 <top>0</top>
567                                                                 <width>465</width>
568                                                                 <height>30</height>
569                                                                 <font>font13</font>
570                                                                 <align>left</align>
571                                                                 <aligny>center</aligny>
572                                                                 <textcolor>white</textcolor>
573                                                                 <selectedcolor>white</selectedcolor>
574                                                                 <info>ListItem.Label2</info>
575                                                         </control>
576                                                 </focusedlayout>
577                                                 <content>
578                                                         <item>
579                                                                 <label>$LOCALIZE[20364]:</label>
580                                                                 <label2>$INFO[ListItem.TVShowTitle]</label2>
581                                                                 <onclick>noop</onclick>
582                                                                 <visible>!IsEmpty(ListItem.TVShowTitle)</visible>
583                                                         </item>
584                                                         <item>
585                                                                 <label>$LOCALIZE[20373]:</label>
586                                                                 <label2>$INFO[ListItem.Season]</label2>
587                                                                 <onclick>noop</onclick>
588                                                                 <visible>!IsEmpty(ListItem.Season)</visible>
589                                                         </item>
590                                                         <item>
591                                                                 <label>$LOCALIZE[20359]:</label>
592                                                                 <label2>$INFO[ListItem.Episode]</label2>
593                                                                 <onclick>noop</onclick>
594                                                                 <visible>!IsEmpty(ListItem.Episode)</visible>
595                                                         </item>
596                                                         <item>
597                                                                 <label>$LOCALIZE[31322]:</label>
598                                                                 <label2>$INFO[ListItem.Premiered]</label2>
599                                                                 <onclick>noop</onclick>
600                                                                 <visible>!IsEmpty(ListItem.Premiered)</visible>
601                                                         </item>
602                                                         <item>
603                                                                 <label>$LOCALIZE[515]:</label>
604                                                                 <label2>$INFO[ListItem.Genre]</label2>
605                                                                 <onclick>noop</onclick>
606                                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
607                                                         </item>
608                                                         <item>
609                                                                 <label>$LOCALIZE[20339]:</label>
610                                                                 <label2>$INFO[ListItem.Director]</label2>
611                                                                 <onclick>SendClick(2003,13)</onclick>
612                                                                 <visible>!IsEmpty(ListItem.Director)</visible>
613                                                         </item>
614                                                         <item>
615                                                                 <label>$LOCALIZE[20417]:</label>
616                                                                 <label2>$INFO[ListItem.Writer]</label2>
617                                                                 <onclick>noop</onclick>
618                                                                 <visible>!IsEmpty(ListItem.Writer)</visible>
619                                                         </item>
620                                                         <item>
621                                                                 <label>$LOCALIZE[562]:</label>
622                                                                 <label2>$INFO[ListItem.Year]</label2>
623                                                                 <onclick>noop</onclick>
624                                                                 <visible>!IsEmpty(ListItem.Year)</visible>
625                                                         </item>
626                                                         <item>
627                                                                 <label>$LOCALIZE[2050]:</label>
628                                                                 <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
629                                                                 <onclick>noop</onclick>
630                                                                 <visible>!IsEmpty(ListItem.Duration)</visible>
631                                                         </item>
632                                                         <item>
633                                                                 <label>$LOCALIZE[563]:</label>
634                                                                 <label2>$INFO[ListItem.Rating]</label2>
635                                                                 <onclick>noop</onclick>
636                                                                 <visible>!IsEmpty(ListItem.Rating)</visible>
637                                                         </item>
638                                                         <item>
639                                                                 <label>$LOCALIZE[15311]</label>
640                                                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
641                                                                 <onclick>noop</onclick>
642                                                                 <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
643                                                         </item>
644                                                 </content>
645                                         </control>
646                                         <control type="image">
647                                                 <left>290</left>
648                                                 <top>370</top>
649                                                 <width>740</width>
650                                                 <height>4</height>
651                                                 <aspectratio>stretch</aspectratio>
652                                                 <texture>separator.png</texture>
653                                         </control>
654                                 </control>
655                                 <control type="group">
656                                         <visible>container.content(musicvideos) + !Control.HasFocus(12)</visible>
657                                         <top>90</top>
658                                         <left>210</left>
659                                         <include>VisibleFadeEffect</include>
660                                         <control type="image">
661                                                 <left>0</left>
662                                                 <top>0</top>
663                                                 <width>380</width>
664                                                 <height>360</height>
665                                                 <aspectratio>keep</aspectratio>
666                                                 <bordertexture border="5">button-nofocus.png</bordertexture>
667                                                 <bordersize>4</bordersize>
668                                                 <texture background="true">$INFO[ListItem.Icon]</texture>
669                                         </control>
670                                         <control type="list" id="49">
671                                                 <left>390</left>
672                                                 <top>20</top>
673                                                 <width>640</width>
674                                                 <height>330</height>
675                                                 <onleft>49</onleft>
676                                                 <onright>49</onright>
677                                                 <onup>9000</onup>
678                                                 <ondown>61</ondown>
679                                                 <pagecontrol>-</pagecontrol>
680                                                 <scrolltime>200</scrolltime>
681                                                 <itemlayout height="30">
682                                                         <control type="label">
683                                                                 <left>165</left>
684                                                                 <top>0</top>
685                                                                 <width>160</width>
686                                                                 <height>30</height>
687                                                                 <font>font13</font>
688                                                                 <align>right</align>
689                                                                 <aligny>center</aligny>
690                                                                 <textcolor>blue</textcolor>
691                                                                 <selectedcolor>selected</selectedcolor>
692                                                                 <info>ListItem.Label</info>
693                                                         </control>
694                                                         <control type="label">
695                                                                 <left>175</left>
696                                                                 <top>0</top>
697                                                                 <width>465</width>
698                                                                 <height>30</height>
699                                                                 <font>font13</font>
700                                                                 <align>left</align>
701                                                                 <aligny>center</aligny>
702                                                                 <textcolor>white</textcolor>
703                                                                 <selectedcolor>white</selectedcolor>
704                                                                 <info>ListItem.Label2</info>
705                                                         </control>
706                                                 </itemlayout>
707                                                 <focusedlayout height="30">
708                                                         <control type="image">
709                                                                 <left>0</left>
710                                                                 <top>0</top>
711                                                                 <width>640</width>
712                                                                 <height>30</height>
713                                                                 <visible>Control.HasFocus(49)</visible>
714                                                                 <texture>MenuItemFO.png</texture>
715                                                                 <include>VisibleFadeEffect</include>
716                                                         </control>
717                                                         <control type="label">
718                                                                 <left>165</left>
719                                                                 <top>0</top>
720                                                                 <width>160</width>
721                                                                 <height>30</height>
722                                                                 <font>font13</font>
723                                                                 <align>right</align>
724                                                                 <aligny>center</aligny>
725                                                                 <textcolor>blue</textcolor>
726                                                                 <selectedcolor>selected</selectedcolor>
727                                                                 <info>ListItem.Label</info>
728                                                         </control>
729                                                         <control type="label">
730                                                                 <left>175</left>
731                                                                 <top>0</top>
732                                                                 <width>465</width>
733                                                                 <height>30</height>
734                                                                 <font>font13</font>
735                                                                 <align>left</align>
736                                                                 <aligny>center</aligny>
737                                                                 <textcolor>white</textcolor>
738                                                                 <selectedcolor>white</selectedcolor>
739                                                                 <info>ListItem.Label2</info>
740                                                         </control>
741                                                 </focusedlayout>
742                                                 <content>
743                                                         <item>
744                                                                 <label>$LOCALIZE[557]:</label>
745                                                                 <label2>$INFO[ListItem.Artist]</label2>
746                                                                 <onclick>noop</onclick>
747                                                                 <visible>!IsEmpty(ListItem.Artist)</visible>
748                                                         </item>
749                                                         <item>
750                                                                 <label>$LOCALIZE[558]:</label>
751                                                                 <label2>$INFO[ListItem.Album]</label2>
752                                                                 <onclick>noop</onclick>
753                                                                 <visible>!IsEmpty(ListItem.Album)</visible>
754                                                         </item>
755                                                         <item>
756                                                                 <label>$LOCALIZE[515]:</label>
757                                                                 <label2>$INFO[ListItem.Genre]</label2>
758                                                                 <onclick>noop</onclick>
759                                                                 <visible>!IsEmpty(ListItem.Genre)</visible>
760                                                         </item>
761                                                         <item>
762                                                                 <label>$LOCALIZE[572]:</label>
763                                                                 <label2>$INFO[ListItem.Studio]</label2>
764                                                                 <onclick>noop</onclick>
765                                                                 <visible>!IsEmpty(ListItem.Studio)</visible>
766                                                         </item>
767                                                         <item>
768                                                                 <label>$LOCALIZE[20417]:</label>
769                                                                 <label2>$INFO[ListItem.Writer]</label2>
770                                                                 <onclick>noop</onclick>
771                                                                 <visible>!IsEmpty(ListItem.Writer)</visible>
772                                                         </item>
773                                                         <item>
774                                                                 <label>$LOCALIZE[20339]:</label>
775                                                                 <label2>$INFO[ListItem.Director]</label2>
776                                                                 <onclick>noop</onclick>
777                                                                 <visible>!IsEmpty(ListItem.Director)</visible>
778                                                         </item>
779                                                         <item>
780                                                                 <label>$LOCALIZE[562]:</label>
781                                                                 <label2>$INFO[ListItem.Year]</label2>
782                                                                 <onclick>noop</onclick>
783                                                                 <visible>!IsEmpty(ListItem.Year)</visible>
784                                                         </item>
785                                                         <item>
786                                                                 <label>$LOCALIZE[2050]:</label>
787                                                                 <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
788                                                                 <onclick>noop</onclick>
789                                                                 <visible>!IsEmpty(ListItem.Duration)</visible>
790                                                         </item>
791                                                         <item>
792                                                                 <label>$LOCALIZE[15311]</label>
793                                                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
794                                                                 <onclick>noop</onclick>
795                                                                 <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
796                                                         </item>
797                                                 </content>
798                                         </control>
799                                         <control type="image">
800                                                 <left>390</left>
801                                                 <top>370</top>
802                                                 <width>640</width>
803                                                 <height>4</height>
804                                                 <aspectratio>stretch</aspectratio>
805                                                 <texture>separator.png</texture>
806                                         </control>
807                                 </control>
808                                 <control type="label">
809                                         <right>130</right>
810                                         <top>480</top>
811                                         <width>400</width>
812                                         <height>30</height>
813                                         <font>font13_title</font>
814                                         <textcolor>grey2</textcolor>
815                                         <shadowcolor>black</shadowcolor>
816                                         <scroll>true</scroll>
817                                         <align>right</align>
818                                         <aligny>center</aligny>
819                                         <label>[COLOR=blue]$LOCALIZE[207][/COLOR]$INFO[Container(400).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(400).NumPages,/, )]</label>
820                                         <visible>Control.IsVisible(400)</visible>
821                                 </control>
822                                 <control type="label">
823                                         <right>130</right>
824                                         <top>480</top>
825                                         <width>400</width>
826                                         <height>30</height>
827                                         <font>font13_title</font>
828                                         <textcolor>grey2</textcolor>
829                                         <shadowcolor>black</shadowcolor>
830                                         <scroll>true</scroll>
831                                         <align>right</align>
832                                         <aligny>center</aligny>
833                                         <label>[COLOR=blue]$LOCALIZE[206][/COLOR]$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
834                                         <visible>Control.IsVisible(50)</visible>
835                                 </control>
836                                 <control type="spincontrol" id="61">
837                                         <description>Next page button</description>
838                                         <left>120r</left>
839                                         <top>485</top>
840                                         <subtype>page</subtype>
841                                         <font>-</font>
842                                         <onleft>61</onleft>
843                                         <onright>61</onright>
844                                         <ondown>9000</ondown>
845                                         <onup>49</onup>
846                                         <textcolor>-</textcolor>
847                                         <showonepage>true</showonepage>
848                                 </control>
849                                 <control type="textbox" id="400">
850                                         <description>Description Value for Movies</description>
851                                         <left>210</left>
852                                         <top>525</top>
853                                         <width>1030</width>
854                                         <height>120</height>
855                                         <font>font13</font>
856                                         <align>justify</align>
857                                         <textcolor>white</textcolor>
858                                         <pagecontrol>61</pagecontrol>
859                                         <label>$INFO[ListItem.Plot]</label>
860                                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
861                                         <visible>!Control.IsVisible(50)</visible>
862                                 </control>
863                                 <control type="image">
864                                         <description>Actor image</description>
865                                         <left>210</left>
866                                         <top>480</top>
867                                         <width>160</width>
868                                         <height>160</height>
869                                         <texture>$INFO[Container(50).Listitem.Icon]</texture>
870                                         <aspectratio>keep</aspectratio>
871                                         <visible>Control.IsVisible(50)</visible>
872                                 </control>
873                                 <control type="panel" id="50">
874                                         <left>380</left>
875                                         <top>520</top>
876                                         <width>860</width>
877                                         <height>120</height>
878                                         <onleft>9000</onleft>
879                                         <onright>61</onright>
880                                         <onup>61</onup>
881                                         <ondown>9000</ondown>
882                                         <viewtype label="">list</viewtype>
883                                         <pagecontrol>61</pagecontrol>
884                                         <scrolltime>200</scrolltime>
885                                         <orientation>vertical</orientation>
886                                         <itemlayout height="40" width="430">
887                                                 <control type="image">
888                                                         <left>0</left>
889                                                         <top>0</top>
890                                                         <width>430</width>
891                                                         <height>40</height>
892                                                         <texture border="5">button-nofocus.png</texture>
893                                                 </control>
894                                                 <control type="label">
895                                                         <left>10</left>
896                                                         <top>0</top>
897                                                         <width>410</width>
898                                                         <height>40</height>
899                                                         <font>font12</font>
900                                                         <align>left</align>
901                                                         <aligny>center</aligny>
902                                                         <selectedcolor>white</selectedcolor>
903                                                         <info>ListItem.Label</info>
904                                                 </control>
905                                         </itemlayout>
906                                         <focusedlayout height="40" width="430">
907                                                 <control type="image">
908                                                         <left>0</left>
909                                                         <top>0</top>
910                                                         <width>430</width>
911                                                         <height>40</height>
912                                                         <visible>!Control.HasFocus(50)</visible>
913                                                         <texture border="5">button-nofocus.png</texture>
914                                                 </control>
915                                                 <control type="image">
916                                                         <left>0</left>
917                                                         <top>0</top>
918                                                         <width>430</width>
919                                                         <height>40</height>
920                                                         <visible>Control.HasFocus(50)</visible>
921                                                         <texture border="5">button-focus2.png</texture>
922                                                 </control>
923                                                 <control type="label">
924                                                         <left>10</left>
925                                                         <top>0</top>
926                                                         <width>410</width>
927                                                         <height>40</height>
928                                                         <font>font12</font>
929                                                         <align>left</align>
930                                                         <aligny>center</aligny>
931                                                         <selectedcolor>white</selectedcolor>
932                                                         <info>ListItem.Label</info>
933                                                 </control>
934                                         </focusedlayout>
935                                 </control>
936                                 <control type="grouplist" id="9000">
937                                         <left>210</left>
938                                         <top>660</top>
939                                         <width>1030</width>
940                                         <height>40</height>
941                                         <itemgap>2</itemgap>
942                                         <align>center</align>
943                                         <orientation>horizontal</orientation>
944                                         <onleft>9000</onleft>
945                                         <onright>9000</onright>
946                                         <onup>50</onup>
947                                         <ondown>49</ondown>
948                                         <control type="togglebutton" id="8">
949                                                 <description>Play/browse to Show</description>
950                                                 <include>ButtonInfoDialogsCommonValues</include>
951                                                 <label>208</label>
952                                                 <alttexturefocus border="2">button-focus.png</alttexturefocus>
953                                                 <alttexturenofocus border="2">button-nofocus.png</alttexturenofocus>
954                                                 <altlabel>1024</altlabel>
955                                                 <usealttexture>Container.Content(TVShows)</usealttexture>
956                                         </control>
957                                         <control type="button" id="5">
958                                                 <description>Cast/Review</description>
959                                                 <include>ButtonInfoDialogsCommonValues</include>
960                                                 <label>206</label>
961                                         </control>
962                                         <control type="button" id="6">
963                                                 <description>Refresh</description>
964                                                 <include>ButtonInfoDialogsCommonValues</include>
965                                                 <label>184</label>
966                                         </control>
967                                         <control type="button" id="10">
968                                                 <description>Get Thumb</description>
969                                                 <include>ButtonInfoDialogsCommonValues</include>
970                                                 <label>13511</label>
971                                         </control>
972                                         <control type="button" id="11">
973                                                 <description>Play Trailer</description>
974                                                 <include>ButtonInfoDialogsCommonValues</include>
975                                                 <label>20410</label>
976                                                 <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
977                                         </control>
978                                         <control type="button" id="15">
979                                                 <description>Play Trailer Windowed</description>
980                                                 <include>ButtonInfoDialogsCommonValues</include>
981                                                 <label>20410</label>
982                                                 <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
983                                                 <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible>
984                                         </control>
985                                         <control type="button" id="100">
986                                                 <description>Fetch TvTunes stuff</description>
987                                                 <include>ButtonInfoDialogsCommonValues</include>
988                                                 <label>31127</label>
989                                                 <onclick>XBMC.RunScript(script.tvtunes,mode=solo&amp;tvpath=$INFO[ListItem.FilenameAndPath]&amp;tvname=$INFO[ListItem.TVShowTitle])</onclick>
990                                                 <visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) + IsEmpty(Window(movieinformation).Property("TvTunes_HideVideoInfoButton")) + [Container.Content(TVShows) | Container.Content(Movies)]</visible>
991                                         </control>
992                                 </control>
993                         </control>
994                 </control>
995                 <include>Clock</include>
996         </controls>
997 </window>