skin.pellucid/1080i/View_TVShows.xml

151 lines
7.5 KiB
XML
Raw Normal View History

2015-03-27 21:31:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="tvshows">
2015-03-31 21:21:43 +02:00
<visible>window.isactive(Videos,videodb://tvshows/titles/)</visible>
2015-03-27 21:31:13 +01:00
<control type="group">
2015-03-31 21:21:43 +02:00
<!--fanart-->
<control type="group">
2015-07-03 19:35:36 +02:00
<visible>container.content(tvshows) | Substring(Container.folderpath,plugin)</visible>
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>
2015-04-12 22:22:47 +02:00
<fadetime>500</fadetime>
<colordiffuse>99ffffff</colordiffuse>
2015-03-31 21:21:43 +02:00
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-04-19 22:55:23 +02:00
<include>kenBurnsey</include>
2015-03-31 21:21:43 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="panel" id="50">
2015-04-29 21:09:32 +02:00
<visible>!isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
2015-03-27 21:31:13 +01:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>12-col</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
2015-04-12 22:22:47 +02:00
<onback>activateWindow(home)</onback>
2015-03-27 21:31:13 +01:00
<pagecontrol>60</pagecontrol>
<itemlayout width="12-col" height="3-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>3-row</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>3-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
2015-04-20 21:33:20 +02:00
<width>8-col-gutter</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>1-row</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$VAR[itemDetail]</label>
</control>
<control type="label">
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
2015-04-20 21:33:20 +02:00
<right>12</right>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-04-20 21:33:20 +02:00
<width>4-col</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
2015-04-20 21:33:20 +02:00
<align>right</align>
2015-03-27 21:31:13 +01:00
<aligny>center</aligny>
2015-04-20 21:33:20 +02:00
<font>itemSubTitle</font>
2015-05-17 21:57:22 +02:00
<textcolor>textActive</textcolor>
2015-04-20 21:33:20 +02:00
<label>$INFO[ListItem.Property(UnWatchedEpisodes)] [LOWERCASE]$LOCALIZE[16101][/LOWERCASE]</label>
2015-03-27 21:31:13 +01:00
</control>
</itemlayout>
<focusedlayout width="12-col" height="3-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>3-row</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-10 21:59:54 +02:00
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="36" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="36" tween="back" easing="out" delay="300" time="300"/>
</animation>
2015-03-27 21:31:13 +01:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>3-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
2015-04-12 22:22:47 +02:00
<colordiffuse>highlight</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
2015-04-20 21:33:20 +02:00
<width>8-col-gutter</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>1-row</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$VAR[itemDetail]</label>
</control>
<control type="label">
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
2015-04-20 21:33:20 +02:00
<right>12</right>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-04-20 21:33:20 +02:00
<width>4-col</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
2015-04-20 21:33:20 +02:00
<align>right</align>
2015-03-27 21:31:13 +01:00
<aligny>center</aligny>
2015-04-20 21:33:20 +02:00
<font>itemSubTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-04-20 21:33:20 +02:00
<label>$INFO[ListItem.Property(UnWatchedEpisodes)] [LOWERCASE]$LOCALIZE[16101][/LOWERCASE]</label>
2015-03-27 21:31:13 +01:00
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>