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>
|
|
|
|
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
|
|
|
|
<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">
|
2015-11-05 16:13:27 +01:00
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
|
|
</animation>
|
|
|
|
<!--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>
|
|
|
|
<font>largeStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2015-11-22 20:48:07 +01:00
|
|
|
<shadowcolor>background</shadowcolor>
|
2015-11-05 16:13:27 +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-->
|
|
|
|
<control type="image">
|
|
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>row-15-begin</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>15-row</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture border="0">colors/white.png</texture>
|
|
|
|
<colordiffuse>background</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>row-15-begin</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>6</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture border="0">colors/white.png</texture>
|
2015-12-09 22:40:20 +01:00
|
|
|
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
|
|
|
|
<!--content-->
|
|
|
|
<control type="panel" id="58">
|
2015-11-22 20:48:07 +01:00
|
|
|
<visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-17-begin</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>11-row</height>
|
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>60</onright>
|
|
|
|
<ondown>50</ondown>
|
|
|
|
<onup>50</onup>
|
|
|
|
<pagecontrol>60</pagecontrol>
|
|
|
|
<preloaditems>2</preloaditems>
|
|
|
|
<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>
|
2015-11-06 21:36:39 +01:00
|
|
|
<texture border="3">defaultPoster.png</texture>
|
2015-11-05 16:13:27 +01:00
|
|
|
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
2015-04-01 21:11:01 +02:00
|
|
|
<bordersize>3</bordersize>
|
2015-11-05 16:13:27 +01:00
|
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
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>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>
|
2015-04-20 21:33:20 +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>
|
|
|
|
<texture border="0">$INFO[ListItem.thumb]</texture>
|
|
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>3</bordersize>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="4-col" height="391">
|
|
|
|
<control type="group">
|
|
|
|
<include>spinFocusPoster</include>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>396</height>
|
|
|
|
<aspectratio aligny="top">scale</aspectratio>
|
2015-11-06 21:36:39 +01:00
|
|
|
<texture fallback="defaultPoster.png" border="0">$INFO[ListItem.thumb]</texture>
|
2015-11-05 16:13:27 +01:00
|
|
|
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>3</bordersize>
|
|
|
|
<colordiffuse>ff666666</colordiffuse>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-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>regularStrong</font>
|
2015-04-12 22:22:47 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-11-05 16:13:27 +01:00
|
|
|
<label fallback="31190">$INFO[ListItem.season,$LOCALIZE[31011]]</label>
|
2015-04-01 21:11:01 +02:00
|
|
|
</control>
|
|
|
|
<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-11-05 16:13:27 +01:00
|
|
|
<control type="grouplist">
|
|
|
|
<posx>42</posx>
|
|
|
|
<posy>9-row</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<orientation>horizontal</orientation>
|
|
|
|
<control type="label">
|
|
|
|
<width>24</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbol</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label></label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>smallStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$LOCALIZE[31185]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<width>24</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbol</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label></label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>smallStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$LOCALIZE[31184]</label>
|
|
|
|
</control>
|
2015-04-01 21:11:01 +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>
|