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

View File

@ -9,12 +9,6 @@
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)"> <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"/> <effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation> </animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>dateTime</include> <include>dateTime</include>
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -67,7 +61,7 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="textbox"> <control type="textbox">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>90</posy> <posy>90</posy>
<font>textbox</font> <font>textbox</font>
<width>24-col</width> <width>24-col</width>
@ -76,21 +70,6 @@
<label fallback="31205">$INFO[videoplayer.plot]</label> <label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </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>
</control> </control>
<!--debugging--> <!--debugging-->

View File

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

View File

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

View File

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

View File

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

View File

@ -22,21 +22,132 @@
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--menu items--> <control type="group" id="9002">
<control type="grouplist" id="9002"> <!--shortcuts-->
<posx>col-10-begin</posx> <control type="panel" id="9003">
<posy>6-row</posy> <posx>col-10-begin</posx>
<itemgap>0</itemgap> <posy>7-row</posy>
<width>6-col</width> <width>6-col</width>
<height>18-row</height> <height>2-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<onleft>control.setfocus(9999)</onleft> <ondown>Control.SetFocus(9004,0)</ondown>
<onright>control.setfocus(9999)</onright> <onleft>control.setfocus(9999)</onleft>
<onup>9002</onup> <onright>control.setfocus(9999)</onright>
<ondown>9002</ondown> <orientation>horizontal</orientation>
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include> <itemlayout width="1-col" height="2-row">
<include condition="window.isactive(musiclibrary) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include> <control type="image">
<include condition="window.isactive(pictures)">picturesSideMenu</include> <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>17-row</height>
<itemgap>0</itemgap>
<onleft>control.setfocus(9999)</onleft>
<onright>control.setfocus(9999)</onright>
<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>
</control> </control>
</include> </include>

View File

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

View File

@ -20,107 +20,139 @@
</control> </control>
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </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"> <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> <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> <posy>row-5-begin</posy>
<width>1800</width> <width>15-col</width>
<height>25-row</height> <height>23-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime> <itemlayout width="15-col" height="2-row">
<itemlayout width="300" height="468">
<control type="image"> <control type="image">
<posx>0</posx> <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> <posy>0</posy>
<width>4-col-gutter</width> <width>14-col</width>
<height>396</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">DefaultPoster.png</texture> <texture border="0">colors/black.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <colordiffuse>textboxInactive</colordiffuse>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(listitem.title)</visible> <posx>1-col-indent</posx>
<posx>12</posx> <posy>0</posy>
<posy>4-row</posy> <width>10-col-gutter</width>
<width>240</width>
<height>2-row</height> <height>2-row</height>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>itemTitle</font>
<textcolor>textDisabled</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <posx>12-col</posx>
<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>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>3-col-gutter</width>
<height>396</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aligny>center</aligny>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <align>right</align>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture> <font>itemSubTitle</font>
<bordersize>3</bordersize> <textcolor>textActive</textcolor>
<colordiffuse>ffffffff</colordiffuse> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="468"> <focusedlayout width="15-col" height="2-row">
<control type="group"> <control type="image">
<include>focusThumb</include> <posx>0</posx>
<control type="image"> <posy>3</posy>
<posx>0</posx> <width>66</width>
<posy>0</posy> <height>66</height>
<width>4-col-gutter</width> <aspectratio scalediffuse="false">stretch</aspectratio>
<height>396</height> <texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<aspectratio>stretch</aspectratio> <animation type="focus" loop="false" reversible="false">
<texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture> <effect type="fade" time="500"/>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
<bordersize>6</bordersize> </animation>
</control> </control>
<control type="group"> <control type="image">
<posx>0</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<control type="label"> <width>14-col</width>
<visible>isempty(listitem.title)</visible> <height>2-row</height>
<posx>12</posx> <aspectratio>stretch</aspectratio>
<posy>11-row</posy> <texture border="0">colors/white.png</texture>
<width>240</width> <colordiffuse>highlight</colordiffuse>
<height>1-row</height> </control>
<align>center</align> <control type="label">
<aligny>center</aligny> <posx>1-col-indent</posx>
<font>thumbTitle</font> <posy>0</posy>
<textcolor>textActive</textcolor> <width>10-col-gutter</width>
<label>$INFO[ListItem.label]</label> <height>2-row</height>
</control> <aligny>center</aligny>
<control type="label"> <font>itemTitle</font>
<posx>12</posx> <textcolor>textActive</textcolor>
<posy>11-row</posy> <shadowcolor>-</shadowcolor>
<width>240</width> <label>$INFO[ListItem.Label]</label>
<height>1-row</height> </control>
<align>center</align> <control type="label">
<aligny>center</aligny> <posx>12-col</posx>
<font>thumbTitle</font> <posy>0</posy>
<textcolor>textActive</textcolor> <width>3-col-gutter</width>
<label>$INFO[ListItem.title]</label> <height>2-row</height>
</control> <aligny>center</aligny>
</control> <align>right</align>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration, , $LOCALIZE[31018]]</label>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

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

View File

@ -48,20 +48,20 @@
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>15-col</width> <width>15-col</width>
<height>2-row</height> <height>2-row</height>
<font>mediumStrong</font> <font>largeLight</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album]</label> <label>[B]$INFO[ListItem.Album][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>col-10-begin</posx> <posx>col-10-begin</posx>
<posy>row-7-begin</posy> <posy>row-7-begin</posy>
<width>15-col</width> <width>15-col</width>
<height>1-row</height> <height>1-row</height>
<font>small</font> <font>regular</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)][/B]</label> <label>$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)]</label>
</control> </control>
</control> </control>
<control type="panel" id="50"> <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> <posy>row-1-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-12</posy>
<width>672</width> <width>672</width>
<align>left</align> <align>left</align>
<height>3-row</height> <height>3-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>pageTitle</font> <font>largeLight</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[Container(999).ListItem.Label]</label> <label>$INFO[Container(999).ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>

View File

@ -44,7 +44,13 @@
***To do (Skinners Notes)*** ***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 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