This commit is contained in:
Chris Bevan 2016-01-25 20:09:11 +00:00
parent aed375ef0c
commit 52861ecf4a
28 changed files with 167 additions and 374 deletions

View File

@ -135,7 +135,7 @@
<height>4-col</height> <height>4-col</height>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio> <aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<texture border="0">$INFO[Listitem.icon]</texture> <texture border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<fadetime>200</fadetime> <fadetime>200</fadetime>
</control> </control>

View File

@ -64,7 +64,7 @@
<height>4-col</height> <height>4-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture> <texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
</control> </control>
<control type="group"> <control type="group">

View File

@ -43,7 +43,7 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[System.AddonIcon(ListItem.Property(Addon.id))]</texture> <texture fallback="colors/offblack.png">$INFO[System.AddonIcon(ListItem.Property(Addon.id))]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">

View File

@ -48,9 +48,9 @@
<control type="progress"> <control type="progress">
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>0</posx> <posx>0</posx>
<posy>row-2-begin</posy> <posy>80</posy>
<width>18-col</width> <width>18-col</width>
<height>12</height> <height>24</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="$INFO[skin.string(highlightColor)]">colors/white.png</midtexture> <midtexture colordiffuse="$INFO[skin.string(highlightColor)]">colors/white.png</midtexture>
<info>Player.Progress</info> <info>Player.Progress</info>

View File

@ -112,7 +112,6 @@
<size>30</size> <size>30</size>
<linespacing>1</linespacing> <linespacing>1</linespacing>
</font> </font>
<font> <font>
<name>pageTitle</name> <name>pageTitle</name>
<filename>roboto/condensedBold.ttf</filename> <filename>roboto/condensedBold.ttf</filename>
@ -128,8 +127,9 @@
<font> <font>
<name>dialogTitle</name> <name>dialogTitle</name>
<filename>roboto/bold.ttf</filename> <filename>roboto/bold.ttf</filename>
<size>40</size> <size>36</size>
<linespacing>1.0</linespacing> <linespacing>1.0</linespacing>
<style>capitalize</style>
</font> </font>
<font> <font>
<name>largeTitle</name> <name>largeTitle</name>

View File

@ -124,13 +124,6 @@
<thumb>-</thumb> <thumb>-</thumb>
<onclick>RunScript(script.games.rom.collection.browser,)</onclick> <onclick>RunScript(script.games.rom.collection.browser,)</onclick>
</item> </item>
<item id="9">
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
<label>31197</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(weather)</onclick>
</item>
<item id="6"> <item id="6">
<visible>!Skin.HasSetting(hideSearch)</visible> <visible>!Skin.HasSetting(hideSearch)</visible>
<label>137</label> <label>137</label>

View File

@ -51,7 +51,7 @@
</control> </control>
<!--video (no Library)--> <!--video (no Library)-->
<control type="image"> <control type="image">
<visible>Container(9000).HasFocus(10) + !Library.HasContent(TVShows)</visible> <visible>Container(9000).HasFocus(10)</visible>
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/videos.jpg</texture> <texture>special://skin/extras/backgrounds/videos.jpg</texture>
<colordiffuse>44ffffff</colordiffuse> <colordiffuse>44ffffff</colordiffuse>

View File

@ -1,18 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Skin variables--> <!--Skin variables-->
<includes> <includes>
<variable name="seekSpeed">
<value condition="Player.Forwarding2x">FF 2x</value>
<value condition="Player.Forwarding4x">FF 4x</value>
<value condition="Player.Forwarding8x">FF 8x</value>
<value condition="Player.Forwarding16x">FF 16x</value>
<value condition="Player.Forwarding32x">FF 32x</value>
<value condition="Player.Rewinding2x">RW 2x</value>
<value condition="Player.Rewinding4x">RW 4x</value>
<value condition="Player.Rewinding8x">RW 8x</value>
<value condition="Player.Rewinding16x">RW 16x</value>
<value condition="Player.Rewinding32x">RW 32x</value>
</variable>
<!--folder titles--> <!--folder titles-->
<variable name="listTitle"> <variable name="listTitle">
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$LOCALIZE[31012]</value> <value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$LOCALIZE[31012]</value>
@ -81,7 +69,6 @@
<variable name="homescreenCollage"> <variable name="homescreenCollage">
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/collage_randomMovies.xsp</value> <value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/collage_randomMovies.xsp</value>
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/collage_RandomAlbums.xsp</value> <value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/collage_RandomAlbums.xsp</value>
<value condition="Container(9000).HasFocus(10)">special://skin/extras/playlists/collage_RandomTVShows.xsp</value>
</variable> </variable>
<!--Star rating for music tracks--> <!--Star rating for music tracks-->
<variable name="starRating"> <variable name="starRating">

View File

@ -35,7 +35,7 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>

View File

@ -1,209 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">3</defaultcontrol> <onload>action(back)</onload>
<include>fadeInOut</include>
<controls> <controls>
<!--background--> <!--removed: not used-->
<include>globalBackground</include>
<!--fanart-->
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">special://skin/extras/backgrounds/weather2.jpg</texture>
<fadetime>500</fadetime>
<colordiffuse>aaffffff</colordiffuse>
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>kenBurnsey</include>
</control>
<control type="group">
<posx>col-17-begin</posx>
<posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="500"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="500"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>row-6-begin</height>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--location title-->
<control type="textbox">
<visible>true</visible>
<posx>24</posx>
<posy>row-1-begin</posy>
<width>6-col</width>
<height>4-row</height>
<font>mediumStrong</font>
<label>$LOCALIZE[31212] $INFO[Window.Property(Location)]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--content begins-->
<control type="panel" id="9000">
<posx>24</posx>
<posy>8-row</posy>
<width>8-col</width>
<height>24-row</height>
<itemlayout width="8-col" height="4-row">
<control type="label">
<posx>4</posx>
<posy>-40</posy>
<width>2-col</width>
<height>4-row</height>
<font>symbolWeather</font>
<textcolor>textActive</textcolor>
<label>$VAR[weatherIcon]</label>
</control>
<control type="label">
<posx>col-2-begin</posx>
<posy>-24</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>[COLOR $INFO[skin.string(highlightColor)]]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>34</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<autoscroll delay="3000" time="1000" repeat="3000"/>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>76</posy>
<width>6-col-gutter</width>
<height>1-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
</control>
</itemlayout>
<focusedlayout>
<control type="label">
<posx>4</posx>
<posy>-40</posy>
<width>2-col</width>
<height>4-row</height>
<font>symbolWeather</font>
<textcolor>textActive</textcolor>
<label>$VAR[weatherIcon]</label>
</control>
<control type="label">
<posx>col-2-begin</posx>
<posy>-24</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>[COLOR $INFO[skin.string(highlightColor)]]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>34</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<autoscroll delay="3000" time="1000" repeat="3000"/>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>76</posy>
<width>6-col-gutter</width>
<height>1-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Day 0</description>
<label>$INFO[Window.Property(Day0.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day0.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day0.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
</item>
<item id="2">
<description>Day 1</description>
<label>$INFO[Window.Property(Day1.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day1.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
</item>
<item id="3">
<description>Day 2</description>
<label>$INFO[Window.Property(Day2.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day2.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
</item>
<item id="4">
<description>Day 3</description>
<label>$INFO[Window.Property(Day3.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day3.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
</item>
<item id="5">
<description>Day 4</description>
<label>$INFO[Window.Property(Day4.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day4.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--panel ends-->
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyWeather.xml</label>
</control>
</controls> </controls>
</window> </window>

View File

@ -157,7 +157,7 @@
<height>230</height> <height>230</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture> <texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>

View File

@ -31,6 +31,7 @@
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="300"> <itemlayout width="300" height="300">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -38,10 +39,10 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
@ -85,9 +86,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -104,9 +105,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
@ -115,9 +116,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">

View File

@ -68,7 +68,7 @@
<posy>12-row</posy> <posy>12-row</posy>
<width>24-col</width> <width>24-col</width>
<height>2-row</height> <height>2-row</height>
<font>largeStrong</font> <font>large</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>background</shadowcolor> <shadowcolor>background</shadowcolor>
<label>[B]$INFO[container.foldername][/B]</label> <label>[B]$INFO[container.foldername][/B]</label>
@ -93,10 +93,10 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
@ -140,9 +140,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -159,9 +159,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -204,9 +204,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(thumb)]</texture> <texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="grouplist"> <control type="grouplist">

View File

@ -33,6 +33,7 @@
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="430"> <itemlayout width="300" height="430">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -40,10 +41,10 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultPoster.png</texture> <texture border="6">defaultPoster.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(listitem.title)</visible> <visible>isempty(listitem.title)</visible>
@ -88,7 +89,7 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <texture border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
@ -107,8 +108,8 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="defaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture> <texture fallback="defaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="group"> <control type="group">

View File

@ -12,6 +12,7 @@
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="300"> <itemlayout width="300" height="300">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -19,10 +20,10 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -54,9 +55,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -73,9 +74,9 @@
<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="defaultAlbumCover.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="defaultAlbumCover.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">

View File

@ -81,9 +81,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -116,9 +116,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(thumb)]</texture> <texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -135,10 +135,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -170,9 +169,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(thumb)]</texture> <texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</control> </control>

View File

@ -12,6 +12,7 @@
<ondown>52</ondown> <ondown>52</ondown>
<onup>52</onup> <onup>52</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="6-col" height="294"> <itemlayout width="6-col" height="294">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -19,9 +20,9 @@
<width>396</width> <width>396</width>
<height>264</height> <height>264</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -54,9 +55,9 @@
<width>396</width> <width>396</width>
<height>264</height> <height>264</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -73,9 +74,9 @@
<width>396</width> <width>396</width>
<height>264</height> <height>264</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture border="0">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
@ -84,9 +85,9 @@
<width>396</width> <width>396</width>
<height>264</height> <height>264</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">

View File

@ -90,9 +90,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultPoster.png</texture> <texture border="6">defaultPoster.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -125,9 +125,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.thumb]</texture> <texture border="6">$INFO[ListItem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -140,9 +140,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio aligny="top">scale</aspectratio> <aspectratio aligny="top">scale</aspectratio>
<texture fallback="defaultPoster.png" border="0">$INFO[ListItem.thumb]</texture> <texture fallback="defaultPoster.png" border="6">$INFO[ListItem.thumb]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">

View File

@ -34,9 +34,9 @@
<width>8-col</width> <width>8-col</width>
<height>8-col</height> <height>8-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="defaultAlbumCover.png" diffuse="masks/discSurface.png" border="0">$INFO[ListItem.art(thumb)]</texture> <texture fallback="defaultAlbumCover.png" diffuse="masks/discSurface.png" border="6">$INFO[ListItem.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<fadetime>500</fadetime> <fadetime>500</fadetime>
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation> <animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
</control> </control>

View File

@ -32,6 +32,7 @@
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<onback>activateWindow(home)</onback> <onback>activateWindow(home)</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="300"> <itemlayout width="444" height="300">
@ -41,9 +42,9 @@
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="defaultPoster.png" border="0">$INFO[Listitem.art(fanart)]</texture> <texture fallback="defaultPoster.png" border="6">$INFO[Listitem.art(fanart)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(ListItem.Title)</visible> <visible>isempty(ListItem.Title)</visible>
@ -53,7 +54,7 @@
<height>3-row</height> <height>3-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>
@ -83,7 +84,7 @@
<height>3-row</height> <height>3-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>
@ -101,10 +102,10 @@
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="defaultPoster.png" border="0">$INFO[Listitem.art(fanart)]</texture> <texture fallback="defaultPoster.png" border="6">$INFO[Listitem.art(fanart)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -115,20 +116,11 @@
<height>3-row</height> <height>3-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>
</control> </control>
<control type="image">
<posx>3</posx>
<posy>3</posy>
<width>402</width>
<height>258</height>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>row-3-begin</posy> <posy>row-3-begin</posy>
@ -145,7 +137,7 @@
<height>3-row</height> <height>3-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>

View File

@ -15,6 +15,7 @@
<ondown>59</ondown> <ondown>59</ondown>
<onup>59</onup> <onup>59</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="300"> <itemlayout width="300" height="300">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -22,9 +23,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">defaultAlbumCover.png</texture> <texture border="6">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -57,9 +58,9 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -76,9 +77,9 @@
<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="defaultAlbumCover.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="defaultAlbumCover.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">

View File

@ -101,10 +101,10 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="6">defaultPoster.png</texture>
<bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
@ -160,9 +160,9 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <texture border="6">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
@ -171,9 +171,9 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.property(season_poster)]</texture> <texture border="6">$INFO[ListItem.property(season_poster)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
@ -190,11 +190,12 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="6">defaultPoster.png</texture>
<bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
<posx>12</posx> <posx>12</posx>
@ -249,9 +250,9 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(poster)]</texture> <texture border="6">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
@ -260,9 +261,9 @@
<width>3-col-gutter</width> <width>3-col-gutter</width>
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.property(season_poster)]</texture> <texture border="6">$INFO[ListItem.property(season_poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</control> </control>

View File

@ -120,10 +120,34 @@
<font>regularStrong</font> <font>regularStrong</font>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>99000000</shadowcolor> <shadowcolor>-</shadowcolor>
<scroll>false</scroll> <scroll>false</scroll>
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label> <label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
</control> </control>
<control type="label">
<visible>Playlist.IsRepeat | Playlist.IsRepeatOne</visible>
<posx>8-col-gutter</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
<control type="label">
<visible>Playlist.IsRandom</visible>
<posx>9-col-gutter</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</control> </control>
</control> </control>
</control> </control>

View File

@ -3,10 +3,4 @@ Pellucid
Pellucid is a skin for Kodi by theDeadMan Pellucid is a skin for Kodi by theDeadMan
Built in support for:
- PVR
- Rom Collection Browser
- Artist slideshow
- Artwork downloader

View File

@ -34,6 +34,8 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
Advanced launcher home link
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
Global search results needs a review Global search results needs a review
@ -46,8 +48,6 @@ scripted video info screen TEST THAT PLAYMEDIA WORKS
Add MyVideoPlaylist.xml Add MyVideoPlaylist.xml
Use Appropriate weather backgrounds based on todays weather conditions
Finish Pictures section update (info screen esp.) Finish Pictures section update (info screen esp.)
PVR Recording indicators PVR Recording indicators

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

After

Width:  |  Height:  |  Size: 784 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

View File

@ -626,7 +626,7 @@ msgid "<Smart playlist name>"
msgstr "" msgstr ""
msgctxt "#31212" msgctxt "#31212"
msgid "5 Day Forecast for" msgid "5 Day Forecast"
msgstr "" msgstr ""
msgctxt "#31213" msgctxt "#31213"