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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -7,7 +7,7 @@
<include>globalBackground</include> <include>globalBackground</include>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <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> <colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<include>kenBurnsey</include> <include>kenBurnsey</include>
@ -78,7 +78,7 @@
<width>3-col</width> <width>3-col</width>
<height>3-col</height> <height>3-col</height>
<aspectratio>stretch</aspectratio> <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>
<control type="label"> <control type="label">
<posx>3-col</posx> <posx>3-col</posx>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -77,6 +77,7 @@
</control> </control>
<!--content listing--> <!--content listing-->
<control type="panel" id="9998"> <control type="panel" id="9998">
<visible>container(9123).hasfocus(1)</visible>
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
@ -89,12 +90,8 @@
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onback>control.setfocus(9000)</onback> <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> <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>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>
<itemlayout width="228" height="312"> <itemlayout width="228" height="312">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -108,7 +105,7 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>168</width> <width>168</width>
@ -120,7 +117,114 @@
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
<control type="label"> <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>textDisabled</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="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>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</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>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> <posx>12</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>168</width> <width>168</width>
@ -132,19 +236,7 @@
<label>$INFO[ListItem.tvshowtitle]</label> <label>$INFO[ListItem.tvshowtitle]</label>
</control> </control>
<control type="label"> <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>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx> <posx>12</posx>
<posy>3-row</posy> <posy>3-row</posy>
<width>168</width> <width>168</width>
@ -166,25 +258,10 @@
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </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> </itemlayout>
<focusedlayout width="3-col" height="312"> <focusedlayout width="3-col" height="312">
<control type="group"> <control type="group">
<animation type="focus" loop="false" reversible="false"> <include>focusThumb</include>
<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>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -197,19 +274,7 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <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>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(2)</visible>
<posx>12</posx> <posx>12</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>168</width> <width>168</width>
@ -221,19 +286,7 @@
<label>$INFO[ListItem.tvshowtitle]</label> <label>$INFO[ListItem.tvshowtitle]</label>
</control> </control>
<control type="label"> <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>
<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>
<posx>12</posx> <posx>12</posx>
<posy>3-row</posy> <posy>3-row</posy>
<width>168</width> <width>168</width>
@ -255,21 +308,11 @@
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </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> </control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>
<!--content selector--> <!--content selector-->
<control type="list" id="9123"> <control type="list" id="9123">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">

View File

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

View File

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

View File

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

View File

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