113 lines
5.7 KiB
XML
113 lines
5.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<include name="movies">
|
|
<visible>window.isactive(Videos,videodb://movies/titles/)</visible>
|
|
<control type="group">
|
|
<!--fanart-->
|
|
<control type="group">
|
|
<visible>container.content(movies) | container.content(tvshows)</visible>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
|
|
<fadetime>500</fadetime>
|
|
<colordiffuse>22ffffff</colordiffuse>
|
|
</control>
|
|
<include>kenBurnsey</include>
|
|
</control>
|
|
<control type="panel" id="50">
|
|
<visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + Substring(container.folderpath,videodb://) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
|
<posx>90</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>1800</width>
|
|
<height>25-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<onback>9000</onback>
|
|
<pagecontrol>60</pagecontrol>
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
|
<itemlayout width="252" height="388">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>228</width>
|
|
<height>304</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="6">DefaultPoster.png</texture>
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>44FFFFFF</colordiffuse>
|
|
</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">
|
|
<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.year]</label>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>228</width>
|
|
<height>304</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
|
|
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
</control>
|
|
</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">
|
|
<posx>12</posx>
|
|
<posy>324</posy>
|
|
<width>204</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.year]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
</includes> |