skin.pellucid/1080i/View_Movies.xml

205 lines
10 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>
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>
2016-07-04 14:52:43 +02:00
<!--cover art-->
<control type="group">
<posx>col-17-begin</posx>
<posy>222</posy>
<control type="group">
<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>
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="300" delay="700"/>
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700"/>
<effect type="rotateY" end="5" center="auto,auto" time="500"/>
<effect type="zoom" end="90" time="0"/>
</animation>
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>768</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
<control type="image">
<posx>0</posx>
<posy>768</posy>
<width>8-col</width>
<height>2-row</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
</control>
</control>
</control>
2015-03-27 21:31:13 +01:00
<control type="panel" id="50">
2016-06-04 15:11:25 +02:00
<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>
2016-07-04 14:52:43 +02:00
<posx>col-1-begin</posx>
2015-03-27 21:31:13 +01:00
<posy>row-5-begin</posy>
2016-07-04 14:52:43 +02:00
<width>15-col</width>
<height>23-row</height>
2015-03-27 21:31:13 +01:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
2016-07-04 14:52:43 +02:00
<itemlayout width="15-col" height="2-row">
2015-03-27 21:31:13 +01:00
<control type="image">
<posx>0</posx>
2016-07-04 14:52:43 +02:00
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>11-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>12-col</posx>
<posy>0</posy>
<width>2-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>14-col</posx>
<posy>0</posy>
<width>1-col</width>
2016-07-04 14:52:43 +02:00
<height>69</height>
2015-03-27 21:31:13 +01:00
<aspectratio>stretch</aspectratio>
2016-07-04 14:52:43 +02:00
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
2015-06-01 21:24:36 +02:00
</control>
2015-11-10 17:51:18 +01:00
<control type="label">
2016-07-04 14:52:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>11-col-gutter</width>
2015-11-10 17:51:18 +01:00
<height>2-row</height>
<aligny>center</aligny>
2016-07-04 14:52:43 +02:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
2015-11-10 17:51:18 +01:00
</control>
2015-06-01 21:24:36 +02:00
<control type="label">
2016-07-17 17:14:13 +02:00
<posx>12-col-gutter</posx>
2016-07-04 14:52:43 +02:00
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>2-col</width>
2016-07-04 14:52:43 +02:00
<height>2-row</height>
2015-06-01 21:24:36 +02:00
<aligny>center</aligny>
2016-07-04 14:52:43 +02:00
<align>right</align>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
2016-07-17 17:14:13 +02:00
</control>
<control type="label">
<visible>!isempty(ListItem.playcount)</visible>
<posx>985</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
2015-06-01 21:24:36 +02:00
</control>
2016-07-04 14:52:43 +02:00
</itemlayout>
<focusedlayout width="15-col" height="2-row">
2015-06-01 21:24:36 +02:00
<control type="image">
<posx>0</posx>
2016-07-04 14:52:43 +02:00
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
2015-06-01 21:24:36 +02:00
<posy>0</posy>
2016-07-04 14:52:43 +02:00
<width>14-col</width>
<height>2-row</height>
2015-06-01 21:24:36 +02:00
<aspectratio>stretch</aspectratio>
2016-07-04 14:52:43 +02:00
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
2016-07-17 17:14:13 +02:00
<control type="label">
2016-07-04 14:52:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>11-col-gutter</width>
2016-07-04 14:52:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
2016-07-17 17:14:13 +02:00
<posx>12-col-gutter</posx>
2016-07-04 14:52:43 +02:00
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>2-col</width>
2016-07-04 14:52:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
2016-07-17 17:14:13 +02:00
</control>
<control type="label">
<visible>!isempty(ListItem.playcount)</visible>
<posx>985</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
2015-03-27 21:31:13 +01:00
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>