2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<include name="movies">
|
2015-03-31 21:21:43 +02:00
|
|
|
<visible>window.isactive(Videos,videodb://movies/titles/)</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="group">
|
|
|
|
<!--fanart-->
|
2015-03-31 21:21:43 +02:00
|
|
|
<control type="group">
|
|
|
|
<visible>container.content(movies)</visible>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
2015-04-12 22:22:47 +02:00
|
|
|
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
|
|
|
|
<fadetime>500</fadetime>
|
|
|
|
<colordiffuse>22ffffff</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-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
<control type="panel" id="50">
|
2015-11-09 22:07:33 +01:00
|
|
|
<visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
2015-10-24 21:48:47 +02:00
|
|
|
<posx>78</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>row-5-begin</posy>
|
2015-10-24 21:48:47 +02:00
|
|
|
<width>1800</width>
|
2016-05-11 21:27:33 +02:00
|
|
|
<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-02-26 21:34:36 +01:00
|
|
|
<onback>9000</onback>
|
2015-03-27 21:31:13 +01:00
|
|
|
<pagecontrol>60</pagecontrol>
|
2016-01-25 21:09:11 +01:00
|
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
2016-05-11 21:27:33 +02:00
|
|
|
<itemlayout width="300" height="468">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>396</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-04-04 17:48:12 +02:00
|
|
|
<texture border="6">DefaultPoster.png</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2015-06-01 21:24:36 +02:00
|
|
|
</control>
|
2015-11-10 17:51:18 +01:00
|
|
|
<control type="label">
|
|
|
|
<visible>isempty(listitem.title)</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-11-10 17:51:18 +01:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
2015-06-01 21:24:36 +02:00
|
|
|
<control type="label">
|
2015-07-03 19:35:36 +02:00
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
2015-06-01 21:24:36 +02:00
|
|
|
<posx>12</posx>
|
2016-05-11 21:27:33 +02:00
|
|
|
<posy>11-row</posy>
|
2015-06-01 21:24:36 +02:00
|
|
|
<width>240</width>
|
2016-05-11 21:27:33 +02:00
|
|
|
<height>1-row</height>
|
2015-06-01 21:24:36 +02:00
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2016-05-11 21:27:33 +02:00
|
|
|
<font>thumbTitle</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-06-01 21:24:36 +02:00
|
|
|
<label>$INFO[ListItem.title]</label>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>396</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
2015-03-27 21:31:13 +01:00
|
|
|
<bordersize>3</bordersize>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2016-05-11 21:27:33 +02:00
|
|
|
<focusedlayout width="4-col" height="468">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="group">
|
2016-04-03 17:35:32 +02:00
|
|
|
<include>focusThumb</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>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-04-04 17:48:12 +02:00
|
|
|
<texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
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>
|
2015-11-10 17:51:18 +01:00
|
|
|
<control type="label">
|
|
|
|
<visible>isempty(listitem.title)</visible>
|
|
|
|
<posx>12</posx>
|
2016-05-11 21:27:33 +02:00
|
|
|
<posy>11-row</posy>
|
2015-11-10 17:51:18 +01:00
|
|
|
<width>240</width>
|
2016-05-11 21:27:33 +02:00
|
|
|
<height>1-row</height>
|
2015-11-10 17:51:18 +01:00
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2016-05-11 21:27:33 +02:00
|
|
|
<font>thumbTitle</font>
|
2015-11-10 17:51:18 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
2015-04-01 21:11:01 +02:00
|
|
|
<control type="label">
|
2015-04-07 22:28:13 +02:00
|
|
|
<posx>12</posx>
|
2016-05-11 21:27:33 +02:00
|
|
|
<posy>11-row</posy>
|
2015-04-07 22:28:13 +02:00
|
|
|
<width>240</width>
|
2016-05-11 21:27:33 +02:00
|
|
|
<height>1-row</height>
|
2015-04-07 22:28:13 +02:00
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2016-05-11 21:27:33 +02:00
|
|
|
<font>thumbTitle</font>
|
2015-04-07 22:28:13 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-04-01 21:11:01 +02:00
|
|
|
<label>$INFO[ListItem.title]</label>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|