2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
2017-09-19 22:24:15 +02:00
|
|
|
<include name="movies">
|
|
|
|
<control type="group">
|
2019-02-18 23:25:22 +01:00
|
|
|
<visible>$EXP[isMovie]</visible>
|
2018-08-30 20:34:50 +02:00
|
|
|
<control type="image">
|
|
|
|
<visible>control.hasfocus(9103) | control.hasfocus(9102)</visible>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture fallback="colors/black.png">$INFO[container(9103).listitem.art(fanart)]</texture>
|
|
|
|
<colordiffuse>FF555555</colordiffuse>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<fadetime>250</fadetime>
|
|
|
|
</control>
|
2017-09-21 21:32:06 +02:00
|
|
|
<control type="group" id="9101">
|
2018-07-18 22:56:20 +02:00
|
|
|
<visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible>
|
2017-09-21 21:32:06 +02:00
|
|
|
<animation type="Conditional" condition="!controlgroup(9101).hasfocus">
|
2017-11-19 21:43:21 +01:00
|
|
|
<effect type="slide" start="0,0" end="0,-200" time="200"/>
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
2017-09-20 21:10:17 +02:00
|
|
|
</animation>
|
2017-09-21 21:32:06 +02:00
|
|
|
<animation type="Conditional" condition="controlgroup(9101).hasfocus">
|
2017-11-19 21:43:21 +01:00
|
|
|
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
|
|
|
|
<effect type="fade" start="0" end="100" time="300" delay="350"/>
|
2017-09-20 21:10:17 +02:00
|
|
|
</animation>
|
|
|
|
<!--quick link selector-->
|
2022-08-07 22:48:59 +02:00
|
|
|
<control type="grouplist" id="9102">
|
2017-09-20 21:10:17 +02:00
|
|
|
<posx>col-1-begin</posx>
|
2018-05-14 21:11:10 +02:00
|
|
|
<posy>180</posy>
|
2022-08-07 22:48:59 +02:00
|
|
|
<orientation>horizontal</orientation>
|
2017-09-20 21:10:17 +02:00
|
|
|
<onleft>9000</onleft>
|
2017-09-21 21:32:06 +02:00
|
|
|
<ondown>9103</ondown>
|
2017-09-20 21:10:17 +02:00
|
|
|
<onback>9000</onback>
|
2022-08-07 22:48:59 +02:00
|
|
|
|
|
|
|
<control type="button" id="4000">
|
|
|
|
<label>31176</label>
|
|
|
|
<onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onfocus>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="4001">
|
|
|
|
<label>31127</label>
|
|
|
|
<onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/inprogressMovies.xsp)</onfocus>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="506">
|
|
|
|
<description>Search</description>
|
|
|
|
<visible>System.HasAddon(script.globalsearch)</visible>
|
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
|
|
|
<label>137</label>
|
|
|
|
<onclick>RunScript(script.globalsearch,movies=true&tvshows=true&episodes=true&livetv=true&actors=true&directors=true)</onclick>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="14">
|
|
|
|
<description>Watched Toggle</description>
|
|
|
|
<label>31195</label>
|
|
|
|
<width>4-col</width>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="3">
|
|
|
|
<description>Sort by</description>
|
|
|
|
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
|
|
|
|
</control>
|
|
|
|
<control type="togglebutton" id="4">
|
|
|
|
<description>Sort direction</description>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
|
|
|
<label>31109</label>
|
|
|
|
<altlabel>31110</altlabel>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
<!--quick links-->
|
2017-09-21 21:32:06 +02:00
|
|
|
<control type="panel" id="9103">
|
|
|
|
<posx>90</posx>
|
2018-05-14 21:11:10 +02:00
|
|
|
<posy>288</posy>
|
2017-09-24 01:12:32 +02:00
|
|
|
<width>1740</width>
|
2017-09-20 21:10:17 +02:00
|
|
|
<height>11-row</height>
|
2017-09-21 21:32:06 +02:00
|
|
|
<onup>9102</onup>
|
2018-09-01 16:25:36 +02:00
|
|
|
<ondown>51</ondown>
|
2017-09-20 21:10:17 +02:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onback>9000</onback>
|
|
|
|
<orientation>horizontal</orientation>
|
2017-09-24 01:12:32 +02:00
|
|
|
<itemlayout width="586" height="5-col-gutter">
|
2017-09-20 21:10:17 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2017-09-24 01:12:32 +02:00
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
2017-09-20 21:10:17 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2018-01-22 00:45:57 +01:00
|
|
|
<texture>colors/black.png</texture>
|
2018-10-10 23:49:39 +02:00
|
|
|
<bordersize>12</bordersize>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
2018-09-19 22:54:47 +02:00
|
|
|
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
2017-09-20 21:10:17 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2017-09-24 01:12:32 +02:00
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
2017-09-20 21:10:17 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
2018-10-10 23:49:39 +02:00
|
|
|
<bordersize>12</bordersize>
|
2020-12-05 19:10:50 +01:00
|
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
2018-09-19 22:54:47 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
|
|
|
<bordersize>6</bordersize>
|
2020-12-05 19:10:50 +01:00
|
|
|
<colordiffuse>99ffffff</colordiffuse>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
|
|
<posx>12</posx>
|
2020-02-18 20:49:16 +01:00
|
|
|
<posy>306</posy>
|
2018-10-11 21:34:44 +02:00
|
|
|
<width>524</width>
|
2017-09-20 21:10:17 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2020-02-18 20:49:16 +01:00
|
|
|
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label>
|
2017-09-24 01:12:32 +02:00
|
|
|
</control>
|
|
|
|
<control type="progress">
|
|
|
|
<visible>ListItem.IsResumable</visible>
|
|
|
|
<description>Progress Bar</description>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>294</posy>
|
|
|
|
<width>542</width>
|
|
|
|
<height>12</height>
|
|
|
|
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
|
|
|
|
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
|
|
|
|
<info>ListItem.PercentPlayed</info>
|
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
</itemlayout>
|
2017-09-24 01:12:32 +02:00
|
|
|
<focusedlayout width="586" height="5-col-gutter">
|
2017-09-20 21:10:17 +02:00
|
|
|
<control type="group">
|
|
|
|
<include>focusThumb</include>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2017-09-24 01:12:32 +02:00
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
2017-09-20 21:10:17 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2018-01-22 00:45:57 +01:00
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
2017-09-20 21:10:17 +02:00
|
|
|
<bordersize>6</bordersize>
|
2017-09-24 01:12:32 +02:00
|
|
|
<colordiffuse>FF000000</colordiffuse>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
2018-09-19 22:54:47 +02:00
|
|
|
<visible>!string.isempty(ListItem.Art(fanart))</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(fanart)]</texture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>BBffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<visible>string.isempty(ListItem.Art(fanart))</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>566</width>
|
|
|
|
<height>318</height>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>BBffffff</colordiffuse>
|
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
|
|
<posx>12</posx>
|
2020-02-18 20:49:16 +01:00
|
|
|
<posy>316</posy>
|
2018-10-11 21:34:44 +02:00
|
|
|
<width>524</width>
|
2017-09-20 21:10:17 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2020-02-18 20:49:16 +01:00
|
|
|
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label>
|
2018-10-11 21:34:44 +02:00
|
|
|
<scroll>false</scroll>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
2017-09-24 01:12:32 +02:00
|
|
|
<control type="progress">
|
|
|
|
<visible>ListItem.IsResumable</visible>
|
|
|
|
<description>Progress Bar</description>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>294</posy>
|
|
|
|
<width>542</width>
|
|
|
|
<height>12</height>
|
|
|
|
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
|
|
|
|
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
|
|
|
|
<info>ListItem.PercentPlayed</info>
|
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
2022-08-07 22:48:59 +02:00
|
|
|
<content>$INFO[skin.string(movieQuickLinkValue)]</content>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--all movies-->
|
2017-09-21 21:32:06 +02:00
|
|
|
<control type="group" id="9104">
|
2020-04-03 21:08:25 +02:00
|
|
|
<animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus | Skin.HasSetting(disableRecentMovies)">
|
2018-05-14 21:11:10 +02:00
|
|
|
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
|
2017-09-20 21:10:17 +02:00
|
|
|
</animation>
|
|
|
|
<control type="label">
|
2019-02-18 23:25:22 +01:00
|
|
|
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + !string.contains(container.folderpath,playlists)</visible>
|
2017-09-20 21:10:17 +02:00
|
|
|
<posx>col-1-begin</posx>
|
2020-01-27 22:52:53 +01:00
|
|
|
<posy>736</posy>
|
2017-09-20 21:10:17 +02:00
|
|
|
<width>12-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2018-01-24 17:55:58 +01:00
|
|
|
<font>menuTitle</font>
|
2017-09-20 21:10:17 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$LOCALIZE[31224]</label>
|
2019-02-18 23:25:22 +01:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + string.contains(container.folderpath,playlists)</visible>
|
|
|
|
<posx>col-1-begin</posx>
|
2020-01-27 22:52:53 +01:00
|
|
|
<posy>736</posy>
|
2019-02-18 23:25:22 +01:00
|
|
|
<width>12-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2020-08-27 18:16:28 +02:00
|
|
|
<label>$LOCALIZE[559]</label>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
2017-12-21 15:16:56 +01:00
|
|
|
<control type="panel" id="51">
|
2017-09-20 21:10:17 +02:00
|
|
|
<visible>$EXP[isMovie]</visible>
|
|
|
|
<posx>90</posx>
|
2022-08-07 22:48:59 +02:00
|
|
|
<posy>820</posy>
|
2017-09-20 21:10:17 +02:00
|
|
|
<width>1800</width>
|
2022-08-07 22:48:59 +02:00
|
|
|
<height>824</height>
|
2017-09-20 21:10:17 +02:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>60</onright>
|
2020-01-27 22:52:53 +01:00
|
|
|
<onup>9103</onup>
|
|
|
|
<onback>9103</onback>
|
2017-09-20 21:10:17 +02:00
|
|
|
<pagecontrol>60</pagecontrol>
|
2020-01-27 22:52:53 +01:00
|
|
|
<scrolltime tween="sine">250</scrolltime>
|
2022-08-07 22:48:59 +02:00
|
|
|
<itemlayout width="300" height="430">
|
2017-09-20 21:10:17 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2022-08-07 22:48:59 +02:00
|
|
|
<width>240</width>
|
|
|
|
<height>360</height>
|
|
|
|
<aspectratio>keep</aspectratio>
|
2017-09-20 21:10:17 +02:00
|
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
2020-12-05 19:10:50 +01:00
|
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
2017-09-19 22:24:15 +02:00
|
|
|
<control type="label">
|
2017-09-20 21:10:17 +02:00
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
2022-08-07 22:48:59 +02:00
|
|
|
<posx></posx>
|
|
|
|
<posy>342</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
2017-09-19 22:24:15 +02:00
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2020-02-18 20:49:16 +01:00
|
|
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
2017-09-19 22:24:15 +02:00
|
|
|
</control>
|
2017-11-20 21:39:54 +01:00
|
|
|
<control type="group">
|
2018-11-17 20:34:29 +01:00
|
|
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
2021-01-09 18:44:45 +01:00
|
|
|
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
|
2022-08-07 22:48:59 +02:00
|
|
|
<posx>204</posx>
|
|
|
|
<posy>18</posy>
|
2017-11-20 21:39:54 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2022-08-07 22:48:59 +02:00
|
|
|
<width>36</width>
|
|
|
|
<height>36</height>
|
2017-11-20 21:39:54 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>masks/newContent.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
</itemlayout>
|
2022-08-07 22:48:59 +02:00
|
|
|
<focusedlayout width="300" height="430">
|
2017-09-20 21:10:17 +02:00
|
|
|
<control type="group">
|
|
|
|
<include>focusThumb</include>
|
|
|
|
<control type="image">
|
2022-08-07 22:48:59 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>360</height>
|
|
|
|
<aspectratio>keep</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
|
|
|
<bordertexture>colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2022-08-07 22:48:59 +02:00
|
|
|
<posx></posx>
|
|
|
|
<posy>336</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
2017-11-20 21:39:54 +01:00
|
|
|
<control type="group">
|
2018-11-17 20:34:29 +01:00
|
|
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
2022-08-07 22:48:59 +02:00
|
|
|
<posx>198</posx>
|
|
|
|
<posy>24</posy>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>36</width>
|
|
|
|
<height>36</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>masks/newContent.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
2017-11-20 21:39:54 +01:00
|
|
|
</control>
|
2017-09-20 21:10:17 +02:00
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
2017-09-19 22:24:15 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|