This commit is contained in:
theDeadMan 2017-09-20 20:10:17 +01:00
parent 298984d33e
commit e93d372ae7
9 changed files with 786 additions and 483 deletions

View File

@ -79,7 +79,7 @@
<!--main menu--> <!--main menu-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-4-begin</posy> <posy>row-13-begin</posy>
<width>24-col</width> <width>24-col</width>
<height>149</height> <height>149</height>
<onup>9001</onup> <onup>9001</onup>

View File

@ -67,8 +67,7 @@
</include> </include>
<include name="modalDialogContentShift"> <include name="modalDialogContentShift">
<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="zoom" end="150" time="200" center="auto" tween="linear" easing="out"/> <effect type="zoom" end="170" time="200" center="auto" tween="linear" easing="out"/>
<effect type="fade" start="100" end="30" time="200"/>
</animation> </animation>
</include> </include>
</includes> </includes>

View File

@ -2,6 +2,18 @@
<includes> <includes>
<!--main hub menu--> <!--main hub menu-->
<include name="hubMenu"> <include name="hubMenu">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="fade" start="0" end="100" time="200"/>
</animation>
<animation type="Conditional" condition="!controlgroup(9000).hasfocus">
<effect type="fade" start="100" end="0" time="100"/>
</animation>
</control>
<control type="group" id="9000"> <control type="group" id="9000">
<animation type="windowopen"> <animation type="windowopen">
<effect type="slide" start="-384" end="0" tween="sine" delay="500" time="400"/> <effect type="slide" start="-384" end="0" tween="sine" delay="500" time="400"/>

View File

@ -29,8 +29,8 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>52r</posx> <posx>54r</posx>
<posy>row-6-begin</posy> <posy>row-8-begin</posy>
<height>20-row</height> <height>20-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback> <onback>9999</onback>

View File

@ -13,7 +13,7 @@
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9123"> <control type="list" id="9123">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-4-begin</posy> <posy>row-5-begin</posy>
<width>24-col</width> <width>24-col</width>
<height>2-row</height> <height>2-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
@ -47,44 +47,17 @@
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<item id="1"> <item>
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(movies)</visible>
<label>special://skin/extras/playlists/recentMovies.xsp</label>
<property name="textTitle">31176</property>
<onclick>noop</onclick>
</item>
<item id="2">
<visible>String.IsEqual(skin.string(recentitems),video) + Library.HasContent(tvshows)</visible>
<label>special://skin/extras/playlists/recentEpisodes.xsp</label>
<property name="textTitle">31178</property>
<onclick>noop</onclick>
</item>
<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>
<item id="3">
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
<label>special://skin/extras/playlists/recentAlbums.xsp</label> <label>special://skin/extras/playlists/recentAlbums.xsp</label>
<property name="textTitle">31180</property> <property name="textTitle">31180</property>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="4"> <item>
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
<label>special://skin/extras/playlists/topAlbums.xsp</label> <label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property> <property name="textTitle">31187</property>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="5"> <item>
<visible>String.IsEqual(skin.string(recentitems),music) + Library.HasContent(music)</visible>
<label>special://skin/extras/playlists/randomAlbums.xsp</label> <label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property> <property name="textTitle">31181</property>
<onclick>noop</onclick> <onclick>noop</onclick>
@ -94,7 +67,7 @@
<!--quick links--> <!--quick links-->
<control type="panel" id="9998"> <control type="panel" id="9998">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-6-begin</posy> <posy>row-7-begin</posy>
<width>24-col</width> <width>24-col</width>
<height>11-row</height> <height>11-row</height>
<onup>9123</onup> <onup>9123</onup>
@ -112,9 +85,19 @@
<height>5-col-gutter</height> <height>5-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -127,17 +110,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout> </itemlayout>
<focusedlayout width="348" height="5-col-gutter"> <focusedlayout width="348" height="5-col-gutter">
<control type="group"> <control type="group">
@ -152,6 +124,16 @@
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -164,23 +146,12 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</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> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9123)]</content> <content>$INFO[control.getlabel(9123)]</content>
</control> </control>
</control> </control>
<!--all albums--> <!--all albums-->
<control type="group" id="9124"> <control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus"> <animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/> <effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
@ -188,18 +159,18 @@
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible> <visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-18-begin</posy> <posy>row-19-begin</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>All Albums</label> <label>$LOCALIZE[31223]</label>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>$EXP[isMusicAlbum]</visible> <visible>$EXP[isMusicAlbum]</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-20-begin</posy> <posy>row-21-begin</posy>
<width>1800</width> <width>1800</width>
<height>24-row</height> <height>24-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
@ -217,9 +188,19 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="44FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
@ -243,17 +224,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="348"> <focusedlayout width="4-col" height="348">
<control type="group"> <control type="group">
@ -265,10 +235,19 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="44FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox"> <control type="textbox">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
<posx>24</posx> <posx>24</posx>
@ -280,16 +259,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>

View File

@ -1,170 +1,168 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<includes> <includes>
<!--Artist Album browser--> <!--Artist Album browser-->
<include name="musicartistcatalogue"> <include name="musicartistcatalogue">
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<visible>$EXP[isMusicArtistCatalogue]</visible> <visible>$EXP[isMusicArtistCatalogue]</visible>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[container.Art(artist.fanart)]</texture> <texture background="true" border="0">$INFO[container.Art(artist.fanart)]</texture>
<fadetime>0</fadetime> <fadetime>0</fadetime>
<colordiffuse>77ffffff</colordiffuse> <colordiffuse>44ffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>vignette.png</texture> <texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="group"> <control type="group">
<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>
<!--titles--> <!--titles-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-6-begin</posy> <posy>row-6-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>-12</posy> <posy>-12</posy>
<width>16-col</width> <width>16-col</width>
<height>3-row</height> <height>3-row</height>
<font>veryLarge</font> <font>veryLarge</font>
<textcolor>66ffffff</textcolor> <textcolor>66ffffff</textcolor>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[container.foldername]</label> <label>$INFO[container.foldername]</label>
</control> </control>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>$EXP[isMusicArtistCatalogue]</visible> <visible>$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-11-begin</posy> <posy>row-11-begin</posy>
<width>24-col</width> <width>24-col</width>
<height>19-row</height> <height>19-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="348"> <itemlayout width="300" height="348">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="44FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="textbox"> <control type="image">
<visible>isempty(listitem.title)</visible> <posx>0</posx>
<posx>24</posx> <posy>0</posy>
<posy>3-row</posy> <width>4-col-gutter</width>
<width>228</width> <height>4-col-gutter</height>
<height>6-row</height> <aspectratio>stretch</aspectratio>
<font>largeStrong</font> <texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>262</posy> <posy>262</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B]</label> <label>[B]$INFO[ListItem.Title][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>286</posy> <posy>286</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.year]</label> <label>$INFO[ListItem.year]</label>
</control> </control>
<control type="image"> </itemlayout>
<posx>0</posx> <focusedlayout width="4-col" height="348">
<posy>0</posy> <control type="group">
<width>4-col-gutter</width> <include>focusThumb</include>
<height>4-col-gutter</height> <control type="image">
<aspectratio>stretch</aspectratio> <posx>0</posx>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture> <posy>0</posy>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <width>4-col-gutter</width>
<bordersize>6</bordersize> <height>4-col-gutter</height>
<colordiffuse>ffFFFFFF</colordiffuse> <aspectratio>stretch</aspectratio>
</control> <texture border="6">colors/white.png</texture>
</itemlayout> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<focusedlayout width="4-col" height="348"> <bordersize>6</bordersize>
<control type="group"> <colordiffuse>highlight</colordiffuse>
<include>focusThumb</include> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture>$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordersize>6</bordersize>
<bordersize>6</bordersize> </control>
<colordiffuse>highlight</colordiffuse> <control type="textbox">
</control> <visible>isempty(listitem.title)</visible>
<control type="image"> <posx>24</posx>
<posx>0</posx> <posy>3-row</posy>
<posy>0</posy> <width>228</width>
<width>4-col-gutter</width> <height>6-row</height>
<height>4-col-gutter</height> <font>largeStrong</font>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>262</posy> <posy>262</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B]</label> <label>[B]$INFO[ListItem.Title][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>286</posy> <posy>286</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.year]</label> <label>$INFO[ListItem.year]</label>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>
</control> </control>
</include> </include>
</includes> </includes>

View File

@ -2,79 +2,178 @@
<includes> <includes>
<include name="movies"> <include name="movies">
<control type="group"> <control type="group">
<control type="panel" id="50"> <control type="group" id="9125">
<visible>$EXP[isMovie]</visible> <visible>$EXP[isMovie]</visible>
<posx>90</posx> <animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<posy>row-5-begin</posy> <effect type="fade" start="100" end="0" time="100"/>
<width>1800</width> </animation>
<height>25-row</height> <animation type="Conditional" condition="controlgroup(9125).hasfocus">
<onleft>9000</onleft> <effect type="fade" start="0" end="100" time="300" delay="300"/>
<onright>60</onright> </animation>
<ondown>50</ondown> <!--quick link selector-->
<onup>50</onup> <control type="list" id="9123">
<onback>9000</onback> <posx>col-1-begin</posx>
<pagecontrol>60</pagecontrol> <posy>row-5-begin</posy>
<scrolltime tween="cubic" easing="out">600</scrolltime> <width>24-col</width>
<itemlayout width="252" height="426"> <height>2-row</height>
<control type="image"> <onleft>9000</onleft>
<posx>0</posx> <ondown>9998</ondown>
<posy>0</posy> <onback>9000</onback>
<width>228</width> <orientation>horizontal</orientation>
<height>342</height> <itemlayout width="228" height="2-row">
<aspectratio>stretch</aspectratio> <control type="label">
<texture border="6">colors/white.png</texture> <posx>0</posx>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <posy>0</posy>
<bordersize>6</bordersize> <width>228</width>
<colordiffuse>highlight</colordiffuse> <height>2-row</height>
</control> <font>itemTitle</font>
<control type="textbox"> <aligny>center</aligny>
<visible>isempty(listitem.title)</visible> <textcolor>textDisabled</textcolor>
<posx>24</posx> <shadowcolor>-</shadowcolor>
<posy>3-row</posy> <label>$INFO[ListItem.property(textTitle)]</label>
<width>228</width> </control>
<height>6-row</height> </itemlayout>
<font>largeStrong</font> <focusedlayout width="228" height="2-row">
<wrapmultiline>true</wrapmultiline> <control type="label">
<textcolor>textActive</textcolor> <posx>0</posx>
<label>$INFO[ListItem.label]</label> <posy>0</posy>
</control> <width>228</width>
<control type="label"> <height>2-row</height>
<visible>!controlgroup(9000).hasfocus</visible> <font>itemTitle</font>
<posx>12</posx> <aligny>center</aligny>
<posy>338</posy> <textcolor>textActive</textcolor>
<width>204</width> <shadowcolor>-</shadowcolor>
<height>1-row</height> <label>$INFO[ListItem.property(textTitle)]</label>
<aligny>center</aligny> </control>
<font>thumbTitle</font> </focusedlayout>
<textcolor>textActive</textcolor> <content>
<label>[B]$INFO[ListItem.title][/B]</label> <item>
</control> <label>special://skin/extras/playlists/recentMovies.xsp</label>
<control type="label"> <property name="textTitle">31176</property>
<visible>!controlgroup(9000).hasfocus</visible> <onclick>noop</onclick>
<posx>12</posx> </item>
<posy>362</posy> <item>
<width>204</width> <label>special://skin/extras/playlists/inprogressMovies.xsp</label>
<height>1-row</height> <property name="textTitle">31132</property>
<aligny>center</aligny> <onclick>noop</onclick>
<font>thumbTitle</font> </item>
<textcolor>textDisabled</textcolor> </content>
<label>$INFO[ListItem.year]</label> </control>
</control> <!--quick links-->
<control type="image"> <control type="panel" id="9998">
<posx>0</posx> <posx>col-1-begin</posx>
<posy>0</posy> <posy>row-7-begin</posy>
<width>228</width> <width>24-col</width>
<height>342</height> <height>11-row</height>
<aspectratio>stretch</aspectratio> <onup>9123</onup>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <ondown>50</ondown>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <onleft>9000</onleft>
<bordersize>6</bordersize> <onback>9000</onback>
<colordiffuse>ffffffff</colordiffuse> <orientation>horizontal</orientation>
</control> <itemlayout width="597" height="5-col-gutter">
</itemlayout> <control type="image">
<focusedlayout width="252" height="426"> <posx>0</posx>
<control type="group"> <posy>0</posy>
<include>focusThumb</include> <width>597</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>597</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>9-row</posy>
<width>312</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
</control>
</itemlayout>
<focusedlayout width="597" height="5-col-gutter">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>597</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>597</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>9-row</posy>
<width>312</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
</control>
</control>
</focusedlayout>
<content>$INFO[control.getlabel(9123)]</content>
</control>
</control>
<!--all movies-->
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVEpisode]</visible>
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31224]</label>
</control>
<control type="panel" id="50">
<visible>$EXP[isMovie]</visible>
<posx>90</posx>
<posy>row-21-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>9125</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="252" height="426">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -82,10 +181,20 @@
<height>342</height> <height>342</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="textbox"> <control type="textbox">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
<posx>24</posx> <posx>24</posx>
@ -97,17 +206,8 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>338</posy> <posy>338</posy>
<width>204</width> <width>204</width>
@ -118,17 +218,74 @@
<label>[B]$INFO[ListItem.title][/B]</label> <label>[B]$INFO[ListItem.title][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>362</posy> <posy>362</posy>
<width>204</width> <width>204</width>
<height>1-row</height> <height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year]</label> <label>$INFO[ListItem.year]</label>
</control> </control>
</control> </itemlayout>
</focusedlayout> <focusedlayout width="252" height="426">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>338</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.year]</label>
</control>
</control>
</focusedlayout>
</control>
</control> </control>
</control> </control>
</include> </include>

View File

@ -1,158 +1,315 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<includes> <includes>
<include name="tvshows"> <include name="tvshows">
<control type="group"> <control type="group">
<control type="panel" id="50"> <control type="group" id="9125">
<visible>$EXP[isTVShow]</visible> <visible>$EXP[isTVShow]</visible>
<posx>90</posx> <animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<posy>row-5-begin</posy> <effect type="fade" start="100" end="0" time="100"/>
<width>1800</width> </animation>
<height>25-row</height> <animation type="Conditional" condition="controlgroup(9125).hasfocus">
<onleft>9000</onleft> <effect type="fade" start="0" end="100" time="300" delay="300"/>
<onright>60</onright> </animation>
<ondown>50</ondown> <!--quick link selector-->
<onup>50</onup> <control type="list" id="9126">
<onback>9000</onback> <posx>col-1-begin</posx>
<pagecontrol>60</pagecontrol> <posy>row-5-begin</posy>
<scrolltime tween="cubic" easing="out">600</scrolltime> <width>24-col</width>
<itemlayout width="252" height="426"> <height>2-row</height>
<control type="image"> <onleft>9000</onleft>
<posx>0</posx> <ondown>9998</ondown>
<posy>0</posy> <onback>9000</onback>
<width>228</width> <orientation>horizontal</orientation>
<height>342</height> <itemlayout width="228" height="2-row">
<aspectratio>stretch</aspectratio> <control type="label">
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>338</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="252" height="426">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>228</width>
<height>342</height> <height>2-row</height>
<font>itemTitle</font>
<aligny>center</aligny>
<textcolor>textDisabled</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
<focusedlayout width="228" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>2-row</height>
<font>itemTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</focusedlayout>
<content>
<item>
<label>special://skin/extras/playlists/recentEpisodes.xsp</label>
<property name="textTitle">31178</property>
<onclick>noop</onclick>
</item>
<item>
<label>special://skin/extras/playlists/inprogressTVShows.xsp</label>
<property name="textTitle">31127</property>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--quick links-->
<control type="panel" id="9998">
<posx>col-1-begin</posx>
<posy>row-7-begin</posy>
<width>24-col</width>
<height>11-row</height>
<onup>9126</onup>
<ondown>50</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<itemlayout width="597" height="5-col-gutter">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>597</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture> <texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="textbox"> <control type="image">
<visible>isempty(listitem.title)</visible> <posx>0</posx>
<posx>24</posx> <posy>0</posy>
<posy>3-row</posy> <width>597</width>
<width>228</width> <height>5-col-gutter</height>
<height>6-row</height> <aspectratio>stretch</aspectratio>
<font>largeStrong</font> <texture>$INFO[ListItem.Art(fanart)]</texture>
<wrapmultiline>true</wrapmultiline> <bordersize>6</bordersize>
<textcolor>textActive</textcolor> <colordiffuse>ffffffff</colordiffuse>
<label>$INFO[ListItem.label]</label>
</control> </control>
<control type="image"> <control type="label">
<posx>0</posx> <visible>!controlgroup(9000).hasfocus</visible>
<posy>0</posy> <posx>12</posx>
<width>228</width> <posy>9-row</posy>
<height>342</height> <width>312</width>
<aspectratio>stretch</aspectratio> <height>2-row</height>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <aligny>center</aligny>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <font>thumbTitle</font>
<bordersize>6</bordersize> <textcolor>textActive</textcolor>
</control> <label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,][/COLOR]</label>
<control type="label"> </control>
<posx>12</posx> </itemlayout>
<posy>338</posy> <focusedlayout width="597" height="5-col-gutter">
<width>204</width> <control type="group">
<height>1-row</height> <include>focusThumb</include>
<aligny>center</aligny> <control type="image">
<font>thumbTitle</font> <posx>0</posx>
<textcolor>textActive</textcolor> <posy>0</posy>
<label>[B]$INFO[ListItem.title][/B]</label> <width>597</width>
</control> <height>5-col-gutter</height>
<control type="label"> <aspectratio>stretch</aspectratio>
<visible>!System.Setting(hidewatched)</visible> <texture border="6">colors/white.png</texture>
<posx>12</posx> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<posy>362</posy> <bordersize>6</bordersize>
<width>204</width> <colordiffuse>highlight</colordiffuse>
<height>1-row</height> </control>
<aligny>center</aligny> <control type="image">
<font>thumbTitle</font> <posx>0</posx>
<textcolor>textDisabled</textcolor> <posy>0</posy>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label> <width>597</width>
</control> <height>5-col-gutter</height>
<control type="label"> <aspectratio>stretch</aspectratio>
<visible>System.Setting(hidewatched)</visible> <texture>$INFO[ListItem.Art(fanart)]</texture>
<posx>12</posx> <bordersize>6</bordersize>
<posy>362</posy> <colordiffuse>ffffffff</colordiffuse>
<width>204</width> </control>
<height>1-row</height> <control type="label">
<aligny>center</aligny> <visible>!controlgroup(9000).hasfocus</visible>
<font>thumbTitle</font> <posx>12</posx>
<textcolor>textDisabled</textcolor> <posy>9-row</posy>
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label> <width>312</width>
</control> <height>2-row</height>
</control> <aligny>center</aligny>
</focusedlayout> <font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,][/COLOR]</label>
</control>
</control>
</focusedlayout>
<content>$INFO[control.getlabel(9126)]</content>
</control>
</control>
</control>
<!--all TVShows-->
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31225]</label>
</control> </control>
</control> <control type="panel" id="50">
</include> <visible>$EXP[isTVShow]</visible>
<posx>90</posx>
<posy>row-21-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>9125</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="252" height="426">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>338</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
</itemlayout>
<focusedlayout width="252" height="426">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>338</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched)</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched)</visible>
<posx>12</posx>
<posy>362</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes> </includes>

View File

@ -917,3 +917,14 @@ msgctxt "#31222"
msgid "Change Channel Group" msgid "Change Channel Group"
msgstr "" msgstr ""
msgctxt "#31223"
msgid "All Albums"
msgstr ""
msgctxt "#31224"
msgid "All Movies"
msgstr ""
msgctxt "#31225"
msgid "All TV Shows"
msgstr ""