skin.pellucidPlus/1080i/View_VideoRecentItems.xml

337 lines
18 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="videoRecentItems">
2015-07-03 19:35:36 +02:00
<control type="group">
<include>fadeInOut</include>
<!--fanart-->
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio scalediffuse="false" align="center">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[container(9998).listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
2015-12-09 22:40:20 +01:00
<colordiffuse>77FFFFFF</colordiffuse>
2015-07-03 19:35:36 +02:00
<include>kenBurnsey</include>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-04-06 21:57:56 +02:00
</control>
2015-07-03 19:35:36 +02:00
<control type="group">
2015-11-05 16:13:27 +01:00
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
2015-07-03 19:35:36 +02:00
<effect type="fade" start="100" end="0" time="200"/>
</animation>
2015-11-05 16:13:27 +01:00
<control type="image">
<posx>0</posx>
2015-12-09 22:40:20 +01:00
<posy>row-19-begin</posy>
2015-11-05 16:13:27 +01:00
<width>fullscreenWidth</width>
<height>15-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
</control>
<!--titles-->
<control type="group">
<animation type="conditional" condition="!control.hasfocus(9998)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<animation type="conditional" condition="control.hasfocus(9998)">
<effect type="slide" start="800" end="0" tween="cubic" easing="out" delay="600" time="400"/>
<effect type="fade" start="0" end="100" delay="600" time="200"/>
</animation>
<posx>col-1-begin</posx>
2015-12-09 22:40:20 +01:00
<posy>row-11-begin</posy>
2015-11-05 16:13:27 +01:00
<control type="label">
<visible>Container(9123).HasFocus(1)</visible>
<posx>24-col</posx>
<posy>0</posy>
<width>24-col</width>
<height>8-row</height>
<align>right</align>
2015-11-10 17:51:18 +01:00
<font>LargeLight</font>
2015-11-05 16:13:27 +01:00
<textcolor>66ffffff</textcolor>
<shadowcolor>-</shadowcolor>
<wrapmultiline>true</wrapmultiline>
2015-11-10 17:51:18 +01:00
<label>[B]$INFO[container(9998).listitem.title][/B][CR]$INFO[container(9998).listitem.director,$LOCALIZE[31196]. ,.] $INFO[container(9998).listitem.year,,]</label>
2015-11-05 16:13:27 +01:00
</control>
<control type="label">
<visible>Container(9123).HasFocus(2)</visible>
<posx>24-col</posx>
<posy>0</posy>
<width>24-col</width>
<height>8-row</height>
<align>right</align>
<font>veryLargeLight</font>
<textcolor>66ffffff</textcolor>
<shadowcolor>-</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>[B]$INFO[container(9998).listitem.tvshowtitle][/B][CR]$INFO[container(9998).listitem.season,$LOCALIZE[31011] ,,]</label>
</control>
2015-07-03 19:35:36 +02:00
</control>
</control>
<!--content listing-->
<control type="panel" id="9998">
2015-11-05 16:13:27 +01:00
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
2015-07-07 21:58:12 +02:00
<posx>72</posx>
2015-12-09 22:40:20 +01:00
<posy>row-20-begin</posy>
2015-10-24 21:48:47 +02:00
<width>1800</width>
2015-07-03 19:35:36 +02:00
<height>9-row</height>
<onup>9123</onup>
2015-04-06 21:57:56 +02:00
<onleft>9000</onleft>
<orientation>horizontal</orientation>
2015-12-09 22:40:20 +01:00
<onback>control.setfocus(9000)</onback>
2015-11-08 21:16:04 +01:00
<onclick condition="container(9123).hasfocus(2)">Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick condition="container(9123).hasfocus(2)">activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
<onclick condition="container(9123).hasfocus(2)">Control.SetFocus(50)</onclick>
2015-11-04 21:43:54 +01:00
<content>$INFO[control.getlabel(9123)]</content>
2015-12-07 21:53:06 +01:00
<oninfo condition="container(9123).hasfocus(1)">RunScript(script.skin.helper.service,action=showinfo,movieid=$INFO[container(9998).listitem.dbid])</oninfo>
<oninfo condition="container(9123).hasfocus(2)">RunScript(script.skin.helper.service,action=showinfo,tvshowid=$INFO[container(9998).listitem.dbid])</oninfo>
2015-10-24 21:48:47 +02:00
<itemlayout width="228" height="312">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-07-03 19:35:36 +02:00
<width>3-col-gutter</width>
<height>288</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
2015-06-01 21:24:36 +02:00
<texture border="3">colors/black.png</texture>
2015-11-06 21:36:39 +01:00
<bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture>
2015-06-01 21:24:36 +02:00
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
2015-07-13 21:26:43 +02:00
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
2015-06-01 21:24:36 +02:00
<posx>12</posx>
2015-07-03 19:35:36 +02:00
<posy>2-row</posy>
<width>168</width>
2015-06-01 21:24:36 +02:00
<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-07-03 19:35:36 +02:00
<label>$INFO[ListItem.title]</label>
2015-06-01 21:24:36 +02:00
</control>
<control type="label">
2015-07-13 21:26:43 +02:00
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>168</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-07-13 21:26:43 +02:00
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
2015-06-01 21:24:36 +02:00
<posx>12</posx>
2015-07-03 19:35:36 +02:00
<posy>3-row</posy>
<width>168</width>
2015-06-01 21:24:36 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-11-25 22:28:11 +01:00
<textcolor>textDisabled</textcolor>
2015-07-03 19:35:36 +02:00
<label>$INFO[ListItem.year]</label>
2015-06-01 21:24:36 +02:00
</control>
2015-07-13 21:26:43 +02:00
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>168</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-11-25 22:28:11 +01:00
<textcolor>textDisabled</textcolor>
2015-07-13 21:26:43 +02:00
<label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control>
2015-06-01 21:24:36 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-07-03 19:35:36 +02:00
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>288</height>
2015-06-01 21:24:36 +02:00
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.property(season_poster)]</texture>
2015-04-06 21:57:56 +02:00
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
2015-07-03 19:35:36 +02:00
<focusedlayout width="3-col" height="312">
2015-04-06 21:57:56 +02:00
<control type="group">
2015-05-17 21:57:22 +02:00
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation>
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-07-03 19:35:36 +02:00
<width>3-col-gutter</width>
<height>288</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
2015-07-03 19:35:36 +02:00
<texture border="3">colors/black.png</texture>
2015-11-06 21:36:39 +01:00
<bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture>
2015-04-06 21:57:56 +02:00
<bordersize>3</bordersize>
2015-07-03 19:35:36 +02:00
<colordiffuse>textboxInactive</colordiffuse>
2015-04-07 22:28:13 +02:00
</control>
<control type="label">
2015-07-13 21:26:43 +02:00
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
2015-04-07 22:28:13 +02:00
<posx>12</posx>
2015-07-03 19:35:36 +02:00
<posy>2-row</posy>
<width>168</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
2015-07-03 19:35:36 +02:00
<label>$INFO[ListItem.title]</label>
2015-04-07 22:28:13 +02:00
</control>
<control type="label">
2015-07-13 21:26:43 +02:00
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>168</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
2015-04-07 22:28:13 +02:00
<posx>12</posx>
2015-07-03 19:35:36 +02:00
<posy>3-row</posy>
<width>168</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
2015-07-03 19:35:36 +02:00
<label>$INFO[ListItem.year]</label>
2015-04-07 22:28:13 +02:00
</control>
2015-07-13 21:26:43 +02:00
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>168</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control>
2015-07-03 19:35:36 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.property(season_poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
</control>
</focusedlayout>
</control>
</control>
2015-11-09 22:07:33 +01:00
2015-11-10 17:51:18 +01:00
<!--content selector-->
<control type="list" id="9123">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<posx>72</posx>
2015-12-09 22:40:20 +01:00
<posy>636</posy>
2015-11-10 17:51:18 +01:00
<width>24-col</width>
<height>84</height>
<onleft>9000</onleft>
<ondown>9998</ondown>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row">
2015-11-09 22:07:33 +01:00
<control type="label">
2015-11-10 17:51:18 +01:00
<posx>12</posx>
2015-11-09 22:07:33 +01:00
<posy>0</posy>
2015-11-10 17:51:18 +01:00
<width>4-col</width>
2015-11-09 22:07:33 +01:00
<height>2-row</height>
2015-11-10 17:51:18 +01:00
<font>buttonTitle</font>
2015-11-09 22:07:33 +01:00
<aligny>center</aligny>
<textcolor>textActive</textcolor>
2015-11-10 17:51:18 +01:00
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.property(textTitle)][/B]</label>
2015-11-09 22:07:33 +01:00
</control>
2015-11-10 17:51:18 +01:00
</itemlayout>
<focusedlayout width="4-col" height="78">
<control type="image">
2015-11-09 22:07:33 +01:00
<posx>0</posx>
2015-11-10 17:51:18 +01:00
<posy>56</posy>
<width>4-col-textbox</width>
<height>9</height>
<texture>colors/white.png</texture>
2015-12-09 22:40:20 +01:00
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
2015-11-10 17:51:18 +01:00
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control>
<control type="label">
<posx>12</posx>
2015-11-09 22:07:33 +01:00
<posy>0</posy>
2015-11-10 17:51:18 +01:00
<width>4-col</width>
2015-11-09 22:07:33 +01:00
<height>2-row</height>
2015-11-10 17:51:18 +01:00
<font>buttonTitle</font>
2015-11-09 22:07:33 +01:00
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
2015-11-10 17:51:18 +01:00
<label>[B]$INFO[ListItem.property(textTitle)][/B]</label>
2015-11-09 22:07:33 +01:00
</control>
2015-11-10 17:51:18 +01:00
</focusedlayout>
<content>
<item id="1">
<visible>Library.HasContent(movies)</visible>
<label>special://skin/extras/playlists/recentMovies.xsp</label>
<property name="textTitle">31176</property>
<onclick>noop</onclick>
</item>
<item id="2">
<visible>Library.HasContent(tvshows)</visible>
<label>special://skin/extras/playlists/recentEpisodes.xsp</label>
<property name="textTitle">31178</property>
<onclick>noop</onclick>
</item>
</content>
2015-11-09 22:07:33 +01:00
</control>
2015-04-06 21:57:56 +02:00
</include>
</includes>