This commit is contained in:
theDeadMan 2022-08-11 23:04:51 +01:00
parent 6c3ecc85ff
commit 9cf3cd8eca
22 changed files with 467 additions and 503 deletions

View File

@ -251,10 +251,8 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>486</height> <height>486</height>
<aspectratio scalediffuse="false" aligny="top">scale</aspectratio> <aspectratio aligny="top">stretch</aspectratio>
<texture fallback="colors/black.png">$INFO[Listitem.thumb]</texture> <texture fallback="colors/black.png" diffuse="masks/episodeThumb.png">$INFO[Listitem.thumb]</texture>
<bordertexture colordiffuse="11ffffff">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control> </control>
</control> </control>
<!--content--> <!--content-->
@ -295,7 +293,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">$INFO[listitem.duration] [COLOR textboxInactive]$INFO[listitem.filename][/COLOR]</label> <label fallback="13205">$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min [COLOR textboxInactive]$INFO[listitem.filename][/COLOR]</label>
</control> </control>
</control> </control>
<!--synopsis--> <!--synopsis-->

View File

@ -73,22 +73,18 @@
<posx>0</posx> <posx>0</posx>
<width>504</width> <width>504</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(poster)]</texture> <texture diffuse="masks/showcasePoster.png">$INFO[listitem.art(poster)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(ListItem.art(fanart))</visible> <visible>!String.IsEmpty(ListItem.art(fanart))</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(fanart)]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[listitem.art(fanart)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<posx>180</posx> <posx>180</posx>
@ -103,9 +99,7 @@
<width>300</width> <width>300</width>
<height>300</height> <height>300</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture> <texture fallback="colors/offblack.png" diffuse="masks/showcaseCast.png">$INFO[listitem.thumb]</texture>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
<control type="group"> <control type="group">
@ -137,18 +131,16 @@
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(0).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(0).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(0).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(0).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(listitem.art(discart))</visible> <visible>!String.IsEmpty(listitem.art(discart))</visible>
<width>756</width> <width>756</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(discart)]</texture> <texture diffuse="masks/showcaseDiscart.png">$INFO[listitem.art(discart)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -157,44 +149,36 @@
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(1).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(1).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(1).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(1).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(2).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(2).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(2).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(2).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(3).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(3).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(3).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(3).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(4).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(4).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(4).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(4).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
</control> </control>

View File

@ -3,6 +3,7 @@
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<onload>Skin.SetString(recentitems,music)</onload> <onload>Skin.SetString(recentitems,music)</onload>
<onload>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp)</onload>
<views>50,51,52,53,54,55,56,57,59</views> <views>50,51,52,53,54,55,56,57,59</views>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>

View File

@ -62,7 +62,7 @@
<label></label> <label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>15-col</width>
<height>2-row</height> <height>2-row</height>
@ -121,7 +121,7 @@
</control> </control>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>15-col</width>
<height>2-row</height> <height>2-row</height>

View File

@ -3,6 +3,8 @@
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<onload>Skin.SetString(recentitems,video)</onload> <onload>Skin.SetString(recentitems,video)</onload>
<onload>Sin.SetString(tvQuickLinkValue,Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp))</onload>
<onload>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onload>
<onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload> <onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<views>50,51,52,53,54,55,58,59</views> <views>50,51,52,53,54,55,58,59</views>

View File

@ -23,68 +23,91 @@
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation> </animation>
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9123"> <control type="group">
<posx>col-1-begin</posx> <posx>col-4-begin</posx>
<posy>180</posy> <posy>170</posy>
<width>24-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<ondown>9998</ondown> <width>18-col</width>
<onback>9000</onback> <height>2-row</height>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<itemlayout width="246" height="2-row"> <texture>masks/menuBar.png</texture>
<control type="label"> <colordiffuse>77000000</colordiffuse>
<posx>0</posx> </control>
<posy>0</posy> <control type="grouplist" id="9202">
<width>246</width> <posx>0</posx>
<height>2-row</height> <posy>0</posy>
<font>menuTitle</font> <orientation>horizontal</orientation>
<aligny>center</aligny> <itemgap>0</itemgap>
<textcolor>textDisabled</textcolor> <onleft>9000</onleft>
<shadowcolor></shadowcolor> <ondown>9998</ondown>
<label>$INFO[ListItem.property(textTitle)]</label> <onback>9000</onback>
</control> <control type="button" id="506">
</itemlayout> <description>Search</description>
<focusedlayout width="246" height="2-row"> <visible>System.HasAddon(script.globalsearch)</visible>
<control type="label"> <width>1-col</width>
<posx>0</posx> <texturenofocus></texturenofocus>
<posy>0</posy> <texturefocus>masks/circle.png</texturefocus>
<width>246</width> <focusedcolor>black</focusedcolor>
<height>2-row</height> <font>symbolLarge</font>
<font>menuTitle</font> <label></label>
<aligny>center</aligny> <onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
<textcolor>textActive</textcolor> </control>
<shadowcolor></shadowcolor> <control type="button" id="4000">
<label>$INFO[ListItem.property(textTitle)]</label> <label>31180</label>
<animation type="conditional" condition="control.hasfocus(9123)" loop="true"> <texturenofocus></texturenofocus>
<effect type="fade" start="100" end="50" time="1000"/> <onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp)</onfocus>
</animation> <ondown>control.setfocus(9998,0)</ondown>
</control> </control>
</focusedlayout> <control type="button" id="4001">
<content> <label>31187</label>
<item> <texturenofocus></texturenofocus>
<label>special://skin/extras/playlists/recentAlbums.xsp</label> <onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/topAlbums.xsp)</onfocus>
<property name="textTitle">31180</property> <ondown>control.setfocus(9998,0)</ondown>
</item> </control>
<item> <control type="button" id="4002">
<label>special://skin/extras/playlists/topAlbums.xsp</label> <label>31181</label>
<property name="textTitle">31187</property> <texturenofocus></texturenofocus>
</item> <onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/randomAlbums.xsp)</onfocus>
<item> <ondown>control.setfocus(9998,0)</ondown>
<label>special://skin/extras/playlists/randomAlbums.xsp</label> </control>
<property name="textTitle">31181</property> <control type="button" id="3222">
</item> <description>Sort by</description>
</content> <texturenofocus></texturenofocus>
</control> <label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--quick links--> <!--quick links-->
<control type="panel" id="9998"> <control type="panel" id="9998">
<posx>90</posx> <posx>90</posx>
<posy>288</posy> <posy>288</posy>
<width>24-col</width> <width>24-col</width>
<height>11-row</height> <height>11-row</height>
<onup>9123</onup> <onup>9202</onup>
<ondown>54</ondown> <ondown>54</ondown>
<onleft>9000</onleft> <onleft>9998</onleft>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick> <onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick>
@ -96,8 +119,7 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
<bordersize>12</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -105,20 +127,19 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>12</bordersize> <colordiffuse>88ffffff</colordiffuse>
<colordiffuse>99ffffff</colordiffuse>
</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>308</posy> <posy>322</posy>
<width>276</width> <width>300</width>
<height>2-row</height> <height>2-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][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="352" height="5-col-gutter"> <focusedlayout width="352" height="5-col-gutter">
@ -130,10 +151,7 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -141,8 +159,9 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -158,7 +177,7 @@
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9123)]</content> <content>$INFO[skin.string(musicQuickLinkValue)]</content>
</control> </control>
</control> </control>
<!--all albums--> <!--all albums-->
@ -190,16 +209,6 @@
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<itemlayout width="293" height="360"> <itemlayout width="293" height="360">
<control type="image">
<posx>-6</posx>
<posy>-6</posy>
<width>276</width>
<height>276</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!ListItem.IsParentFolder</visible> <visible>!ListItem.IsParentFolder</visible>
<posx>0</posx> <posx>0</posx>
@ -207,9 +216,18 @@
<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 fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<bordersize>12</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse> </control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
@ -222,42 +240,34 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx></posx>
<posy>258</posy> <posy>270</posy>
<width>226</width> <width>264</width>
<height>2-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="360"> <focusedlayout width="4-col" height="360">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <visible>!ListItem.IsParentFolder</visible>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<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 fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
</control> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx> <posx>24</posx>
@ -269,17 +279,18 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx></posx>
<posy>262</posy> <posy>270</posy>
<width>226</width> <width>264</width>
<height>2-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<font>thumbTitle</font> <aligny>top</aligny>
<textcolor>textActive</textcolor> <font>thumbTitle</font>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <textcolor>textActive</textcolor>
</control> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -4,39 +4,96 @@
<include name="musicartist"> <include name="musicartist">
<control type="group"> <control type="group">
<visible>$EXP[isMusicArtist]</visible> <visible>$EXP[isMusicArtist]</visible>
<!--quick link selector-->
<control type="group">
<posx>col-4-begin</posx>
<posy>170</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>masks/menuBar.png</texture>
<colordiffuse>77000000</colordiffuse>
</control>
<control type="grouplist" id="9202">
<posx>0</posx>
<posy>0</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<width>1-col</width>
<texturenofocus></texturenofocus>
<texturefocus>masks/circle.png</texturefocus>
<focusedcolor>black</focusedcolor>
<font>symbolLarge</font>
<label></label>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--content--> <!--content-->
<control type="panel" id="51"> <control type="panel" id="51">
<visible>$EXP[isMusicArtist]</visible> <visible>$EXP[isMusicArtist]</visible>
<posx>90</posx> <posx>90</posx>
<posy>row-5-begin</posy> <posy>row-7-begin</posy>
<width>1800</width> <width>1800</width>
<height>25-row</height> <height>25-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>51</ondown> <ondown>51</ondown>
<onup>51</onup> <onup>51</onup>
<onback>9202</onback>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="288"> <itemlayout width="444" height="266">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/artistThumb.png">colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio align="center" aligny="top">scale</aspectratio> <aspectratio align="center" aligny="top">stretch</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture> <texture diffuse="masks/artistThumb.png">$INFO[Listitem.art(fanart)]</texture>
<bordersize>12</bordersize> <colordiffuse>88FFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<posx>24</posx> <posx>24</posx>
@ -51,27 +108,25 @@
<shadowcolor>bb000000</shadowcolor> <shadowcolor>bb000000</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="444" height="264"> <focusedlayout width="444" height="266">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture> <texture diffuse="masks/artistThumb.png">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio align="center" aligny="top">scale</aspectratio> <aspectratio align="center" aligny="top">stretch</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture> <texture diffuse="masks/artistThumb.png">$INFO[Listitem.art(fanart)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
</control> </control>
<control type="textbox"> <control type="textbox">

View File

@ -65,11 +65,13 @@
<label>31176</label> <label>31176</label>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onfocus> <onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onfocus>
<ondown>control.setfocus(9103,0)</ondown>
</control> </control>
<control type="button" id="4001"> <control type="button" id="4001">
<label>31127</label> <label>31127</label>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/inprogressMovies.xsp)</onfocus> <onfocus>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/inprogressMovies.xsp)</onfocus>
<ondown>control.setfocus(9103,0)</ondown>
</control> </control>
<control type="radiobutton" id="14"> <control type="radiobutton" id="14">
<description>Watched Toggle</description> <description>Watched Toggle</description>
@ -160,9 +162,9 @@
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
@ -211,9 +213,9 @@
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>

View File

@ -13,21 +13,21 @@
<ondown>55</ondown> <ondown>55</ondown>
<onup>55</onup> <onup>55</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="2-row"> <itemlayout width="8-col" height="84">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>552</width>
<height>66</height> <height>72</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/genre.png">colors/white.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>48</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>432</width>
<height>2-row</height> <height>72</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -35,33 +35,21 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="2-row"> <focusedlayout width="8-col" height="84">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>552</width>
<height>66</height> <height>72</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/genre.png">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false"> <colordiffuse>highlight</colordiffuse>
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>48</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>432</width>
<height>2-row</height> <height>72</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>

View File

@ -45,12 +45,12 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>12-col</width> <width>14-col</width>
<height>2-row</height> <height>2-row</height>
<align></align> <align></align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>menuUnselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[Container(58).ListItemAbsolute(2).genre]</label> <label>$INFO[Container(58).ListItemAbsolute(1).year,,.] $INFO[Container(58).ListItemAbsolute(2).genre,,.]</label>
</control> </control>
</control> </control>
<!--content--> <!--content-->

View File

@ -3,14 +3,22 @@
<include name="tvshows"> <include name="tvshows">
<control type="group"> <control type="group">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists)</visible> <visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists)</visible>
<control type="image"> <control type="group">
<visible>control.hasfocus(9203) | control.hasfocus(9202)</visible> <visible>control.hasfocus(9203) | control.hasfocus(9202)</visible>
<include>dimensionsFullscreen</include> <control type="image">
<texture fallback="colors/black.png">$INFO[container(9203).listitem.art(fanart)]</texture> <include>dimensionsFullscreen</include>
<colordiffuse>FF555555</colordiffuse> <texture fallback="colors/black.png">$INFO[container(9203).listitem.art(fanart)]</texture>
<aspectratio>scale</aspectratio> <colordiffuse>FF555555</colordiffuse>
<fadetime>250</fadetime> <aspectratio>scale</aspectratio>
</control> <fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse></colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group" id="9201"> <control type="group" id="9201">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible> <visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible>
<animation type="Conditional" condition="!controlgroup(9201).hasfocus"> <animation type="Conditional" condition="!controlgroup(9201).hasfocus">
@ -22,115 +30,141 @@
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation> </animation>
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9202"> <control type="group">
<posx>col-1-begin</posx> <posx>col-4-begin</posx>
<posy>180</posy> <posy>170</posy>
<width>24-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<ondown>9203</ondown> <width>18-col</width>
<onback>9000</onback> <height>2-row</height>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<itemlayout width="4-col" height="2-row"> <texture>masks/menuBar.png</texture>
<control type="label"> <colordiffuse>77000000</colordiffuse>
<posx>0</posx> </control>
<posy>0</posy> <control type="grouplist" id="9202">
<width>4-col</width> <posx>0</posx>
<height>2-row</height> <posy>0</posy>
<font>menuTitle</font> <orientation>horizontal</orientation>
<aligny>center</aligny> <itemgap>0</itemgap>
<textcolor>textDisabled</textcolor> <onleft>9000</onleft>
<shadowcolor></shadowcolor> <ondown>9203</ondown>
<label>$INFO[ListItem.property(textTitle)]</label> <onback>9000</onback>
</control> <control type="button" id="506">
</itemlayout> <description>Search</description>
<focusedlayout width="4-col" height="2-row"> <visible>System.HasAddon(script.globalsearch)</visible>
<control type="label"> <width>1-col</width>
<posx>0</posx> <texturenofocus></texturenofocus>
<posy>0</posy> <texturefocus>masks/circle.png</texturefocus>
<width>4-col</width> <focusedcolor>black</focusedcolor>
<height>2-row</height> <font>symbolLarge</font>
<font>menuTitle</font> <label></label>
<aligny>center</aligny> <onclick>RunScript(script.globalsearch,tvshows=true&amp;episodes=true&amp;)</onclick>
<textcolor>textActive</textcolor> </control>
<shadowcolor></shadowcolor> <control type="button" id="4000">
<label>$INFO[ListItem.property(textTitle)]</label> <label>31178</label>
<animation type="conditional" condition="control.hasfocus(9202)" loop="true"> <texturenofocus></texturenofocus>
<effect type="fade" start="100" end="50" time="1000"/> <onfocus>Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp)</onfocus>
</animation> <ondown>control.setfocus(9203,0)</ondown>
</control> </control>
</focusedlayout> <control type="button" id="4001">
<content> <label>31127</label>
<item id="1"> <texturenofocus></texturenofocus>
<label>special://skin/extras/playlists/recentEpisodes.xsp</label> <onfocus>Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/inprogressTVShows.xsp)</onfocus>
<property name="textTitle">31178</property> <ondown>control.setfocus(9203,0)</ondown>
</item> </control>
<item id="2"> <control type="radiobutton" id="14">
<label>special://skin/extras/playlists/inprogressTVShows.xsp</label> <description>Watched Toggle</description>
<property name="textTitle">31127</property> <label>31195</label>
</item> <width>4-col</width>
</content> <texturenofocus></texturenofocus>
</control> <focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(52,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(52,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--quick links--> <!--quick links-->
<control type="panel" id="9203"> <control type="panel" id="9203">
<posx>90</posx> <posx>96</posx>
<posy>288</posy> <posy>288</posy>
<width>1740</width> <width>1740</width>
<height>11-row</height> <height>11-row</height>
<onup>9202</onup> <onup>9202</onup>
<ondown>52</ondown> <ondown>52</ondown>
<onleft>9000</onleft> <onleft>9203</onleft>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onclick condition="container(9202).hasfocus(1)">activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/)</onclick> <onclick condition="String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)">activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/)</onclick>
<itemlayout width="586" height="5-col-gutter"> <itemlayout width="586" height="5-col-gutter">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture scalediffuse="true" diffuse="masks/latestLandscape.png">colors/black.png</texture>
<bordersize>12</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordersize>12</bordersize>
<colordiffuse>99FFFFFF</colordiffuse> <colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <colordiffuse>99ffffff</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>306</posy> <posy>306</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-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][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, new $LOCALIZE[31189]]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(2)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>306</posy> <posy>306</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
@ -140,9 +174,9 @@
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
@ -152,75 +186,66 @@
<focusedlayout width="586" height="5-col-gutter"> <focusedlayout width="586" height="5-col-gutter">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>566</width>
<height>318</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>FFffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>316</posy> <posy>306</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-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][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(2)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>316</posy> <posy>306</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.tvshowtitle][/B][CR]$INFO[ListItem.label]</label> <label>[B]$INFO[ListItem.tvshowtitle][/B][CR]$INFO[ListItem.label]</label>
</control> </control>
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>ListItem.PercentPlayed</info> <info>ListItem.PercentPlayed</info>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9202)]</content> <content>$INFO[skin.string(tvQuickLinkValue)]</content>
</control> </control>
</control> </control>
</control> </control>
@ -243,174 +268,72 @@
<control type="panel" id="52"> <control type="panel" id="52">
<visible>$EXP[isTVShow] + !$EXP[isMovie]</visible> <visible>$EXP[isTVShow] + !$EXP[isMovie]</visible>
<posx>90</posx> <posx>90</posx>
<posy>828</posy> <posy>820</posy>
<width>1800</width> <width>1800</width>
<height>23-row</height> <height>836</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<onup>9203</onup> <onup>9203</onup>
<onback>9203</onback> <onback>9203</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<itemlayout width="252" height="438"> <itemlayout width="296" height="486">
<control type="image">
<posx>-6</posx>
<posy>-6</posy>
<width>240</width>
<height>354</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture> <texture diffuse="masks/poster.png">colors/black.png</texture>
<bordersize>6</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>252</width>
<height>378</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>24</posx> <posx>12</posx>
<posy>3-row</posy> <posy>382</posy>
<width>228</width> <width>228</width>
<height>6-row</height> <height>60</height>
<font>largeTitle</font> <align>center</align>
<wrapmultiline>true</wrapmultiline> <aligny>top</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>350</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label> <label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>350</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>167</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="252" height="438"> <focusedlayout width="300" height="462">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture> <texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture infill="false" diffuse="masks/poster.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse> <colordiffuse>ffffffff</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>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>24</posx> <posx>12</posx>
<posy>3-row</posy> <posy>378</posy>
<width>228</width> <width>228</width>
<height>6-row</height> <height>60</height>
<font>largeTitle</font> <align>center</align>
<wrapmultiline>true</wrapmultiline> <aligny>top</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label> <label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>

View File

@ -39,11 +39,11 @@
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture>masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>22-col-gutter</width> <width>22-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -86,11 +86,11 @@
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>22-col-gutter</width> <width>22-col-gutter</width>
<height>2-row</height> <height>2-row</height>

View File

@ -381,7 +381,7 @@ msgid "All Episodes"
msgstr "" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Unwatched Only" msgid "Hide Watched"
msgstr "" msgstr ""
msgctxt "#31199" msgctxt "#31199"

BIN
media/masks/albumThumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

BIN
media/masks/artistThumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
media/masks/genre.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB