skin.pellucid/1080i/View_Seasons.xml

112 lines
5.3 KiB
XML
Raw Normal View History

2015-03-27 21:31:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="seasons">
<control type="group">
<visible>container.content(seasons) + !container.content(episodes)</visible>
<!--fanart-->
2015-03-31 21:21:43 +02:00
<control type="group">
2015-04-01 21:11:01 +02:00
<posy>-516</posy>
2015-03-31 21:21:43 +02:00
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<bordertexture border="6" colordiffuse="500">colors/white.png</bordertexture>
<bordersize>0,0,0,6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
<!--title-->
<control type="group">
<posx>col-1-begin</posx>
2015-04-01 21:11:01 +02:00
<posy>row-2-begin</posy>
2015-03-31 21:21:43 +02:00
<control type="image">
<posx>-96</posx>
2015-04-01 21:11:01 +02:00
<posy>11-row</posy>
2015-03-31 21:21:43 +02:00
<width>fullscreenWidth</width>
2015-04-01 21:11:01 +02:00
<height>2-row</height>
2015-03-31 21:21:43 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
2015-04-01 21:11:01 +02:00
<posy>11-row</posy>
2015-03-31 21:21:43 +02:00
<width>24-col</width>
2015-04-01 21:11:01 +02:00
<height>2-row</height>
<font>medium</font>
2015-03-31 21:21:43 +02:00
<textcolor>textActive</textcolor>
<label>$INFO[container.foldername]</label>
</control>
2015-03-27 21:31:13 +01:00
</control>
<!--content-->
<control type="panel" id="58">
2015-03-31 21:21:43 +02:00
<visible>!StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
2015-03-27 21:31:13 +01:00
<posx>col-1-begin</posx>
2015-03-31 21:21:43 +02:00
<posy>row-17-begin</posy>
<width>24-col</width>
<height>11-row</height>
2015-03-27 21:31:13 +01:00
<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="group">
2015-04-01 21:11:01 +02:00
<include>spinFocusPoster</include>
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-04-01 21:11:01 +02:00
<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>
2015-03-27 21:31:13 +01:00
</control>
2015-04-01 21:11:01 +02:00
<control type="group">
<posx>0</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>396</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control>
<control type="label">
<posx>34</posx>
<posy>10-row</posy>
<width>10-row</width>
<align>left</align>
<angle>90</angle>
<font>itemTitle</font>
<textcolor>white</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] , • ]$VAR[itemDetail]</label>
</control>
2015-03-27 21:31:13 +01:00
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>