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">
|
2016-01-07 22:53:56 +01:00
|
|
|
<visible>Substring(Container.folderpath,plugin)</visible>
|
2015-03-31 21:21:43 +02:00
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
2016-10-11 20:44:50 +02:00
|
|
|
<texture 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>
|
2016-11-19 12:33:24 +01:00
|
|
|
<include>kenBurnsey</include>
|
2015-03-31 21:21:43 +02:00
|
|
|
</control>
|
2016-07-24 20:39:38 +02:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="panel" id="50">
|
2016-06-04 15:11:25 +02:00
|
|
|
<visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
|
2017-01-12 15:09:42 +01:00
|
|
|
<posx>90</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>row-5-begin</posy>
|
2017-01-12 15:09:42 +01:00
|
|
|
<width>1800</width>
|
|
|
|
<height>25-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>60</onright>
|
|
|
|
<ondown>50</ondown>
|
|
|
|
<onup>50</onup>
|
2016-11-19 12:33:24 +01:00
|
|
|
<onback>9000</onback>
|
2015-03-27 21:31:13 +01:00
|
|
|
<pagecontrol>60</pagecontrol>
|
2017-01-12 15:09:42 +01:00
|
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
|
|
|
<itemlayout width="252" height="388">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2016-07-24 20:39:38 +02:00
|
|
|
<posy>0</posy>
|
2017-01-12 15:09:42 +01:00
|
|
|
<width>228</width>
|
|
|
|
<height>304</height>
|
2016-07-24 20:39:38 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2017-01-12 15:09:42 +01:00
|
|
|
<texture border="6">DefaultPoster.png</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2017-02-09 22:50:33 +01:00
|
|
|
<colordiffuse>44FFFFFF</colordiffuse>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-11-10 17:51:18 +01:00
|
|
|
<control type="label">
|
2017-01-12 15:09:42 +01:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>300</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
2015-11-10 17:51:18 +01:00
|
|
|
<aligny>center</aligny>
|
2017-01-12 15:09:42 +01:00
|
|
|
<font>thumbTitle</font>
|
2015-11-10 17:51:18 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2017-01-12 15:09:42 +01:00
|
|
|
<label>[B]$INFO[ListItem.title][/B]</label>
|
2015-11-10 17:51:18 +01:00
|
|
|
</control>
|
2015-11-08 21:16:04 +01:00
|
|
|
<control type="label">
|
2017-01-12 15:09:42 +01:00
|
|
|
<visible>!System.Setting(hidewatched)</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>324</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
2015-11-08 21:16:04 +01:00
|
|
|
<aligny>center</aligny>
|
2017-01-12 15:09:42 +01:00
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textDisabled</textcolor>
|
2016-07-24 20:39:38 +02:00
|
|
|
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
|
|
|
|
</control>
|
2016-07-25 21:26:05 +02:00
|
|
|
<control type="label">
|
2017-01-12 15:09:42 +01:00
|
|
|
<visible>System.Setting(hidewatched)</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>324</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
2016-06-04 15:11:25 +02:00
|
|
|
<aligny>center</aligny>
|
2017-01-12 15:09:42 +01:00
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textDisabled</textcolor>
|
|
|
|
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
|
2016-06-04 15:11:25 +02:00
|
|
|
</control>
|
2016-05-11 21:27:33 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2017-01-12 15:09:42 +01:00
|
|
|
<width>228</width>
|
|
|
|
<height>304</height>
|
2016-07-24 20:39:38 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2017-01-12 15:09:42 +01:00
|
|
|
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
2016-05-11 21:27:33 +02:00
|
|
|
</control>
|
2017-01-12 15:09:42 +01:00
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="252" height="388">
|
|
|
|
<control type="group">
|
|
|
|
<include>focusThumb</include>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>228</width>
|
|
|
|
<height>304</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>300</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>[B]$INFO[ListItem.title][/B]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!System.Setting(hidewatched)</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>324</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textDisabled</textcolor>
|
|
|
|
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>System.Setting(hidewatched)</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>324</posy>
|
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textDisabled</textcolor>
|
|
|
|
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|