2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<include name="seasons">
|
|
|
|
<control type="group">
|
2015-11-22 20:48:07 +01:00
|
|
|
<visible>!isempty(container.folderpath) + container.content(seasons) + !container.content(episodes)</visible>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--fanart-->
|
|
|
|
<control type="group">
|
|
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
|
|
<posy>-100</posy>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
2015-05-04 21:29:51 +02:00
|
|
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[container.art(fanart)]</texture>
|
2015-04-19 22:55:23 +02:00
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
2016-08-12 19:24:31 +02:00
|
|
|
<animation type="conditional" condition="!controlgroup(9000).hasfocus + !Skin.HasSetting(lowPowerMode)" loop="true" reversible="false">
|
2015-04-19 22:55:23 +02:00
|
|
|
<effect type="fade" start="0" end="100" time="2000"/>
|
|
|
|
<effect type="zoom" center="auto" start="130" end="100" time="15000"/>
|
|
|
|
<effect type="fade" start="100" end="0" time="1000" delay="14000"/>
|
|
|
|
</animation>
|
|
|
|
</control>
|
2015-04-20 21:33:20 +02:00
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
|
|
|
<control type="group">
|
2017-02-18 15:44:24 +01:00
|
|
|
<animation type="conditional" condition="control.hasfocus(9001)">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
|
|
</animation>
|
2015-11-05 16:13:27 +01:00
|
|
|
<!--title-->
|
|
|
|
<control type="group">
|
|
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-2-begin</posy>
|
2015-09-02 00:13:19 +02:00
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posy>11-row</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>2-row</height>
|
2016-02-09 22:24:24 +01:00
|
|
|
<font>large</font>
|
2015-11-05 16:13:27 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2016-02-26 21:34:36 +01:00
|
|
|
<shadowcolor>-</shadowcolor>
|
2016-02-21 19:58:08 +01:00
|
|
|
<label>[B]$INFO[container.foldername][/B] [COLOR highlight]$INFO[listitem.genre][/COLOR]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
<!--overlay-->
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="group">
|
2015-11-05 16:13:27 +01:00
|
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
|
|
<posy>row-15-begin</posy>
|
2016-11-08 11:36:35 +01:00
|
|
|
<posy>0</posy>
|
|
|
|
<include>globalBackground</include>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>6</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture border="0">colors/white.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
<!--content-->
|
|
|
|
<control type="panel" id="58">
|
2017-03-09 00:54:23 +01:00
|
|
|
<visible>$EXP[isSeason]</visible>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>col-1-begin</posx>
|
2016-11-08 11:36:35 +01:00
|
|
|
<posy>624</posy>
|
2016-07-24 20:39:38 +02:00
|
|
|
<width>1836</width>
|
2015-11-05 16:13:27 +01:00
|
|
|
<height>11-row</height>
|
|
|
|
<onleft>9000</onleft>
|
2016-07-24 20:39:38 +02:00
|
|
|
<onright>58</onright>
|
|
|
|
<orientation>horizontal</orientation>
|
2015-11-05 16:13:27 +01:00
|
|
|
<itemlayout width="4-col" height="391">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-04-01 21:11:01 +02:00
|
|
|
<width>4-col-gutter</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<height>396</height>
|
2015-11-05 16:13:27 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-04-04 17:48:12 +02:00
|
|
|
<texture border="6">DefaultPoster.png</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2017-02-09 22:50:33 +01:00
|
|
|
<colordiffuse>ff777777</colordiffuse>
|
2016-10-11 20:44:50 +02:00
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="label">
|
2016-10-11 20:44:50 +02:00
|
|
|
<visible>ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
|
|
|
<textcolor>textDisabled</textcolor>
|
|
|
|
<label>..</label>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2016-10-11 20:44:50 +02:00
|
|
|
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
|
2015-04-12 22:22:47 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2016-05-11 21:27:33 +02:00
|
|
|
<label fallback="31190">$INFO[ListItem.season,$LOCALIZE[31011] ]</label>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-11-05 16:13:27 +01:00
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
2015-04-12 22:22:47 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>5-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>buttonTitle</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-04-12 22:22:47 +02:00
|
|
|
<label>$VAR[itemDetail]</label>
|
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-04-12 22:22:47 +02:00
|
|
|
<width>4-col-gutter</width>
|
2015-11-05 16:13:27 +01:00
|
|
|
<height>396</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-01-25 21:09:11 +01:00
|
|
|
<texture border="6">$INFO[ListItem.thumb]</texture>
|
2016-11-08 11:36:35 +01:00
|
|
|
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordersize>6</bordersize>
|
2015-11-05 16:13:27 +01:00
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="4-col" height="391">
|
|
|
|
<control type="group">
|
2016-04-03 17:35:32 +02:00
|
|
|
<include>focusThumb</include>
|
2015-11-05 16:13:27 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>396</height>
|
|
|
|
<aspectratio aligny="top">scale</aspectratio>
|
2016-04-04 17:48:12 +02:00
|
|
|
<texture fallback="DefaultPoster.png" border="6">$INFO[ListItem.thumb]</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2015-11-05 16:13:27 +01:00
|
|
|
<colordiffuse>ff666666</colordiffuse>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="label">
|
|
|
|
<visible>ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>..</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label fallback="31190">$INFO[ListItem.season,$LOCALIZE[31011] ]</label>
|
|
|
|
</control>
|
2015-04-01 21:11:01 +02:00
|
|
|
<control type="label">
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>5-row</posy>
|
|
|
|
<width>240</width>
|
2015-04-12 22:22:47 +02:00
|
|
|
<height>2-row</height>
|
2015-11-05 16:13:27 +01:00
|
|
|
<align>center</align>
|
2015-04-12 22:22:47 +02:00
|
|
|
<aligny>center</aligny>
|
2015-11-05 16:13:27 +01:00
|
|
|
<font>buttonTitle</font>
|
2015-04-12 22:22:47 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-11-05 16:13:27 +01:00
|
|
|
<label>$VAR[itemDetail]</label>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|