2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<include name="seasons">
|
|
|
|
<control type="group">
|
2018-10-21 21:30:39 +02:00
|
|
|
<visible>!String.IsEmpty(container.folderpath) + container.content(seasons) + !container.content(episodes) + !String.Contains(container.folderpath,smb://) + String.Contains(container.folderpath,videodb://)</visible>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--fanart-->
|
|
|
|
<control type="group">
|
2017-12-21 15:16:56 +01:00
|
|
|
<visible>!String.Contains(Container.folderpath,plugin)</visible>
|
2018-08-30 20:34:50 +02:00
|
|
|
<posy>0</posy>
|
2017-03-19 21:23:30 +01:00
|
|
|
<include>itemFanart</include>
|
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">
|
2017-02-18 15:44:24 +01:00
|
|
|
<animation type="conditional" condition="control.hasfocus(9001)">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
|
|
</animation>
|
2015-11-05 16:13:27 +01:00
|
|
|
<!--title-->
|
|
|
|
<control type="group">
|
2020-01-27 22:52:53 +01:00
|
|
|
<animation type="conditional" condition="!control.isvisible(58)">
|
|
|
|
<effect type="fade" start="100" end="0" time="0"/>
|
|
|
|
</animation>
|
|
|
|
<animation type="conditional" condition="control.isvisible(58)">
|
|
|
|
<effect type="fade" start="0" end="100" time="250" delay="500"/>
|
|
|
|
</animation>
|
2017-12-21 15:16:56 +01:00
|
|
|
<visible>!String.Contains(Container.folderpath,plugin)</visible>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>col-1-begin</posx>
|
2022-08-10 23:14:52 +02:00
|
|
|
<posy>row-7-begin</posy>
|
2017-09-21 21:32:06 +02:00
|
|
|
<control type="label">
|
2017-09-24 01:12:32 +02:00
|
|
|
<posx>0</posx>
|
2018-08-30 20:34:50 +02:00
|
|
|
<posy>4-row</posy>
|
2018-02-25 14:05:53 +01:00
|
|
|
<width>12-col</width>
|
2018-08-30 20:34:50 +02:00
|
|
|
<height>1-row</height>
|
2018-01-24 21:53:15 +01:00
|
|
|
<font>largeTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2017-09-24 20:19:10 +02:00
|
|
|
<aligny>center</aligny>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2018-08-30 20:34:50 +02:00
|
|
|
<wrapmultiline>true</wrapmultiline>
|
2017-09-24 13:30:00 +02:00
|
|
|
<label>$INFO[container.showtitle]</label>
|
2018-02-25 14:05:53 +01:00
|
|
|
</control>
|
2018-08-30 20:34:50 +02:00
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>5-row</posy>
|
2022-08-12 00:04:51 +02:00
|
|
|
<width>14-col</width>
|
2018-08-30 20:34:50 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align></align>
|
2019-02-03 22:09:09 +01:00
|
|
|
<font>itemTitle</font>
|
2018-08-30 20:34:50 +02:00
|
|
|
<textcolor>menuUnselected</textcolor>
|
2022-08-12 00:04:51 +02:00
|
|
|
<label>$INFO[Container(58).ListItemAbsolute(1).year,,.] $INFO[Container(58).ListItemAbsolute(2).genre,,.]</label>
|
2018-08-30 20:34:50 +02:00
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
<!--content-->
|
|
|
|
<control type="panel" id="58">
|
2020-01-27 22:52:53 +01:00
|
|
|
<animation type="conditional" condition="!control.isvisible(58)">
|
|
|
|
<effect type="fade" start="100" end="0" time="0"/>
|
|
|
|
</animation>
|
|
|
|
<animation type="conditional" condition="control.isvisible(58)">
|
|
|
|
<effect type="fade" start="0" end="100" time="500" delay="1000"/>
|
|
|
|
</animation>
|
2018-10-21 21:30:39 +02:00
|
|
|
<visible>$EXP[isSeason] + !String.Contains(container.folderpath,smb://)</visible>
|
2018-10-10 23:49:39 +02:00
|
|
|
<posx>84</posx>
|
2022-08-10 23:14:52 +02:00
|
|
|
<posy>row-15-begin</posy>
|
2017-09-21 21:32:06 +02:00
|
|
|
<width>1860</width>
|
|
|
|
<height>13-row</height>
|
2019-06-22 18:32:41 +02:00
|
|
|
<onleft>58</onleft>
|
2016-07-24 20:39:38 +02:00
|
|
|
<onright>58</onright>
|
|
|
|
<orientation>horizontal</orientation>
|
2015-11-05 16:13:27 +01:00
|
|
|
<itemlayout width="4-col" height="391">
|
2021-03-07 16:09:28 +01:00
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>252</width>
|
|
|
|
<height>378</height>
|
2015-11-05 16:13:27 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
2017-09-21 21:32:06 +02:00
|
|
|
</control>
|
2022-08-10 23:14:52 +02:00
|
|
|
<control type="image">
|
2017-09-21 21:32:06 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>252</width>
|
|
|
|
<height>378</height>
|
2017-09-21 21:32:06 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texture diffuse="masks/seasonPoster.png">$INFO[ListItem.art(poster)]</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>88ffffff</colordiffuse>
|
2019-08-14 23:24:46 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<visible>String.StartsWith(ListItem.label,*)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>252</width>
|
|
|
|
<height>378</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>88FFFFFF</colordiffuse>
|
2016-10-11 20:44:50 +02:00
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="label">
|
2016-10-11 20:44:50 +02:00
|
|
|
<visible>ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>228</width>
|
2016-10-11 20:44:50 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2018-05-15 21:19:05 +02:00
|
|
|
<font>largeLight</font>
|
2017-09-21 21:32:06 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2016-10-11 20:44:50 +02:00
|
|
|
<label>..</label>
|
2018-05-15 21:19:05 +02:00
|
|
|
</control>
|
|
|
|
<control type="textbox">
|
|
|
|
<visible>String.StartsWith(ListItem.label,*)</visible>
|
2018-10-21 21:30:39 +02:00
|
|
|
<posx>24</posx>
|
2018-05-15 21:19:05 +02:00
|
|
|
<posy>4-row</posy>
|
2018-10-21 21:30:39 +02:00
|
|
|
<width>216</width>
|
2018-05-15 21:19:05 +02:00
|
|
|
<height>4-row</height>
|
|
|
|
<align>left</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>largeLight</font>
|
2020-07-11 20:22:54 +02:00
|
|
|
<shadowcolor>99000000</shadowcolor>
|
2018-05-15 21:19:05 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2016-10-11 20:44:50 +02:00
|
|
|
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
|
2015-04-12 22:22:47 +02:00
|
|
|
<posx>12</posx>
|
2022-08-10 23:14:52 +02:00
|
|
|
<posy>382</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>228</width>
|
2015-04-12 22:22:47 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2017-09-21 21:32:06 +02:00
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="4-col" height="391">
|
|
|
|
<control type="group">
|
2022-08-10 23:14:52 +02:00
|
|
|
<include>focusThumb</include>
|
2020-11-28 18:22:26 +01:00
|
|
|
<control type="image">
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>252</width>
|
|
|
|
<height>378</height>
|
2022-08-10 23:14:52 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture diffuse="masks/seasonPoster.png">$INFO[ListItem.Art(poster)]</texture>
|
|
|
|
<bordertexture infill="false" diffuse="masks/seasonPoster.png">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2015-04-12 22:22:47 +02:00
|
|
|
</control>
|
2020-11-28 18:22:26 +01:00
|
|
|
<control type="image">
|
|
|
|
<visible>String.StartsWith(ListItem.label,*)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>252</width>
|
|
|
|
<height>378</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
2020-12-05 19:10:50 +01:00
|
|
|
<colordiffuse>BBFFFFFF</colordiffuse>
|
2020-11-28 18:22:26 +01:00
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="label">
|
2018-05-15 21:19:05 +02:00
|
|
|
<visible>ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>228</width>
|
2018-05-15 21:19:05 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>largeLight</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>..</label>
|
|
|
|
</control>
|
|
|
|
<control type="textbox">
|
|
|
|
<visible>String.StartsWith(ListItem.label,*)</visible>
|
2018-10-21 21:30:39 +02:00
|
|
|
<posx>24</posx>
|
2018-05-15 21:19:05 +02:00
|
|
|
<posy>4-row</posy>
|
2018-10-21 21:30:39 +02:00
|
|
|
<width>216</width>
|
2018-05-15 21:19:05 +02:00
|
|
|
<height>4-row</height>
|
|
|
|
<align>left</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>largeLight</font>
|
2020-07-11 20:22:54 +02:00
|
|
|
<shadowcolor>99000000</shadowcolor>
|
2018-05-15 21:19:05 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="label">
|
2017-09-21 21:32:06 +02:00
|
|
|
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
|
|
|
|
<posx>12</posx>
|
2020-02-18 20:49:16 +01:00
|
|
|
<posy>376</posy>
|
2018-05-22 00:00:46 +02:00
|
|
|
<width>228</width>
|
2017-09-21 21:32:06 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
|
|
|
|
</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>
|