This commit is contained in:
Chris Bevan 2016-04-03 16:35:32 +01:00
parent 6a5049cd47
commit 5f22070030
22 changed files with 176 additions and 186 deletions

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<include>fadeInOut</include>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="400"/>
</animation>
<controls>
<!--fanart / coverart if available-->
<control type="group">
@ -29,7 +30,10 @@
<aspectratio align="center" aligny="top">stretch</aspectratio>
<texture fallback="colors/black.png">$INFO[Listitem.thumb]</texture>
<animation effect="rotateY" end="-7" center="auto,auto" time="500">windowOpen</animation>
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowClose</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
<!--vignette-->
<control type="image">
@ -50,6 +54,10 @@
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@ -235,6 +243,10 @@
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -44,7 +44,7 @@
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, • ]$INFO[videoplayer.Title]</label>
<label>[B]$INFO[VideoPlayer.ChannelName,, ][/B]$INFO[videoplayer.Title]</label>
</control>
<control type="label">
<right>96</right>

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<include condition="skin.string(showcast,false)">fadeInOut</include>
<onunload>Skin.Reset(showcast)</onunload>
<onunload condition="skin.string(showcast,true)">action(info)</onunload>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="200"/>
</animation>
<controls>
<control type="group">
<!--background / fanart-->
@ -63,6 +64,10 @@
<animation type="conditional" condition="skin.string(showcast,true)">
<effect type="slide" start="0" end="0,-1080" tween="cubic" easing="out" time="400" delay="0"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
<!--overlay-->
<control type="image">
<posx>0</posx>
@ -93,7 +98,7 @@
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>324</posy>
<posy>7-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
@ -162,18 +167,6 @@
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.Tagline,,.]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
@ -189,12 +182,12 @@
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>12-row</posy>
<posy>10-row</posy>
<font>textbox</font>
<width>672</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>350</height>
<height>384</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>

View File

@ -32,13 +32,13 @@
<effect type="rotatey" end="180" center="36" tween="back" easing="out" time="1000"/>
</animation>
</include>
<include name="spinFocusPoster">
<include name="focusThumb">
<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="rotatey" start="0" end="-10" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="10" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="sine" easing="out" time="200"/>
</animation>
</include>
<!--modal dialog handling-->
<include name="modalDialogInOut">
<animation type="Windowopen">

View File

@ -201,7 +201,7 @@
<posx>0</posx>
<posy>45</posy>
<width>14-col</width>
<font>regular</font>
<font>pageSubTitle</font>
<label>$INFO[container.numitems] $LOCALIZE[31165]</label>
<textcolor>textActive</textcolor>
</control>

View File

@ -75,7 +75,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<include>spinFocusPoster</include>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -7,7 +7,7 @@
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>resource://resource.images.weatherfanart.single/$INFO[Window.Property(Current.FanartCode),,.jpg]</texture>
<texture>resource://resource.images.weatherfanart.single/$INFO[Window(weather).Property(Current.fanartCode),,.jpg]</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
@ -78,7 +78,7 @@
<width>3-col</width>
<height>3-col</height>
<aspectratio>stretch</aspectratio>
<texture border="0">resource://resource.images.weathericons.outline/$INFO[Window.Property(current.FanartCode),,.png]</texture>
<texture border="0">resource://resource.images.weathericons.outline/$INFO[Window(weather).Property(current.fanartCode),,.png]</texture>
</control>
<control type="label">
<posx>3-col</posx>

View File

@ -181,7 +181,7 @@
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
<include>spinFocusPoster</include>
<include>focusThumb</include>
</control>
<control type="label">
<posx>12</posx>

View File

@ -95,11 +95,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -148,11 +148,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -97,11 +97,7 @@
</itemlayout>
<focusedlayout width="4-col" height="418">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -64,11 +64,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -124,11 +124,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -64,11 +64,7 @@
</itemlayout>
<focusedlayout width="6-col" height="294">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -133,7 +133,7 @@
</itemlayout>
<focusedlayout width="4-col" height="391">
<control type="group">
<include>spinFocusPoster</include>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -93,11 +93,7 @@
</itemlayout>
<focusedlayout width="444" height="300">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -67,11 +67,7 @@
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -77,6 +77,7 @@
</control>
<!--content listing-->
<control type="panel" id="9998">
<visible>container(9123).hasfocus(1)</visible>
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
@ -89,12 +90,8 @@
<onback>9000</onback>
<orientation>horizontal</orientation>
<onback>control.setfocus(9000)</onback>
<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>
<content>$INFO[control.getlabel(9123)]</content>
<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>
<oninfo>RunScript(script.skin.helper.service,action=showinfo,movieid=$INFO[container(9998).listitem.dbid])</oninfo>
<itemlayout width="228" height="312">
<control type="image">
<posx>0</posx>
@ -108,7 +105,7 @@
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>168</width>
@ -120,19 +117,7 @@
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<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>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>168</width>
@ -143,18 +128,6 @@
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year]</label>
</control>
<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>textDisabled</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@ -166,25 +139,10 @@
<bordersize>6</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="6">$INFO[ListItem.property(season_poster)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="3-col" height="312">
<control type="group">
<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>
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@ -197,7 +155,7 @@
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>168</width>
@ -209,7 +167,114 @@
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<visible>!controlgroup(9000).hasfocus</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.year]</label>
</control>
<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>
<control type="panel" id="9998">
<visible>container(9123).hasfocus(2)</visible>
<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>
<posy>row-20-begin</posy>
<width>1800</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>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick>activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
<onclick>Control.SetFocus(50)</onclick>
<oninfo>RunScript(script.skin.helper.service,action=showinfo,tvshowid=$INFO[container(9998).listitem.dbid])</oninfo>
<itemlayout width="228" height="312">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</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">
<visible>!controlgroup(9000).hasfocus</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>!controlgroup(9000).hasfocus</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>
<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="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="3-col" height="312">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</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">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>168</width>
@ -221,19 +286,7 @@
<label>$INFO[ListItem.tvshowtitle]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</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.year]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>168</width>
@ -255,21 +308,11 @@
<bordersize>6</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="6">$INFO[ListItem.property(season_poster)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--content selector-->
<control type="list" id="9123">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">

View File

@ -87,7 +87,7 @@
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>324</posy>
<posy>7-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
@ -156,39 +156,15 @@
<label>$INFO[Container(999).ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31205">$INFO[Container(999).listitem.Tagline,,.]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(999).ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>12-row</posy>
<posy>10-row</posy>
<font>textbox</font>
<width>672</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>350</height>
<height>384</height>
<label fallback="31205">$INFO[Container(999).ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>
@ -293,7 +269,8 @@
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,5)</onclick>
<onclick>PlayMedia($ESCINFO[Container(999).ListItem.filenameandpath])</onclick>
<onclick>action(back)</onclick>
</item>
<item>
<label>20410</label>
@ -305,12 +282,5 @@
</content>
</control>
</control>
<!--Dialog buttons (hidden)-->
<control type="group" id="2003">
<visible>false</visible>
<control type="button" id="5">
<description>play</description>
</control>
</control>
</controls>
</window>

View File

@ -34,20 +34,24 @@
***To do (Skinners Notes)***
Photos section not looking good: Fallback thumbs not working
Fullscreen music view: Radio art and RDS support
Optimise settings: use skin helper: on startup: Ask whether to change:
show parent folder items: system.getbool(showparentdiritems)
start PVR minimised: false
PVR Recording schedule (integrate with recordings)
Fullscreen music view: Radio art and RDS support
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
scripted video info screen TEST THAT PLAYMEDIA WORKS
Add MyVideoPlaylist.xml
Check extra button to dialogAddonInfo.xml actually works (auto update)

View File

@ -2,6 +2,6 @@
<smartplaylist type="tvshows">
<name>recentEpisodes</name>
<match>all</match>
<limit>10</limit>
<limit>20</limit>
<order direction="descending">dateadded</order>
</smartplaylist>

View File

@ -2,6 +2,6 @@
<smartplaylist type="movies">
<name>recentMovies</name>
<match>all</match>
<limit>10</limit>
<limit>20</limit>
<order direction="descending">dateadded</order>
</smartplaylist>