skin.pellucidPlus/1080i/custom_recentContent.xml

659 lines
34 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2016-11-08 11:36:35 +01:00
<window id="1106">
2016-11-21 21:36:06 +01:00
<defaultcontrol always="true">9000</defaultcontrol>
2016-12-19 17:38:47 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2016-11-08 11:36:35 +01:00
<controls>
<control type="group" id="9999">
2015-07-03 19:35:36 +02:00
<include>fadeInOut</include>
2016-11-08 11:36:35 +01:00
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-07-03 19:35:36 +02:00
<!--fanart-->
<control type="group">
<control type="image">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),video)</visible>
2015-07-03 19:35:36 +02:00
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
2016-11-18 21:48:26 +01:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2016-07-17 17:14:13 +02:00
<texture background="true" fallback="special://skin/extras/backgrounds/videos.jpg" border="0">$INFO[container(9998).listitem.art(fanart)]</texture>
2015-07-03 19:35:36 +02:00
<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>
2016-11-18 21:48:26 +01:00
<control type="image">
<visible>String.IsEqual(skin.string(recentitems),music)</visible>
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="special://skin/extras/backgrounds/music.jpg" border="0">$INFO[container(9998).listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>77FFFFFF</colordiffuse>
<include>kenBurnsey</include>
</control>
2015-07-03 19:35:36 +02:00
<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">
2016-11-08 11:36:35 +01:00
<!--overlay-->
<control type="group">
2015-12-09 22:40:20 +01:00
<posy>row-19-begin</posy>
2016-11-08 11:36:35 +01:00
<posy>0</posy>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>globalBackground</include>
<control type="image">
2016-11-21 21:36:06 +01:00
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
2016-11-08 11:36:35 +01:00
<posx>0</posx>
2016-12-19 22:58:50 +01:00
<posy>0</posy>
2016-11-08 11:36:35 +01:00
<width>fullscreenWidth</width>
2016-12-19 22:58:50 +01:00
<height>3</height>
2016-11-08 11:36:35 +01:00
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
2015-11-05 16:13:27 +01:00
</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>
2016-11-17 18:38:24 +01:00
<posy>row-8-begin</posy>
2015-11-05 16:13:27 +01:00
<control type="label">
2016-11-21 21:36:06 +01:00
<visible>Container(9123).HasFocus(1) | Container(9123).HasFocus(6)</visible>
2015-11-05 16:13:27 +01:00
<posx>24-col</posx>
<posy>0</posy>
<width>24-col</width>
<height>8-row</height>
<align>right</align>
2016-02-21 19:58:08 +01:00
<font>veryLargeLight</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">
2016-11-25 19:27:14 +01:00
<visible>Container(9123).HasFocus(7)</visible>
2015-11-05 16:13:27 +01:00
<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>
2016-11-25 19:27:14 +01:00
<label>[B]$INFO[container(9998).listitem.tvshowtitle][/B][CR]$INFO[container(9998).ListItem.Season,$LOCALIZE[31011] , ]$INFO[container(9998).ListItem.Episode,$LOCALIZE[31204] ,]</label>
2016-11-21 21:36:06 +01:00
</control>
<control type="label">
2016-11-25 19:27:14 +01:00
<visible>Container(9123).HasFocus(2)</visible>
2016-11-21 21:36:06 +01:00
<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>
2016-04-19 15:06:14 +02:00
<label>[B]$INFO[container(9998).listitem.tvshowtitle][/B][CR]$INFO[container(9998).ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31045],]</label>
2015-11-05 16:13:27 +01:00
</control>
2016-11-08 11:36:35 +01:00
<control type="label">
<visible>container(9123).hasfocus(3) | container(9123).hasfocus(4) | container(9123).hasfocus(5)</visible>
<posx>24-col</posx>
<posy>0</posy>
<width>24-col</width>
<height>6-row</height>
<align>right</align>
<font>veryLargeLight</font>
<textcolor>66ffffff</textcolor>
<shadowcolor>-</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>[B]$INFO[container(9998).listitem.artist][/B][CR]$INFO[container(9998).listitem.title] $INFO[container(9998).listitem.year,(,)]</label>
</control>
2015-07-03 19:35:36 +02:00
</control>
</control>
2016-11-25 19:27:14 +01:00
<!--content listing: movies and tvshows-->
2015-07-03 19:35:36 +02:00
<control type="panel" id="9998">
2016-11-25 19:27:14 +01:00
<visible>container(9123).hasfocus(1) | container(9123).hasfocus(2) | container(9123).hasfocus(6)</visible>
2015-07-07 21:58:12 +02:00
<posx>72</posx>
2015-12-09 22:40:20 +01:00
<posy>row-20-begin</posy>
2016-07-24 20:39:38 +02:00
<width>1848</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>
2016-02-26 21:34:36 +01:00
<onback>9000</onback>
2015-04-06 21:57:56 +02:00
<orientation>horizontal</orientation>
2015-12-09 22:40:20 +01:00
<onback>control.setfocus(9000)</onback>
2015-11-04 21:43:54 +01:00
<content>$INFO[control.getlabel(9123)]</content>
2016-11-08 11:36:35 +01:00
<onclick condition="container(9123).hasfocus(2)">activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid])</onclick>
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>
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>
2016-11-08 11:36:35 +01:00
<!--movie-->
2015-06-01 21:24:36 +02:00
<control type="label">
2016-11-08 11:36:35 +01:00
<visible>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">
2016-11-08 11:36:35 +01:00
<visible>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>
2016-11-08 11:36:35 +01:00
<!--tvshow-->
<control type="label">
<visible>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>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>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>textDisabled</textcolor>
<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>
2016-01-25 21:09:11 +01:00
<texture border="6">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
2015-07-03 19:35:36 +02:00
<colordiffuse>ffffffff</colordiffuse>
</control>
2015-04-06 21:57:56 +02:00
</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">
2016-04-03 17:35:32 +02:00
<include>focusThumb</include>
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>
2016-04-04 17:48:12 +02:00
<texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2016-04-04 17:48:12 +02:00
<colordiffuse>ffffffff</colordiffuse>
2015-04-07 22:28:13 +02:00
</control>
2016-11-08 11:36:35 +01:00
<!--movie-->
2015-04-07 22:28:13 +02:00
<control type="label">
2016-11-08 11:36:35 +01:00
<visible>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>
2016-11-08 11:36:35 +01:00
<textcolor>textDisabled</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">
2016-11-08 11:36:35 +01:00
<visible>container(9123).hasfocus(1)</visible>
2015-07-13 21:26:43 +02:00
<posx>12</posx>
2016-04-03 17:35:32 +02:00
<posy>3-row</posy>
2015-07-13 21:26:43 +02:00
<width>168</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2016-04-03 17:35:32 +02:00
<font>buttonTitle</font>
2016-11-08 11:36:35 +01:00
<textcolor>textDisabled</textcolor>
2016-04-03 17:35:32 +02:00
<label>$INFO[ListItem.year]</label>
</control>
2016-11-08 11:36:35 +01:00
<!--tvshow-->
<control type="label">
<visible>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>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>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>textDisabled</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control>
2016-04-03 17:35:32 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
</focusedlayout>
</control>
2016-11-29 23:56:29 +01:00
<!--content listing: episodes-->
2016-11-25 19:27:14 +01:00
<control type="panel" id="9998">
<visible>container(9123).hasfocus(7)</visible>
<posx>72</posx>
<posy>row-20-begin</posy>
<width>1848</width>
<height>9-row</height>
<onup>9123</onup>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<onback>control.setfocus(9000)</onback>
<content>$INFO[control.getlabel(9123)]</content>
<itemlayout width="420" height="312">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>384</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>360</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>360</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>384</width>
<height>288</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="420" height="312">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>384</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>360</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>360</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>384</width>
<height>288</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
</focusedlayout>
</control>
2016-11-29 23:56:29 +01:00
<!--content listing: Music-->
2016-04-03 17:35:32 +02:00
<control type="panel" id="9998">
2016-11-08 11:36:35 +01:00
<visible>container(9123).hasfocus(3) | container(9123).hasfocus(4) | container(9123).hasfocus(5)</visible>
2016-04-03 17:35:32 +02:00
<posx>72</posx>
<posy>row-20-begin</posy>
2016-11-08 11:36:35 +01:00
<width>1848</width>
2016-04-03 17:35:32 +02:00
<height>9-row</height>
<onup>9123</onup>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
2016-11-08 11:36:35 +01:00
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID])</onclick>
2016-04-03 17:35:32 +02:00
<onclick>Control.SetFocus(50)</onclick>
2016-11-08 11:36:35 +01:00
<content>$INFO[control.getlabel(9123)]</content>
<itemlayout width="300" height="4-col">
2016-04-03 17:35:32 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-11-08 11:36:35 +01:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2016-04-03 17:35:32 +02:00
<aspectratio>stretch</aspectratio>
2016-11-08 11:36:35 +01:00
<texture border="6">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
2016-04-03 17:35:32 +02:00
<bordersize>6</bordersize>
2016-11-08 11:36:35 +01:00
<colordiffuse>textboxInactive</colordiffuse>
2016-04-03 17:35:32 +02:00
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
2016-11-08 11:36:35 +01:00
<width>240</width>
2016-04-03 17:35:32 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textDisabled</textcolor>
2016-11-08 11:36:35 +01:00
<label>$INFO[ListItem.title]</label>
2016-04-03 17:35:32 +02:00
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
2016-11-08 11:36:35 +01:00
<width>240</width>
2016-04-03 17:35:32 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textDisabled</textcolor>
2016-11-08 11:36:35 +01:00
<label>$INFO[ListItem.artist]</label>
2016-04-03 17:35:32 +02:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-11-08 11:36:35 +01:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2016-04-03 17:35:32 +02:00
<aspectratio>stretch</aspectratio>
2016-11-08 11:36:35 +01:00
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
2016-04-03 17:35:32 +02:00
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
2016-11-08 11:36:35 +01:00
<focusedlayout width="4-col" height="4-col">
2016-04-03 17:35:32 +02:00
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-11-08 11:36:35 +01:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2016-04-03 17:35:32 +02:00
<aspectratio>stretch</aspectratio>
2016-11-08 11:36:35 +01:00
<texture border="6">DefaultAlbumCover.png</texture>
2016-04-04 17:48:12 +02:00
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
2016-04-03 17:35:32 +02:00
<bordersize>6</bordersize>
2015-07-13 21:26:43 +02:00
</control>
<control type="label">
2016-04-03 17:35:32 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
2015-04-07 22:28:13 +02:00
<posx>12</posx>
2016-04-03 17:35:32 +02:00
<posy>2-row</posy>
2016-11-08 11:36:35 +01:00
<width>240</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2016-04-03 17:35:32 +02:00
<font>regularStrong</font>
2015-04-07 22:28:13 +02:00
<textcolor>textActive</textcolor>
2016-11-08 11:36:35 +01:00
<label>$INFO[ListItem.title]</label>
2015-04-07 22:28:13 +02:00
</control>
2015-07-13 21:26:43 +02:00
<control type="label">
2016-04-03 17:35:32 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
2015-07-13 21:26:43 +02:00
<posx>12</posx>
<posy>3-row</posy>
2016-11-08 11:36:35 +01:00
<width>240</width>
2015-07-13 21:26:43 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
2016-11-08 11:36:35 +01:00
<label>$INFO[ListItem.artist]</label>
2015-07-13 21:26:43 +02:00
</control>
2015-07-03 19:35:36 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-11-08 11:36:35 +01:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2015-07-03 19:35:36 +02:00
<aspectratio>stretch</aspectratio>
2016-11-08 11:36:35 +01:00
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
2016-01-25 21:09:11 +01:00
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2015-07-03 19:35:36 +02:00
<colordiffuse>ffffffff</colordiffuse>
</control>
2015-04-06 21:57:56 +02:00
</control>
</focusedlayout>
</control>
2016-11-08 11:36:35 +01:00
<control type="list" id="9123">
2016-11-21 21:36:06 +01:00
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
2016-12-19 22:58:50 +01:00
<posx>col-1-begin</posx>
2016-12-19 17:38:47 +01:00
<posy>630</posy>
2016-11-08 11:36:35 +01:00
<width>24-col</width>
2016-12-19 17:38:47 +01:00
<height>72</height>
2016-11-08 11:36:35 +01:00
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<orientation>horizontal</orientation>
2016-12-19 22:58:50 +01:00
<itemlayout width="3-col" height="72">
2016-11-08 11:36:35 +01:00
<control type="label">
<posx>0</posx>
<posy>0</posy>
2016-12-19 22:58:50 +01:00
<width>3-col</width>
2016-12-19 17:38:47 +01:00
<height>72</height>
2016-11-17 18:38:24 +01:00
<font>smallStrong</font>
<align>center</align>
2016-11-08 11:36:35 +01:00
<aligny>center</aligny>
2016-11-17 18:38:24 +01:00
<textcolor>textActive</textcolor>
2016-11-08 11:36:35 +01:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
2016-12-19 22:58:50 +01:00
<focusedlayout width="3-col" height="72">
2016-11-17 18:38:24 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-12-19 22:58:50 +01:00
<width>3-col</width>
2016-12-19 17:38:47 +01:00
<height>72</height>
2016-11-17 18:38:24 +01:00
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-12-19 22:58:50 +01:00
<colordiffuse>highlight</colordiffuse>
2016-11-17 18:38:24 +01:00
</control>
2016-11-08 11:36:35 +01:00
<control type="label">
<posx>0</posx>
<posy>0</posy>
2016-12-19 22:58:50 +01:00
<width>3-col</width>
2016-12-19 17:38:47 +01:00
<height>72</height>
2016-11-17 18:38:24 +01:00
<font>smallStrong</font>
<align>center</align>
2016-11-08 11:36:35 +01:00
<aligny>center</aligny>
2016-12-19 22:58:50 +01:00
<textcolor>textActive</textcolor>
2016-11-08 11:36:35 +01:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</focusedlayout>
<content>
<item id="1">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(movies)</visible>
2016-11-08 11:36:35 +01:00
<label>special://skin/extras/playlists/recentMovies.xsp</label>
<property name="textTitle">31176</property>
<onclick>noop</onclick>
</item>
<item id="2">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(tvshows)</visible>
2016-11-08 11:36:35 +01:00
<label>special://skin/extras/playlists/recentEpisodes.xsp</label>
<property name="textTitle">31178</property>
<onclick>noop</onclick>
</item>
2016-11-21 21:36:06 +01:00
<item id="6">
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(movies)</visible>
<label>special://skin/extras/playlists/inprogressMovies.xsp</label>
<property name="textTitle">31132</property>
<onclick>noop</onclick>
</item>
<item id="7">
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(tvshows)</visible>
<label>special://skin/extras/playlists/inprogressTVShows.xsp</label>
<property name="textTitle">31127</property>
<onclick>noop</onclick>
</item>
2016-11-08 11:36:35 +01:00
<item id="3">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
2016-11-08 11:36:35 +01:00
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<property name="textTitle">31180</property>
<onclick>noop</onclick>
</item>
<item id="4">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
2016-11-08 11:36:35 +01:00
<label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property>
<onclick>noop</onclick>
</item>
<item id="5">
2016-11-18 21:48:26 +01:00
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
2016-11-08 11:36:35 +01:00
<label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--Folder titles-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--source title-->
2015-11-09 22:07:33 +01:00
<control type="label">
2016-11-08 11:36:35 +01:00
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$VAR[listTitle]</label>
<textcolor>textActive</textcolor>
2016-10-06 20:56:31 +02:00
</control>
2016-11-08 11:36:35 +01:00
<!--source subtitle-->
2015-11-10 17:51:18 +01:00
<control type="label">
2016-11-08 11:36:35 +01:00
<posx>col-1-begin</posx>
<posy>96</posy>
<width>auto</width>
<font>pageSubTitle</font>
<label>$VAR[listSubTitle]</label>
2015-11-09 22:07:33 +01:00
<textcolor>textActive</textcolor>
</control>
2016-11-08 11:36:35 +01:00
<!--dateTime-->
<include>dateTime</include>
</control>
2015-11-09 22:07:33 +01:00
</control>
2016-11-29 23:56:29 +01:00
<!--mini window-->
<include>miniVideoPlayer</include>
2016-11-08 11:36:35 +01:00
<!--hub menu-->
<include>hubMenu</include>
<include>hubOptions</include>
<!--loading indicator-->
<include>loadingIndicator</include>
2016-11-17 18:38:24 +01:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>custom_recentContent.xml</label>
</control>
2016-11-08 11:36:35 +01:00
</controls>
</window>