94 lines
4.4 KiB
XML
94 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<includes>
|
||
|
<include name="seasons">
|
||
|
<control type="group">
|
||
|
<visible>container.content(seasons) + !container.content(episodes)</visible>
|
||
|
|
||
|
<!--fanart-->
|
||
|
<control type="image">
|
||
|
<posx>0</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>fullscreenWidth</width>
|
||
|
<height>fullscreenHeight</height>
|
||
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
|
||
|
<fadetime>500</fadetime>
|
||
|
<include>kenBurnsey</include>
|
||
|
</control>
|
||
|
|
||
|
<!--content-->
|
||
|
<control type="panel" id="58">
|
||
|
<visible>!container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
||
|
<posx>col-1-begin</posx>
|
||
|
<posy>row-5-begin</posy>
|
||
|
<width>21-col</width>
|
||
|
<height>744</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">
|
||
|
<control type="image">
|
||
|
<posx>0</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>4-col-gutter</width>
|
||
|
<height>396</height>
|
||
|
<aspectratio aligny="top">scale</aspectratio>
|
||
|
<texture fallback="colors/black.png" 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="image">
|
||
|
<posx>0</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>4-col-gutter</width>
|
||
|
<height>396</height>
|
||
|
<aspectratio aligny="top">scale</aspectratio>
|
||
|
<texture fallback="colors/black.png" border="0">$INFO[ListItem.thumb]</texture>
|
||
|
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
||
|
<bordersize>3</bordersize>
|
||
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||
|
</control>
|
||
|
<control type="group">
|
||
|
<posx>0</posx>
|
||
|
<posy>0</posy>
|
||
|
<control type="image">
|
||
|
<posx>0</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>4-col-gutter</width>
|
||
|
<height>396</height>
|
||
|
<aspectratio>stretch</aspectratio>
|
||
|
<texture border="0">colors/black.png</texture>
|
||
|
<bordertexture border="3" colordiffuse="99111111">colors/white.png</bordertexture>
|
||
|
<bordersize>3</bordersize>
|
||
|
<colordiffuse>44FFFFFF</colordiffuse>
|
||
|
</control>
|
||
|
<control type="label">
|
||
|
<posx>24</posx>
|
||
|
<posy>4-row</posy>
|
||
|
<width>3-col</width>
|
||
|
<align>center</align>
|
||
|
<font>itemTitle</font>
|
||
|
<textcolor>textActive</textcolor>
|
||
|
<label>$INFO[ListItem.title]</label>
|
||
|
</control>
|
||
|
<control type="label">
|
||
|
<posx>24</posx>
|
||
|
<posy>5-row</posy>
|
||
|
<width>3-col</width>
|
||
|
<align>center</align>
|
||
|
<font>itemSubTitle</font>
|
||
|
<textcolor>textActive</textcolor>
|
||
|
<label>$VAR[itemDetail]</label>
|
||
|
</control>
|
||
|
</control>
|
||
|
</focusedlayout>
|
||
|
</control>
|
||
|
</control>
|
||
|
</include>
|
||
|
</includes>
|