[release] version bump to 13.0 beta1
[vuplus_xbmc] / addons / skin.confluence / 720p / includes.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <includes>
3         <include file="defaults.xml"/>
4         <include file="ViewsVideoLibrary.xml"/>
5         <include file="ViewsMusicLibrary.xml"/>
6         <include file="ViewsFileMode.xml"/>
7         <include file="ViewsPictures.xml"/>
8         <include file="ViewsAddonBrowser.xml"/>
9         <include file="ViewsLiveTV.xml"/>
10         <include file="ViewsPVR.xml"/>
11         <include file="IncludesCodecFlagging.xml"/>
12         <include file="IncludesHomeRecentlyAdded.xml"/>
13         <include file="IncludesHomeMenuItems.xml"/>
14         <include file="IncludesBackgroundBuilding.xml"/>
15         <include file="weather\10DayForecast.xml"/>
16         <include file="weather\36HourForecast.xml"/>
17         <include file="weather\WeekendForecast.xml"/>
18         <include file="weather\HourlyForecast.xml"/>
19         <include file="weather\MapAlerts.xml"/>
20
21         <constant name="FanartCrossfadeTime">500</constant>
22         <constant name="IconCrossfadeTime">400</constant>
23
24         <variable name="BannerThumb">
25                 <value condition="!IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value>
26                 <value condition="IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Icon]</value>
27         </variable>
28         <variable name="PosterThumb">
29                 <value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
30                 <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
31         </variable>
32         <variable name="PlayList">
33                 <value condition="Window.IsActive(videolibrary) + !StringCompare(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
34                 <value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + !StringCompare(Playlist.Length(music),0)">ActivateWindow(musicplaylist)</value>
35         </variable>
36
37         <include name="BehindDialogFadeOut">
38                 <control type="image">
39                         <left>0</left>
40                         <top>0</top>
41                         <width>1280</width>
42                         <height>720</height>
43                         <texture>black-back.png</texture>
44                         <animation effect="fade" time="400">Visible</animation>
45                         <animation effect="fade" time="200">Hidden</animation>
46                         <visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Peripherals) | Window.IsActive(PeripheralSettings) | Window.IsActive(script-XBMC_Lyrics-main.xml) | Window.IsActive(PVRChannelManager) | Window.IsActive(MediaFilter)</visible>
47                 </control>
48         </include>
49         <include name="WindowTitleCommons">
50                 <left>0</left>
51                 <top>0</top>
52                 <width min="0" max="800">auto</width>
53                 <height>30</height>
54                 <font>font14</font>
55                 <textcolor>white</textcolor>
56                 <shadowcolor>black</shadowcolor>
57                 <scroll>false</scroll>
58                 <align>left</align>
59                 <aligny>center</aligny>
60         </include>
61         <include name="ButtonCommonValues">
62                 <height>40</height>
63                 <width>250</width>
64                 <textoffsetx>10</textoffsetx>
65                 <textwidth>200</textwidth>
66                 <aligny>center</aligny>
67                 <font>font13</font>
68                 <texturefocus border="5">button-focus.png</texturefocus>
69                 <texturenofocus>-</texturenofocus>
70                 <pulseonselect>false</pulseonselect>
71         </include>
72         <include name="ButtonMediaSubCommonValues">
73                 <height>40</height>
74                 <width>221</width>
75                 <textoffsetx>20</textoffsetx>
76                 <textwidth>195</textwidth>
77                 <aligny>center</aligny>
78                 <font>font12_title</font>
79                 <texturefocus border="5">button-focus.png</texturefocus>
80                 <texturenofocus border="5">button-nofocus.png</texturenofocus>
81                 <pulseonselect>false</pulseonselect>
82         </include>
83         <include name="ButtonHomeSubCommonValues">
84                 <height>35</height>
85                 <width>180</width>
86                 <textwidth>195</textwidth>
87                 <align>center</align>
88                 <aligny>center</aligny>
89                 <font>font12</font>
90                 <textcolor>grey2</textcolor>
91                 <focusedcolor>white</focusedcolor>
92                 <texturefocus border="5">HomeSubFO.png</texturefocus>
93                 <texturenofocus border="5">HomeSubNF.png</texturenofocus>
94                 <pulseonselect>false</pulseonselect>
95         </include>
96         <include name="HomeSubMenuCommonValues">
97                 <left>0</left>
98                 <top>0</top>
99                 <width>1280</width>
100                 <height>35</height>
101                 <align>center</align>
102                 <onup>9000</onup>
103                 <ondown>9002</ondown>
104                 <itemgap>0</itemgap>
105                 <orientation>Horizontal</orientation>
106                 <animation effect="slide" start="0,-40" end="0,0" delay="200" time="200" tween="quadratic" easing="out">Visible</animation>
107                 <animation effect="slide" start="0,0" end="0,-40" time="200" tween="quadratic" easing="out">Hidden</animation>
108         </include>
109         <include name="ButtonInfoDialogsCommonValues">
110                 <height>40</height>
111                 <width>170</width>
112                 <textoffsetx>20</textoffsetx>
113                 <align>center</align>
114                 <aligny>center</aligny>
115                 <font>font12_title</font>
116                 <texturefocus border="5">button-focus.png</texturefocus>
117                 <texturenofocus border="5">button-nofocus.png</texturenofocus>
118                 <pulseonselect>false</pulseonselect>
119         </include>
120         <include name="SideBladeLeft">
121                 <animation effect="slide" start="0,0" end="250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001) | Control.HasFocus(8999)">Conditional</animation>
122                 <animation effect="slide" start="0,0" end="-300,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001)">WindowClose</animation>
123                 <animation effect="slide" start="0,0" end="-50,0" time="300" tween="quadratic" easing="out" condition="![ControlGroup(9000).HasFocus | Control.HasFocus(9001)]">WindowClose</animation>
124                 <animation effect="slide" start="-50,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
125                 <control type="button" id="8999">
126                         <description>Fake button for mouse control</description>
127                         <left>0</left>
128                         <top>0</top>
129                         <width>250</width>
130                         <height>720</height>
131                         <label>-</label>
132                         <font>-</font>
133                         <texturenofocus>-</texturenofocus>
134                         <texturefocus>-</texturefocus>
135                         <visible>true</visible>
136                 </control>
137                 <control type="button" id="9001">
138                         <left>250</left>
139                         <top>260</top>
140                         <width>42</width>
141                         <height>128</height>
142                         <font>-</font>
143                         <texturefocus>HasSub.png</texturefocus>
144                         <texturenofocus>HasSub.png</texturenofocus>
145                 </control>
146                 <control type="image">
147                         <left>0</left>
148                         <top>0</top>
149                         <width>260</width>
150                         <height>720</height>
151                         <texture border="0,0,10,0">MediaBladeSub.png</texture>
152                 </control>
153                 <control type="image">
154                         <description>LOGO</description>
155                         <left>15</left>
156                         <top>0</top>
157                         <width>220</width>
158                         <height>80</height>
159                         <aspectratio>keep</aspectratio>
160                         <texture>Confluence_Logo.png</texture>
161                 </control>
162         </include>
163         <include name="MainWindowMouseButtons">
164                 <control type="group">
165                         <left>120r</left>
166                         <top>55r</top>
167                         <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
168                         <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
169                         <visible>system.getbool(input.enablemouse)</visible>
170                         <control type="button">
171                                 <description>Back push button</description>
172                                 <left>0</left>
173                                 <top>0</top>
174                                 <width>45</width>
175                                 <height>45</height>
176                                 <label>1036</label>
177                                 <font>-</font>
178                                 <onclick>back</onclick>
179                                 <texturefocus border="5">floor_buttonFO.png</texturefocus>
180                                 <texturenofocus border="5">floor_button.png</texturenofocus>
181                                 <onleft>50</onleft>
182                                 <onright>50</onright>
183                                 <onup>50</onup>
184                                 <ondown>50</ondown>
185                         </control>
186                         <control type="image">
187                                 <description>Back Icon</description>
188                                 <left>5</left>
189                                 <top>5</top>
190                                 <width>35</width>
191                                 <height>35</height>
192                                 <aspectratio>keep</aspectratio>
193                                 <texture>icon_back.png</texture>
194                         </control>
195                         <control type="button">
196                                 <description>Home push button</description>
197                                 <left>55</left>
198                                 <top>0</top>
199                                 <width>45</width>
200                                 <height>45</height>
201                                 <label>31003</label>
202                                 <font>-</font>
203                                 <onclick>ActivateWindow(home)</onclick>
204                                 <texturefocus border="5">floor_buttonFO.png</texturefocus>
205                                 <texturenofocus border="5">floor_button.png</texturenofocus>
206                                 <onleft>50</onleft>
207                                 <onright>50</onright>
208                                 <onup>50</onup>
209                                 <ondown>50</ondown>
210                         </control>
211                         <control type="image">
212                                 <description>Home Icon</description>
213                                 <left>60</left>
214                                 <top>5</top>
215                                 <width>35</width>
216                                 <height>35</height>
217                                 <aspectratio>keep</aspectratio>
218                                 <texture>icon_home.png</texture>
219                         </control>
220                 </control>
221         </include>
222         <include name="CommonNowPlaying">
223                 <control type="group">
224                         <visible>Player.HasMedia + !SubString(Window(videolibrary).Property(TvTunesIsAlive),TRUE)</visible>
225                         <include>VisibleFadeEffect</include>
226                         <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
227                         <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
228                         <control type="button">
229                                 <description>push button</description>
230                                 <left>30</left>
231                                 <top>55r</top>
232                                 <width>45</width>
233                                 <height>45</height>
234                                 <label>31003</label>
235                                 <font>-</font>
236                                 <onclick>ActivateWindow(PlayerControls)</onclick>
237                                 <texturefocus border="5">floor_buttonFO.png</texturefocus>
238                                 <texturenofocus border="5">floor_button.png</texturenofocus>
239                                 <onleft>50</onleft>
240                                 <onright>50</onright>
241                                 <onup>50</onup>
242                                 <ondown>50</ondown>
243                         </control>
244                         <control type="image">
245                                 <description>Player Icon</description>
246                                 <left>35</left>
247                                 <top>50r</top>
248                                 <width>35</width>
249                                 <height>35</height>
250                                 <aspectratio>keep</aspectratio>
251                                 <texture>icon_player.png</texture>
252                         </control>
253                         <control type="label">
254                                 <left>85</left>
255                                 <top>53r</top>
256                                 <width>700</width>
257                                 <height>20</height>
258                                 <label>$INFO[Player.Title] - ([COLOR=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/COLOR])</label>
259                                 <align>left</align>
260                                 <aligny>center</aligny>
261                                 <font>font12</font>
262                                 <textcolor>grey</textcolor>
263                                 <shadowcolor>black</shadowcolor>
264                         </control>
265                         <control type="label">
266                                 <left>85</left>
267                                 <top>32r</top>
268                                 <width>700</width>
269                                 <height>20</height>
270                                 <label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
271                                 <align>left</align>
272                                 <aligny>center</aligny>
273                                 <font>font12</font>
274                                 <textcolor>grey</textcolor>
275                                 <shadowcolor>black</shadowcolor>
276                                 <visible>Player.HasAudio</visible>
277                         </control>
278                         <control type="label">
279                                 <left>85</left>
280                                 <top>30r</top>
281                                 <width>700</width>
282                                 <height>20</height>
283                                 <label>$INFO[VideoPlayer.Studio]</label>
284                                 <align>left</align>
285                                 <aligny>center</aligny>
286                                 <font>font12</font>
287                                 <textcolor>grey</textcolor>
288                                 <shadowcolor>black</shadowcolor>
289                                 <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible>
290                         </control>
291                         <control type="label">
292                                 <left>85</left>
293                                 <top>30r</top>
294                                 <width>700</width>
295                                 <height>20</height>
296                                 <label>$INFO[VideoPlayer.TVShowTitle]</label>
297                                 <align>left</align>
298                                 <aligny>center</aligny>
299                                 <font>font12</font>
300                                 <textcolor>grey</textcolor>
301                                 <shadowcolor>black</shadowcolor>
302                                 <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible>
303                         </control>
304                         <control type="label">
305                                 <left>85</left>
306                                 <top>30r</top>
307                                 <width>700</width>
308                                 <height>20</height>
309                                 <label>$INFO[VideoPlayer.Artist]</label>
310                                 <align>left</align>
311                                 <aligny>center</aligny>
312                                 <font>font12</font>
313                                 <textcolor>grey</textcolor>
314                                 <shadowcolor>black</shadowcolor>
315                                 <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible>
316                         </control>
317                         <control type="label">
318                                 <left>85</left>
319                                 <top>30r</top>
320                                 <width>700</width>
321                                 <height>20</height>
322                                 <label>$INFO[VideoPlayer.ChannelName]$INFO[VideoPlayer.ChannelNumber, - ([COLOR=blue],[/COLOR])]</label>
323                                 <align>left</align>
324                                 <aligny>center</aligny>
325                                 <font>font12</font>
326                                 <textcolor>grey</textcolor>
327                                 <shadowcolor>black</shadowcolor>
328                                 <visible>Player.HasVideo + VideoPlayer.Content(LiveTV)</visible>
329                         </control>
330                 </control>
331         </include>
332         <include name="CommonPageCount">
333                 <control type="group">
334                         <animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
335                         <control type="label">
336                                 <description>Page Count Label</description>
337                                 <right>40</right>
338                                 <top>53r</top>
339                                 <width>500</width>
340                                 <height>20</height>
341                                 <font>font12</font>
342                                 <textcolor>grey</textcolor>
343                                 <scroll>false</scroll>
344                                 <align>right</align>
345                                 <aligny>center</aligny>
346                                 <label>$INFO[Container.NumItems,([COLOR=blue],[/COLOR]) $LOCALIZE[31025]]$INFO[Container.CurrentPage, - $LOCALIZE[31024] ([COLOR=blue]]$INFO[Container.NumPages,/,[/COLOR])]</label>
347                                 <include>Window_OpenClose_Animation</include>
348                         </control>
349                         <control type="label">
350                                 <description>Container Duration Label</description>
351                                 <right>40</right>
352                                 <top>32r</top>
353                                 <width>500</width>
354                                 <height>20</height>
355                                 <font>font12</font>
356                                 <textcolor>grey</textcolor>
357                                 <scroll>false</scroll>
358                                 <align>right</align>
359                                 <aligny>center</aligny>
360                                 <label>$INFO[Container.TotalTime,$LOCALIZE[31009] ([COLOR=blue],[/COLOR])]</label>
361                                 <include>Window_OpenClose_Animation</include>
362                         </control>
363                 </control>
364         </include>
365         <include name="SmallMusicInfo">
366                 <control type="image">
367                         <description>gradient</description>
368                         <left>0</left>
369                         <top>0</top>
370                         <width>500</width>
371                         <height>165</height>
372                         <colordiffuse>DDFFFFFF</colordiffuse>
373                         <texture border="20">OverlayDialogBackground.png</texture>
374                 </control>
375                 <control type="image">
376                         <description>Cover image</description>
377                         <left>20</left>
378                         <top>17</top>
379                         <width>130</width>
380                         <height>130</height>
381                         <texture>$INFO[MusicPlayer.Cover]</texture>
382                 </control>
383                 <control type="label">
384                         <description>Artist label</description>
385                         <left>160</left>
386                         <top>20</top>
387                         <height>30</height>
388                         <width>325</width>
389                         <label>$INFO[MusicPlayer.Artist]</label>
390                         <align>left</align>
391                         <aligny>center</aligny>
392                         <font>font12_title</font>
393                         <textcolor>grey2</textcolor>
394                         <shadowcolor>black</shadowcolor>
395                 </control>
396                 <control type="fadelabel">
397                         <description>Title label</description>
398                         <left>160</left>
399                         <top>43</top>
400                         <height>30</height>
401                         <width>325</width>
402                         <label>$INFO[Player.Title]</label>
403                         <align>left</align>
404                         <aligny>center</aligny>
405                         <font>font13_title</font>
406                         <textcolor>white</textcolor>
407                         <shadowcolor>black</shadowcolor>
408                         <scrollout>false</scrollout>
409                         <pauseatend>2000</pauseatend>
410                 </control>
411                 <control type="label">
412                         <description>Album Label</description>
413                         <left>160</left>
414                         <top>70</top>
415                         <height>30</height>
416                         <width>325</width>
417                         <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
418                         <align>left</align>
419                         <aligny>center</aligny>
420                         <font>font12</font>
421                         <textcolor>white</textcolor>
422                         <shadowcolor>black</shadowcolor>
423                 </control>
424                 <control type="label">
425                         <description>Time Label</description>
426                         <left>160</left>
427                         <top>95</top>
428                         <height>30</height>
429                         <width>325</width>
430                         <label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, / ]</label>
431                         <align>left</align>
432                         <aligny>center</aligny>
433                         <font>font12</font>
434                         <textcolor>white</textcolor>
435                         <shadowcolor>black</shadowcolor>
436                 </control>
437                 <control type="label">
438                         <description>Next Label</description>
439                         <left>160</left>
440                         <top>120</top>
441                         <height>30</height>
442                         <width>325</width>
443                         <label>[COLOR=blue]$LOCALIZE[209] :[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label>
444                         <align>right</align>
445                         <aligny>center</aligny>
446                         <font>font12</font>
447                         <textcolor>grey</textcolor>
448                         <shadowcolor>black</shadowcolor>
449                 </control>
450         </include>
451         <include name="SmallVideoInfo">
452                 <control type="image">
453                         <description>gradient</description>
454                         <left>0</left>
455                         <top>0</top>
456                         <width>500</width>
457                         <height>165</height>
458                         <colordiffuse>DDFFFFFF</colordiffuse>
459                         <texture border="20">OverlayDialogBackground.png</texture>
460                 </control>
461                 <control type="image">
462                         <description>Cover image</description>
463                         <left>20</left>
464                         <top>17</top>
465                         <width>130</width>
466                         <height>130</height>
467                         <aspectratio>keep</aspectratio>
468                         <texture>$INFO[VideoPlayer.cover]</texture>
469                 </control>
470                 <control type="label">
471                         <description>Studio label</description>
472                         <left>160</left>
473                         <top>20</top>
474                         <height>30</height>
475                         <width>325</width>
476                         <label>$INFO[VideoPlayer.Studio]</label>
477                         <align>left</align>
478                         <aligny>center</aligny>
479                         <font>font12_title</font>
480                         <textcolor>grey2</textcolor>
481                         <shadowcolor>black</shadowcolor>
482                         <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
483                 </control>
484                 <control type="label">
485                         <description>TV Show Title label</description>
486                         <left>160</left>
487                         <top>20</top>
488                         <height>30</height>
489                         <width>325</width>
490                         <label>$INFO[VideoPlayer.tvshowtitle]</label>
491                         <align>left</align>
492                         <aligny>center</aligny>
493                         <font>font12_title</font>
494                         <textcolor>white</textcolor>
495                         <shadowcolor>black</shadowcolor>
496                         <visible>videoplayer.content(episodes)</visible>
497                 </control>
498                 <control type="fadelabel">
499                         <description>Music Video Artist label</description>
500                         <left>160</left>
501                         <top>20</top>
502                         <height>30</height>
503                         <width>325</width>
504                         <label>$INFO[VideoPlayer.Artist]</label>
505                         <align>left</align>
506                         <aligny>center</aligny>
507                         <font>font12_title</font>
508                         <textcolor>white</textcolor>
509                         <shadowcolor>black</shadowcolor>
510                         <visible>videoplayer.content(musicvideos)</visible>
511                         <scrollout>false</scrollout>
512                         <pauseatend>2000</pauseatend>
513                 </control>
514                 <control type="fadelabel">
515                         <description>Title label</description>
516                         <left>160</left>
517                         <top>43</top>
518                         <height>30</height>
519                         <width>325</width>
520                         <label>$INFO[Player.Title]</label>
521                         <align>left</align>
522                         <aligny>center</aligny>
523                         <font>font13_title</font>
524                         <textcolor>white</textcolor>
525                         <shadowcolor>black</shadowcolor>
526                         <scrollout>false</scrollout>
527                         <pauseatend>2000</pauseatend>
528                 </control>
529                 <control type="label">
530                         <description>Genre label</description>
531                         <left>160</left>
532                         <top>70</top>
533                         <height>30</height>
534                         <width>325</width>
535                         <label>$INFO[VideoPlayer.Genre]</label>
536                         <align>left</align>
537                         <aligny>center</aligny>
538                         <font>font12</font>
539                         <textcolor>white</textcolor>
540                         <shadowcolor>black</shadowcolor>
541                         <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
542                 </control>
543                 <control type="label">
544                         <left>160</left>
545                         <top>70</top>
546                         <height>30</height>
547                         <width>325</width>
548                         <label>$INFO[VideoPlayer.Album]</label>
549                         <align>left</align>
550                         <aligny>center</aligny>
551                         <font>font12</font>
552                         <textcolor>white</textcolor>
553                         <shadowcolor>black</shadowcolor>
554                         <visible>videoplayer.content(musicvideos)</visible>
555                 </control>
556                 <control type="label">
557                         <description>Season and Episode label</description>
558                         <left>160</left>
559                         <top>70</top>
560                         <height>30</height>
561                         <width>325</width>
562                         <label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
563                         <align>left</align>
564                         <aligny>center</aligny>
565                         <font>font12</font>
566                         <textcolor>white</textcolor>
567                         <shadowcolor>black</shadowcolor>
568                         <visible>videoplayer.content(episodes)</visible>
569                 </control>
570                 <control type="label">
571                         <description>Time Label</description>
572                         <left>160</left>
573                         <top>95</top>
574                         <height>30</height>
575                         <width>325</width>
576                         <label>$INFO[VideoPlayer.Time]$INFO[VideoPlayer.Duration, / ]</label>
577                         <align>left</align>
578                         <aligny>center</aligny>
579                         <font>font12</font>
580                         <textcolor>white</textcolor>
581                         <shadowcolor>black</shadowcolor>
582                 </control>
583         </include>
584         <include name="CommonNowPlaying_Controls">
585                 <control type="label" id="202">
586                         <width>250</width>
587                         <height>35</height>
588                         <font>font12</font>
589                         <label>31023</label>
590                         <textcolor>blue</textcolor>
591                         <align>center</align>
592                         <aligny>center</aligny>
593                         <visible>Player.HasMedia</visible>
594                         <include>VisibleFadeEffect</include>
595                 </control>
596                 <control type="button" id="610">
597                         <description>Fake Button to fix Player Controls Navigation</description>
598                         <visible>false</visible>
599                 </control>
600                 <control type="group" id="9006">
601                         <width>250</width>
602                         <height>45</height>
603                         <visible>VideoPlayer.Content(LiveTV)</visible>
604                         <include>VisibleFadeEffect</include>
605                         <control type="button" id="600">
606                                 <left>20</left>
607                                 <top>2</top>
608                                 <width>39</width>
609                                 <height>39</height>
610                                 <label>-</label>
611                                 <texturefocus>OSDChannelUPFO.png</texturefocus>
612                                 <texturenofocus>OSDChannelUPNF.png</texturenofocus>
613                                 <onleft>50</onleft>
614                                 <onright>601</onright>
615                                 <onup>610</onup>
616                                 <ondown>611</ondown>
617                                 <onclick>XBMC.PlayerControl(Previous)</onclick>
618                         </control>
619                         <control type="button" id="601">
620                                 <left>60</left>
621                                 <top>2</top>
622                                 <width>39</width>
623                                 <height>39</height>
624                                 <label>-</label>
625                                 <texturefocus>OSDChannelDownFO.png</texturefocus>
626                                 <texturenofocus>OSDChannelDownNF.png</texturenofocus>
627                                 <onleft>600</onleft>
628                                 <onright>603</onright>
629                                 <onup>610</onup>
630                                 <ondown>611</ondown>
631                                 <onclick>XBMC.PlayerControl(Next)</onclick>
632                         </control>
633                         <control type="button" id="603">
634                                 <left>100</left>
635                                 <top>2</top>
636                                 <width>39</width>
637                                 <height>39</height>
638                                 <label>-</label>
639                                 <texturefocus>OSDStopFO.png</texturefocus>
640                                 <texturenofocus>OSDStopNF.png</texturenofocus>
641                                 <onleft>601</onleft>
642                                 <onright>604</onright>
643                                 <onup>610</onup>
644                                 <ondown>611</ondown>
645                                 <onclick>down</onclick>
646                                 <onclick>XBMC.PlayerControl(Stop)</onclick>
647                         </control>
648                         <control type="togglebutton" id="604">
649                                 <left>140</left>
650                                 <top>2</top>
651                                 <width>39</width>
652                                 <height>39</height>
653                                 <label>-</label>
654                                 <texturefocus>OSDPauseFO.png</texturefocus>
655                                 <texturenofocus>OSDPauseNF.png</texturenofocus>
656                                 <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
657                                 <alttexturefocus>OSDPlayFO.png</alttexturefocus>
658                                 <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
659                                 <onleft>603</onleft>
660                                 <onright>605</onright>
661                                 <onup>610</onup>
662                                 <ondown>606</ondown>
663                                 <onback>50</onback>
664                                 <onclick>XBMC.PlayerControl(Play)</onclick>
665                                 <enable>Player.PauseEnabled</enable>
666                                 <animation effect="fade" start="100" end="30" time="100" condition="!Player.PauseEnabled">Conditional</animation>
667                         </control>
668                         <control type="button" id="605">
669                                 <left>180</left>
670                                 <top>2</top>
671                                 <width>39</width>
672                                 <height>39</height>
673                                 <label>-</label>
674                                 <texturefocus>OSDRecordOffFO.png</texturefocus>
675                                 <texturenofocus>OSDRecordOffNF.png</texturenofocus>
676                                 <onleft>604</onleft>
677                                 <onright>50</onright>
678                                 <onup>610</onup>
679                                 <ondown>611</ondown>
680                                 <onclick>XBMC.PlayerControl(record)</onclick>
681                                 <enable>Player.CanRecord</enable>
682                                 <animation effect="fade" start="100" end="30" time="100" condition="!Player.CanRecord">Conditional</animation>
683                         </control>
684                 </control>
685                 <control type="group" id="9005">
686                         <visible>Player.HasMedia</visible>
687                         <visible>!VideoPlayer.Content(LiveTV)</visible>
688                         <include>VisibleFadeEffect</include>
689                         <width>250</width>
690                         <height>45</height>
691                         <defaultcontrol always="true">603</defaultcontrol>
692                         <control type="button" id="600">
693                                 <left>5</left>
694                                 <top>2</top>
695                                 <width>39</width>
696                                 <height>39</height>
697                                 <label>-</label>
698                                 <texturefocus>OSDPrevTrackFO.png</texturefocus>
699                                 <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
700                                 <onleft>50</onleft>
701                                 <onright>606</onright>
702                                 <onup>610</onup>
703                                 <ondown>611</ondown>
704                                 <onback>50</onback>
705                                 <onclick>XBMC.PlayerControl(Previous)</onclick>
706                         </control>
707                         <control type="button" id="606">
708                                 <left>45</left>
709                                 <top>2</top>
710                                 <width>39</width>
711                                 <height>39</height>
712                                 <label>-</label>
713                                 <texturefocus>OSDRewindFO.png</texturefocus>
714                                 <texturenofocus>OSDRewindNF.png</texturenofocus>
715                                 <onleft>600</onleft>
716                                 <onright>603</onright>
717                                 <onup>610</onup>
718                                 <ondown>611</ondown>
719                                 <onback>50</onback>
720                                 <onclick>XBMC.PlayerControl(Rewind)</onclick>
721                                 <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
722                         </control>
723                         <control type="group">
724                                 <animation effect="slide" start="0,0" end="40,0" time="0" condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo">Conditional</animation>
725                                 <control type="togglebutton" id="603">
726                                         <left>45</left>
727                                         <top>2</top>
728                                         <width>39</width>
729                                         <height>39</height>
730                                         <label>-</label>
731                                         <texturefocus>OSDPauseFO.png</texturefocus>
732                                         <texturenofocus>OSDPauseNF.png</texturenofocus>
733                                         <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
734                                         <alttexturefocus>OSDPlayFO.png</alttexturefocus>
735                                         <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
736                                         <onleft>606</onleft>
737                                         <onright>601</onright>
738                                         <onup>610</onup>
739                                         <ondown>611</ondown>
740                                         <onback>50</onback>
741                                         <onclick>XBMC.PlayerControl(Play)</onclick>
742                                 </control>
743                                 <control type="button" id="601">
744                                         <left>85</left>
745                                         <top>2</top>
746                                         <width>39</width>
747                                         <height>39</height>
748                                         <label>-</label>
749                                         <texturefocus>OSDStopFO.png</texturefocus>
750                                         <texturenofocus>OSDStopNF.png</texturenofocus>
751                                         <onleft>603</onleft>
752                                         <onright>607</onright>
753                                         <onup>610</onup>
754                                         <ondown>611</ondown>
755                                         <onback>50</onback>
756                                         <onclick>down</onclick>
757                                         <onclick>XBMC.PlayerControl(Stop)</onclick>
758                                 </control>
759                                 <control type="button" id="607">
760                                         <left>125</left>
761                                         <top>2</top>
762                                         <width>39</width>
763                                         <height>39</height>
764                                         <label>-</label>
765                                         <texturefocus>OSDForwardFO.png</texturefocus>
766                                         <texturenofocus>OSDForwardNF.png</texturenofocus>
767                                         <onleft>601</onleft>
768                                         <onright>602</onright>
769                                         <onup>610</onup>
770                                         <ondown>611</ondown>
771                                         <onback>50</onback>
772                                         <onclick>XBMC.PlayerControl(Forward)</onclick>
773                                         <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
774                                 </control>
775                                 <control type="button" id="602">
776                                         <left>125</left>
777                                         <top>2</top>
778                                         <width>39</width>
779                                         <height>39</height>
780                                         <label>-</label>
781                                         <texturefocus>OSDNextTrackFO.png</texturefocus>
782                                         <texturenofocus>OSDNextTrackNF.png</texturenofocus>
783                                         <onleft>607</onleft>
784                                         <onright>604</onright>
785                                         <onup>610</onup>
786                                         <ondown>611</ondown>
787                                         <onback>50</onback>
788                                         <onclick>XBMC.PlayerControl(Next)</onclick>
789                                         <animation effect="slide" start="0,0" end="40,0" time="0" condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo">Conditional</animation>
790                                 </control>
791                         </control>
792                         <control type="group">
793                                 <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible>
794                                 <control type="button" id="604">
795                                         <left>165</left>
796                                         <top>2</top>
797                                         <width>39</width>
798                                         <height>39</height>
799                                         <label>-</label>
800                                         <texturefocus>-</texturefocus>
801                                         <texturenofocus>-</texturenofocus>
802                                         <onclick>XBMC.PlayerControl(Repeat)</onclick>
803                                         <onleft>602</onleft>
804                                         <onright>605</onright>
805                                         <onup>610</onup>
806                                         <ondown>611</ondown>
807                                         <onback>50</onback>
808                                 </control>
809                                 <control type="image">
810                                         <left>165</left>
811                                         <top>2</top>
812                                         <width>39</width>
813                                         <height>39</height>
814                                         <texture>OSDRepeatNF.png</texture>
815                                         <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
816                                         <visible>!Control.HasFocus(604)</visible>
817                                 </control>
818                                 <control type="image">
819                                         <left>165</left>
820                                         <top>2</top>
821                                         <width>39</width>
822                                         <height>39</height>
823                                         <texture>OSDRepeatFO.png</texture>
824                                         <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
825                                         <visible>Control.HasFocus(604)</visible>
826                                 </control>
827                                 <control type="image">
828                                         <left>165</left>
829                                         <top>2</top>
830                                         <width>39</width>
831                                         <height>39</height>
832                                         <texture>OSDRepeatOneNF.png</texture>
833                                         <visible>Playlist.IsRepeatOne</visible>
834                                         <visible>!Control.HasFocus(604)</visible>
835                                 </control>
836                                 <control type="image">
837                                         <left>165</left>
838                                         <top>2</top>
839                                         <width>39</width>
840                                         <height>39</height>
841                                         <texture>OSDRepeatOneFO.png</texture>
842                                         <visible>Playlist.IsRepeatOne</visible>
843                                         <visible>Control.HasFocus(604)</visible>
844                                 </control>
845                                 <control type="image">
846                                         <left>165</left>
847                                         <top>2</top>
848                                         <width>39</width>
849                                         <height>39</height>
850                                         <texture>OSDRepeatAllNF.png</texture>
851                                         <visible>Playlist.IsRepeat</visible>
852                                         <visible>!Control.HasFocus(604)</visible>
853                                 </control>
854                                 <control type="image">
855                                         <left>165</left>
856                                         <top>2</top>
857                                         <width>39</width>
858                                         <height>39</height>
859                                         <texture>OSDRepeatAllFO.png</texture>
860                                         <visible>Playlist.IsRepeat</visible>
861                                         <visible>Control.HasFocus(604)</visible>
862                                 </control>
863                                 <control type="togglebutton" id="605">
864                                         <left>205</left>
865                                         <top>2</top>
866                                         <width>39</width>
867                                         <height>39</height>
868                                         <label>-</label>
869                                         <texturefocus>OSDRandomOffFO.png</texturefocus>
870                                         <texturenofocus>OSDRandomOffNF.png</texturenofocus>
871                                         <usealttexture>Playlist.IsRandom</usealttexture>
872                                         <alttexturefocus>OSDRandomOnFO.png</alttexturefocus>
873                                         <alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus>
874                                         <onclick>XBMC.PlayerControl(Random)</onclick>
875                                         <onleft>604</onleft>
876                                         <onright>50</onright>
877                                         <onup>610</onup>
878                                         <ondown>611</ondown>
879                                         <onback>50</onback>
880                                 </control>
881                         </control>
882                 </control>
883                 <control type="radiobutton" id="611">
884                         <description>Go to fullscreen Playback</description>
885                         <include>ButtonCommonValues</include>
886                         <label>31008</label>
887                         <onclick>fullscreen</onclick>
888                         <textureradioonfocus>GoFullscreen.png</textureradioonfocus>
889                         <textureradioonnofocus>GoFullscreen.png</textureradioonnofocus>
890                         <textureradioofffocus>GoFullscreen.png</textureradioofffocus>
891                         <textureradiooffnofocus>GoFullscreen.png</textureradiooffnofocus>
892                         <visible>Player.HasMedia</visible>
893                 </control>
894                 <control type="button" id="612">
895                         <description>Go to playlist</description>
896                         <include>ButtonCommonValues</include>
897                         <label>13350</label>
898                         <onclick>$VAR[PlayList]</onclick>
899                         <visible>[Window.IsActive(videolibrary) + !StringCompare(Playlist.Length(video),0)] | [[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + !StringCompare(Playlist.Length(music),0)]</visible>
900                         <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist)</visible>
901                 </control>
902         </include>
903         <include name="ScrollOffsetLabel">
904                 <control type="group">
905                         <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
906                         <animation effect="slide" start="0,0" end="0,-60" time="100">Visible</animation>
907                         <animation effect="slide" start="0,-60" end="0,0" delay="400" time="100">Hidden</animation>
908                         <left>300r</left>
909                         <top>720</top>
910                         <control type="image">
911                                 <left>0</left>
912                                 <top>0</top>
913                                 <width>70</width>
914                                 <height>65</height>
915                                 <texture border="20,20,20,2">InfoMessagePanel.png</texture>
916                         </control>
917                         <control type="label">
918                                 <left>5</left>
919                                 <top>0</top>
920                                 <width>65</width>
921                                 <height>60</height>
922                                 <align>center</align>
923                                 <aligny>center</aligny>
924                                 <label>$INFO[ListItem.SortLetter]</label>
925                                 <textcolor>white</textcolor>
926                                 <font>font30_title</font>
927                         </control>
928                 </control>
929         </include>
930         <include name="Clock">
931                 <control type="label">
932                         <description>time label</description>
933                         <right>20</right>
934                         <top>5</top>
935                         <width>200</width>
936                         <height>30</height>
937                         <align>right</align>
938                         <aligny>center</aligny>
939                         <font>font28_title</font>
940                         <textcolor>white</textcolor>
941                         <shadowcolor>black</shadowcolor>
942                         <label>$INFO[System.Time]</label>
943                         <animation effect="slide" start="0,0" end="-40,0" time="100" condition="Window.IsVisible(Mutebug)">conditional</animation>
944                 </control>
945         </include>
946         <include name="HomeAddonsCommonLayout">
947                 <include>Window_OpenClose_Animation</include>
948                 <animation type="Visible">
949                         <effect type="slide" start="0,30" end="0,0" delay="200" easing="out" tween="quadratic" time="200"/>
950                         <effect type="fade" start="0" end="100" delay="200" time="200"/>
951                 </animation>
952                 <animation type="Hidden">
953                         <effect type="zoom" start="100" end="70" center="auto" easing="in" tween="quadratic" time="300"/>
954                         <effect type="fade" start="100" end="0" time="300"/>
955                 </animation>
956                 <hitrect x="0" y="530" w="1280" h="120"/>
957                 <left>0</left>
958                 <top>190r</top>
959                 <width>1280</width>
960                 <height>200</height>
961                 <pagecontrol>-</pagecontrol>
962                 <scrolltime>300</scrolltime>
963                 <focusposition>3</focusposition>
964                 <movement>2</movement>
965                 <orientation>Horizontal</orientation>
966                 <itemlayout height="200" width="182">
967                         <control type="image">
968                                 <left>0</left>
969                                 <top>0</top>
970                                 <width>180</width>
971                                 <height>120</height>
972                                 <aspectratio aligny="bottom">keep</aspectratio>
973                                 <bordertexture border="5">button-nofocus.png</bordertexture>
974                                 <bordersize>3</bordersize>
975                                 <texture background="true">$INFO[ListItem.Icon]</texture>
976                         </control>
977                         <control type="image">
978                                 <left>5</left>
979                                 <top>120</top>
980                                 <width>170</width>
981                                 <height>110</height>
982                                 <aspectratio aligny="top">keep</aspectratio>
983                                 <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
984                         </control>
985                         <control type="label">
986                                 <left>91</left>
987                                 <top>125</top>
988                                 <width>180</width>
989                                 <height>20</height>
990                                 <font>font12</font>
991                                 <textcolor>grey2</textcolor>
992                                 <align>center</align>
993                                 <aligny>center</aligny>
994                                 <label>$INFO[ListItem.Label]</label>
995                         </control>
996                 </itemlayout>
997                 <focusedlayout height="200" width="182">
998                         <control type="image">
999                                 <left>0</left>
1000                                 <top>0</top>
1001                                 <width>180</width>
1002                                 <height>120</height>
1003                                 <aspectratio aligny="bottom">keep</aspectratio>
1004                                 <bordertexture border="5">button-nofocus.png</bordertexture>
1005                                 <bordersize>3</bordersize>
1006                                 <texture background="true">$INFO[ListItem.Icon]</texture>
1007                                 <visible>!ControlGroup(9002).HasFocus</visible>
1008                         </control>
1009                         <control type="image">
1010                                 <left>0</left>
1011                                 <top>0</top>
1012                                 <width>180</width>
1013                                 <height>120</height>
1014                                 <aspectratio aligny="bottom">keep</aspectratio>
1015                                 <bordertexture border="5">folder-focus.png</bordertexture>
1016                                 <bordersize>3</bordersize>
1017                                 <texture background="true">$INFO[ListItem.Icon]</texture>
1018                                 <visible>ControlGroup(9002).HasFocus</visible>
1019                         </control>
1020                         <control type="image">
1021                                 <left>5</left>
1022                                 <top>120</top>
1023                                 <width>170</width>
1024                                 <height>110</height>
1025                                 <aspectratio aligny="top">keep</aspectratio>
1026                                 <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
1027                         </control>
1028                         <control type="label">
1029                                 <left>91</left>
1030                                 <top>125</top>
1031                                 <width>180</width>
1032                                 <height>20</height>
1033                                 <font>font12</font>
1034                                 <textcolor>white</textcolor>
1035                                 <align>center</align>
1036                                 <aligny>center</aligny>
1037                                 <label>$INFO[ListItem.Label]</label>
1038                                 <visible>Control.HasFocus(9002)</visible>
1039                         </control>
1040                         <control type="label">
1041                                 <left>91</left>
1042                                 <top>125</top>
1043                                 <width>180</width>
1044                                 <height>20</height>
1045                                 <font>font12</font>
1046                                 <textcolor>grey2</textcolor>
1047                                 <align>center</align>
1048                                 <aligny>center</aligny>
1049                                 <label>$INFO[ListItem.Label]</label>
1050                                 <visible>!Control.HasFocus(9002)</visible>
1051                         </control>
1052                 </focusedlayout>
1053         </include>
1054         <include name="TVNextAiredListCommonLayout">
1055                 <itemlayout height="150" width="280">
1056                         <control type="image">
1057                                 <left>0</left>
1058                                 <top>0</top>
1059                                 <width>280</width>
1060                                 <height>145</height>
1061                                 <texture border="10">button-nofocus.png</texture>
1062                         </control>
1063                         <control type="image">
1064                                 <description>Thumb</description>
1065                                 <left>5</left>
1066                                 <top>5</top>
1067                                 <width>270</width>
1068                                 <height>55</height>
1069                                 <aspectratio>keep</aspectratio>
1070                                 <texture background="true">$INFO[ListItem.Property(Art(poster))]</texture>
1071                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible>
1072                         </control>
1073                         <control type="image">
1074                                 <description>Banner</description>
1075                                 <left>5</left>
1076                                 <top>5</top>
1077                                 <width>270</width>
1078                                 <height>55</height>
1079                                 <aspectratio>keep</aspectratio>
1080                                 <texture background="true">$INFO[ListItem.Property(Art(banner))]</texture>
1081                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible>
1082                         </control>
1083                         <control type="image">
1084                                 <description>Logo</description>
1085                                 <left>5</left>
1086                                 <top>5</top>
1087                                 <width>270</width>
1088                                 <height>55</height>
1089                                 <aspectratio>keep</aspectratio>
1090                                 <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
1091                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),2)</visible>
1092                         </control>
1093                         <control type="label">
1094                                 <description>Episode Number</description>
1095                                 <left>140</left>
1096                                 <top>60</top>
1097                                 <width>260</width>
1098                                 <height>15</height>
1099                                 <label>$INFO[ListItem.Property(NextNumber),$LOCALIZE[20359] [COLOR=blue]-[/COLOR] ]</label>
1100                                 <textcolor>white</textcolor>
1101                                 <font>font12</font>
1102                                 <align>center</align>
1103                         </control>
1104                         <control type="label">
1105                                 <description>Episode Name</description>
1106                                 <left>140</left>
1107                                 <top>80</top>
1108                                 <width>260</width>
1109                                 <height>15</height>
1110                                 <label>$INFO[ListItem.Property(NextTitle)]</label>
1111                                 <textcolor>white</textcolor>
1112                                 <font>font12</font>
1113                                 <align>center</align>
1114                         </control>
1115                         <control type="label">
1116                                 <description>Next air date/time</description>
1117                                 <left>140</left>
1118                                 <top>100</top>
1119                                 <width>260</width>
1120                                 <height>15</height>
1121                                 <label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(NextDate), [COLOR=blue]-[/COLOR] ]</label>
1122                                 <textcolor>grey2</textcolor>
1123                                 <font>font12</font>
1124                                 <align>center</align>
1125                         </control>
1126                         <control type="label">
1127                                 <description>Duration</description>
1128                                 <left>140</left>
1129                                 <top>120</top>
1130                                 <width>260</width>
1131                                 <height>15</height>
1132                                 <label>$INFO[ListItem.Property(Runtime),, $LOCALIZE[12391]]$INFO[ListItem.Property(Network), [COLOR=blue]-[/COLOR] (,)]</label>
1133                                 <textcolor>grey2</textcolor>
1134                                 <font>font12</font>
1135                                 <align>center</align>
1136                         </control>
1137                 </itemlayout>
1138                 <focusedlayout height="150" width="280">
1139                         <control type="image">
1140                                 <left>0</left>
1141                                 <top>0</top>
1142                                 <width>280</width>
1143                                 <height>145</height>
1144                                 <texture border="10">button-focus2.png</texture>
1145                         </control>
1146                         <control type="image">
1147                                 <description>Thumb</description>
1148                                 <left>5</left>
1149                                 <top>5</top>
1150                                 <width>270</width>
1151                                 <height>55</height>
1152                                 <aspectratio>keep</aspectratio>
1153                                 <texture background="true">$INFO[ListItem.Property(Art(poster))]</texture>
1154                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible>
1155                         </control>
1156                         <control type="image">
1157                                 <description>Banner</description>
1158                                 <left>5</left>
1159                                 <top>5</top>
1160                                 <width>270</width>
1161                                 <height>55</height>
1162                                 <aspectratio>keep</aspectratio>
1163                                 <texture background="true">$INFO[ListItem.Property(Art(banner))]</texture>
1164                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible>
1165                         </control>
1166                         <control type="image">
1167                                 <description>Logo</description>
1168                                 <left>5</left>
1169                                 <top>5</top>
1170                                 <width>270</width>
1171                                 <height>55</height>
1172                                 <aspectratio>keep</aspectratio>
1173                                 <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
1174                                 <visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),2)</visible>
1175                         </control>
1176                         <control type="label">
1177                                 <description>Episode Number</description>
1178                                 <left>140</left>
1179                                 <top>60</top>
1180                                 <width>260</width>
1181                                 <height>15</height>
1182                                 <label>$INFO[ListItem.Property(NextNumber),$LOCALIZE[20359] [COLOR=blue]-[/COLOR] ]</label>
1183                                 <textcolor>selected</textcolor>
1184                                 <font>font12</font>
1185                                 <align>center</align>
1186                         </control>
1187                         <control type="label">
1188                                 <description>Episode Name</description>
1189                                 <left>140</left>
1190                                 <top>80</top>
1191                                 <width>260</width>
1192                                 <height>15</height>
1193                                 <label>$INFO[ListItem.Property(NextTitle)]</label>
1194                                 <textcolor>selected</textcolor>
1195                                 <font>font12</font>
1196                                 <align>center</align>
1197                         </control>
1198                         <control type="label">
1199                                 <description>Next air date/time</description>
1200                                 <left>140</left>
1201                                 <top>100</top>
1202                                 <width>260</width>
1203                                 <height>15</height>
1204                                 <label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(NextDate), [COLOR=blue]-[/COLOR] ]</label>
1205                                 <textcolor>white</textcolor>
1206                                 <font>font12</font>
1207                                 <align>center</align>
1208                         </control>
1209                         <control type="label">
1210                                 <description>Duration</description>
1211                                 <left>140</left>
1212                                 <top>120</top>
1213                                 <width>260</width>
1214                                 <height>15</height>
1215                                 <label>$INFO[ListItem.Property(Runtime),, $LOCALIZE[12391]]$INFO[ListItem.Property(Network), [COLOR=blue]-[/COLOR] (,)]</label>
1216                                 <textcolor>white</textcolor>
1217                                 <font>font12</font>
1218                                 <align>center</align>
1219                         </control>
1220                 </focusedlayout>
1221         </include>
1222         <include name="backgroundfade">
1223                 <animation effect="fade" time="600">Visible</animation>
1224                 <animation effect="fade" time="600">Hidden</animation>
1225         </include>
1226         <include name="Window_OpenClose_Animation">
1227                 <animation effect="fade" time="250">WindowOpen</animation>
1228                 <animation effect="fade" time="250">WindowClose</animation>
1229         </include>
1230         <include name="dialogeffect">
1231                 <animation effect="fade" time="250">WindowOpen</animation>
1232                 <animation effect="fade" time="250">WindowClose</animation>
1233         </include>
1234         <include name="VisibleFadeEffect">
1235                 <animation effect="fade" time="300">Visible</animation>
1236                 <animation effect="fade" time="300">Hidden</animation>
1237         </include>
1238 </includes>