skin.pellucidPlus/1080i/View_Movies.xml

87 lines
4.2 KiB
XML
Raw Normal View History

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>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<fadetime>1500</fadetime>
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
</control>
<control type="panel" id="50">
2015-03-31 21:21:43 +02:00
<visible>!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-03-27 21:31:13 +01:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>27-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="4-col" height="418">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>396</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="4-col" height="418">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>396</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
2015-03-31 21:21:43 +02:00
<include>spinFocusPoster</include>
2015-03-27 21:31:13 +01:00
</control>
<control type="group">
2015-03-31 21:21:43 +02:00
<include>fadeIn</include>
2015-03-27 21:31:13 +01:00
<posx>0</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>1-col</width>
2015-03-27 21:31:13 +01:00
<height>396</height>
<aspectratio>stretch</aspectratio>
2015-03-31 21:21:43 +02:00
<texture border="0">colors/white.png</texture>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
2015-03-31 21:21:43 +02:00
<posx>34</posx>
<posy>10-row</posy>
<width>9-row</width>
<align>left</align>
<angle>90</angle>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
2015-03-31 21:21:43 +02:00
<textcolor>black</textcolor>
2015-03-27 21:31:13 +01:00
<label>$INFO[ListItem.title]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>