This commit is contained in:
Chris Bevan 2016-07-04 13:52:43 +01:00
parent 756f942781
commit 1f24150469
17 changed files with 347 additions and 287 deletions

View File

@ -21,10 +21,13 @@
<include>kenBurnsey</include>
</control>
<!--coverart-->
<control type="image">
<control type="group">
<visible>container.content(albums)</visible>
<posx>col-3-begin</posx>
<posy>2-row</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>12-col</height>
<aspectratio align="center" aligny="top">stretch</aspectratio>
@ -35,6 +38,22 @@
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
<control type="image">
<posx>0</posx>
<posy>12-col</posy>
<width>12-col</width>
<height>2-col</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.thumb]</texture>
<animation type="windowOpen">
<effect type="rotateY" end="-7" center="auto,auto" time="500"/>
</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
</control>
<!--vignette-->
<control type="image">
<posx>0</posx>
@ -87,12 +106,12 @@
<!--content description-->
<control type="label">
<posx>12</posx>
<posy>row-1-begin</posy>
<posy>42</posy>
<width>8-col-gutter</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<font>LargeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.artist]</label>
<wrapmultiline>true</wrapmultiline>
@ -279,12 +298,12 @@
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<posy>-12</posy>
<width>528</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.album]</label>
<wrapmultiline>true</wrapmultiline>
@ -296,7 +315,7 @@
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[listitem.artist] | $INFO[Listitem.year]</label>
<label>$INFO[ListItem.artist,, ]$INFO[Listitem.year,(,)]</label>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
@ -307,9 +326,9 @@
<width>528</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>15-row</height>
<height>16-row</height>
<label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<autoscroll delay="10000" time="2000" repeat="10000"/>
<shadowcolor>-</shadowcolor>
</control>
</control>

View File

@ -9,12 +9,6 @@
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>dateTime</include>
<control type="group">
<posx>0</posx>
@ -76,21 +70,6 @@
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<control type="group">
<visible>Pvr.IsPlayingTv | Pvr.IsPlayingRadio</visible>
<posx>0</posx>
<posy>5-row</posy>
<control type="label">
<posx>96r</posx>
<posy>6</posy>
<font>buttonTitle</font>
<align>right</align>
<width>fullscreenWidth</width>
<textcolor>textActive</textcolor>
<height>1-row</height>
<label>[B][COLOR highlight]$LOCALIZE[31047] $INFO[VideoPlayer.TimeRemaining][/COLOR] - $INFO[VideoPlayer.NextTitle][/B]</label>
</control>
</control>
</control>
</control>
<!--debugging-->

View File

@ -24,7 +24,7 @@
<posx>12</posx>
<posy>3-row</posy>
<width>540</width>
<height>4-row</height>
<height>3-row</height>
<font>textbox</font>
<textcolor>textActive</textcolor>
</control>

View File

@ -157,12 +157,12 @@
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<posy>-12</posy>
<width>672</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>

View File

@ -16,7 +16,6 @@
<include file="View_Episodes.xml"/>
<include file="View_Movies.xml"/>
<include file="View_TVShows.xml"/>
<include file="View_VideoAddons.xml"/>
<include file="View_MusicAddons.xml"/>
<include file="View_MusicGenres.xml"/>
<include file="View_VideoFiles.xml"/>

View File

@ -146,7 +146,7 @@
<label>31010</label>
<onclick>ActivateWindow(Videos,addons://sources/video/)</onclick>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick>Control.SetFocus(59)</onclick>
<onclick>Control.SetFocus(50)</onclick>
</item>
<item>
<visible/>

View File

@ -22,22 +22,133 @@
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--menu items-->
<control type="grouplist" id="9002">
<control type="group" id="9002">
<!--shortcuts-->
<control type="panel" id="9003">
<posx>col-10-begin</posx>
<posy>6-row</posy>
<posy>7-row</posy>
<width>6-col</width>
<height>2-row</height>
<itemgap>0</itemgap>
<ondown>Control.SetFocus(9004,0)</ondown>
<onleft>control.setfocus(9999)</onleft>
<onright>control.setfocus(9999)</onright>
<orientation>horizontal</orientation>
<itemlayout width="1-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<visible>!Skin.HasSetting(hideVideo)</visible>
<label2></label2>
<onclick condition="!Library.HasContent(Video)">ActivateWindow(Videos,sources://video/)</onclick>
<onclick condition="!Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick condition="Library.HasContent(Video)">ActivateWindow(Videos,library://video/)</onclick>
<onclick condition="Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,true)</onclick>
<onclick>Control.SetFocus(9000)</onclick>
</item>
<item>
<visible>!Skin.HasSetting(hideMusic)</visible>
<label2></label2>
<onclick condition="!Library.HasContent(Music)">ActivateWindow(Music,files)</onclick>
<onclick condition="!Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,false)</onclick>
<onclick condition="Library.HasContent(Music)">ActivateWindow(Music,musicdb://)</onclick>
<onclick condition="Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,true)</onclick>
<onclick>Control.SetFocus(9000)</onclick>
</item>
<item>
<visible>!Skin.HasSetting(hidePictures)</visible>
<label2></label2>
<onclick>ActivateWindow(pictures)</onclick>
<onclick>Control.SetFocus(9999)</onclick>
</item>
<item>
<visible>!Skin.HasSetting(hideGames) + System.HasAddon(script.games.rom.collection.browser)</visible>
<label2></label2>
<onclick>RunScript(script.games.rom.collection.browser,)</onclick>
<onclick>Control.SetFocus(9999)</onclick>
</item>
<item>
<visible>System.HasAddon(plugin.program.advanced.launcher)</visible>
<onclick>RunAddon(plugin.program.advanced.launcher,)</onclick>
<onclick>Control.SetFocus(9999)</onclick>
</item>
<item>
<visible>!Skin.HasSetting(hideSearch)</visible>
<label2></label2>
<onclick condition="!System.HasAddon(script.globalsearch)">RunPlugin(plugin://script.globalsearch)</onclick>
<onclick condition="System.HasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick>Control.SetFocus(9999)</onclick>
</item>
<item>
<label2></label2>
<onclick>ActivateWindow(settings)</onclick>
<onclick>Control.SetFocus(9999)</onclick>
</item>
</content>
</control>
<!--menu items-->
<control type="grouplist" id="9004">
<posx>col-10-begin</posx>
<posy>10-row</posy>
<itemgap>0</itemgap>
<width>6-col</width>
<height>18-row</height>
<height>17-row</height>
<itemgap>0</itemgap>
<onleft>control.setfocus(9999)</onleft>
<onright>control.setfocus(9999)</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<onup>9003</onup>
<ondown>noop</ondown>
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="window.isactive(musiclibrary) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
</control>
</control>
</control>
</include>
</includes>

View File

@ -37,7 +37,6 @@
<include>videofiles</include>
<include>seasons</include>
<include>episodes</include>
<include>videoaddons</include>
</control>
</control>

View File

@ -20,107 +20,139 @@
</control>
<include>kenBurnsey</include>
</control>
<!--cover art-->
<control type="group">
<posx>col-17-begin</posx>
<posy>222</posy>
<control type="group">
<visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + Substring(container.folderpath,videodb://) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="300" delay="700"/>
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700"/>
<effect type="rotateY" end="5" center="auto,auto" time="500"/>
<effect type="zoom" end="90" time="0"/>
</animation>
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>768</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
<control type="image">
<posx>0</posx>
<posy>768</posy>
<width>8-col</width>
<height>2-row</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
</control>
</control>
</control>
<control type="panel" id="50">
<visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + Substring(container.folderpath,videodb://) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<posx>78</posx>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<width>15-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="468">
<itemlayout width="15-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>396</height>
<width>14-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>isempty(listitem.title)</visible>
<posx>12</posx>
<posy>4-row</posy>
<width>240</width>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>11-row</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="image">
<posx>0</posx>
<posx>12-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>396</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="468">
<control type="group">
<include>focusThumb</include>
<focusedlayout width="15-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>396</height>
<width>14-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="group">
<posx>0</posx>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<control type="label">
<visible>isempty(listitem.title)</visible>
<posx>12</posx>
<posy>11-row</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<width>10-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>11-row</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<posx>12-col</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<align>right</align>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
</control>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
</control>
</focusedlayout>
</control>

View File

@ -3,77 +3,77 @@
<include name="musicaddons">
<control type="panel" id="50">
<visible>Substring(Container.folderpath,addons://sources/audio)</visible>
<posx>78</posx>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>24-row</height>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="336">
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="6">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>264</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
<font>thumbtitle</font>
<textcolor>textDisabled</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<control type="image">
<posx>0</posx>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
<width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="336">
<control type="group">
<include>focusThumb</include>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture fallback="DefaultAlbumCover.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>264</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbtitle</font>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>

View File

@ -48,20 +48,20 @@
<posy>row-5-begin</posy>
<width>15-col</width>
<height>2-row</height>
<font>mediumStrong</font>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album]</label>
<label>[B]$INFO[ListItem.Album][/B]</label>
</control>
<control type="label">
<posx>col-10-begin</posx>
<posy>row-7-begin</posy>
<width>15-col</width>
<height>1-row</height>
<font>small</font>
<font>regular</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)][/B]</label>
<label>$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)]</label>
</control>
</control>
<control type="panel" id="50">

View File

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="videoaddons">
<control type="group">
<visible>container.content(addons)</visible>
<control type="panel" id="59">
<visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin)</visible>
<posx>78</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>24-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>59</ondown>
<onup>59</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="336">
<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">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>264</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
<font>thumbtitle</font>
<textcolor>textDisabled</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</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.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="4-col" height="336">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="DefaultAlbumCover.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
<posy>264</posy>
<width>240</width>
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
<font>thumbtitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -146,12 +146,12 @@
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<posy>-12</posy>
<width>672</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(999).ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>

View File

@ -44,7 +44,13 @@
***To do (Skinners Notes)***
Update music library not working
PVR Info screen: delete button
Add default background for 'what's new' items without fanart
Check CD and DVD handling
Check Youtube addon login issue
Photo section needs revision

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

BIN
media/masks/thumbFader.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B