This commit is contained in:
Chris Bevan 2016-04-18 15:49:14 +01:00
parent 242fc6ef85
commit 872e2c51d4
5 changed files with 31 additions and 13 deletions

View File

@ -31,6 +31,15 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>col-1-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>col-2-begin</posx>
<posy>0</posy>
<width>fullscreenWidth</width> <width>fullscreenWidth</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
@ -41,22 +50,22 @@
<control type="image"> <control type="image">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>0</posy> <posy>0</posy>
<width>2-row</width> <width>1-col</width>
<height>2-row</height> <height>1-col</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<bordertexture border="0">colors/black.png</bordertexture> <bordertexture border="0" diffuse="masks/circle.png">colors/black.png</bordertexture>
<bordersize>2,0,2,0</bordersize> <bordersize>0</bordersize>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>0</posy> <posy>0</posy>
<width>2-row</width> <width>1-col</width>
<height>2-row</height> <height>1-col</height>
<texture>$INFO[Player.Art(thumb)]</texture> <texture border="0" diffuse="masks/circle.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="0">colors/black.png</bordertexture> <bordertexture border="0">colors/black.png</bordertexture>
<bordersize>2,0,2,0</bordersize> <bordersize>0</bordersize>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>192</posx> <posx>192</posx>

View File

@ -134,7 +134,7 @@
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>DialogID</include> <include>DialogID</include>
<label>DialogOk.xml</label> <label>DialogOK.xml</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -34,6 +34,15 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
Improve handling of new users (bring through images from homescreen etc)
Improve Notification scrolling
Fix back on dialog keyboard
Minor mod to fullscreen music view - add border to album art.
Optimise settings: use skin helper: on startup: Ask whether to change: Optimise settings: use skin helper: on startup: Ask whether to change:
show parent folder items: system.getbool(showparentdiritems) show parent folder items: system.getbool(showparentdiritems)
start PVR minimised: false start PVR minimised: false

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies"> <smartplaylist type="movies">
<name>collage_randomMovies</name> <name>collage_RandomMovies</name>
<match>all</match> <match>all</match>
<limit>50</limit> <limit>50</limit>
<order direction="ascending">random</order> <order direction="ascending">random</order>

View File

@ -3,5 +3,5 @@
<name>recentAlbums</name> <name>recentAlbums</name>
<match>all</match> <match>all</match>
<limit>10</limit> <limit>10</limit>
<order direction="ascending">random</order> <order direction="descending">dateadded</order>
</smartplaylist> </smartplaylist>