tweaks
This commit is contained in:
parent
242fc6ef85
commit
872e2c51d4
|
@ -31,6 +31,15 @@
|
|||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<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>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
|
@ -41,22 +50,22 @@
|
|||
<control type="image">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-row</width>
|
||||
<height>2-row</height>
|
||||
<width>1-col</width>
|
||||
<height>1-col</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<bordertexture border="0">colors/black.png</bordertexture>
|
||||
<bordersize>2,0,2,0</bordersize>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<bordertexture border="0" diffuse="masks/circle.png">colors/black.png</bordertexture>
|
||||
<bordersize>0</bordersize>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-row</width>
|
||||
<height>2-row</height>
|
||||
<texture>$INFO[Player.Art(thumb)]</texture>
|
||||
<width>1-col</width>
|
||||
<height>1-col</height>
|
||||
<texture border="0" diffuse="masks/circle.png">$INFO[Player.Art(thumb)]</texture>
|
||||
<bordertexture border="0">colors/black.png</bordertexture>
|
||||
<bordersize>2,0,2,0</bordersize>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<bordersize>0</bordersize>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>192</posx>
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogOk.xml</label>
|
||||
<label>DialogOK.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -34,6 +34,15 @@
|
|||
|
||||
***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:
|
||||
show parent folder items: system.getbool(showparentdiritems)
|
||||
start PVR minimised: false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<smartplaylist type="movies">
|
||||
<name>collage_randomMovies</name>
|
||||
<name>collage_RandomMovies</name>
|
||||
<match>all</match>
|
||||
<limit>50</limit>
|
||||
<order direction="ascending">random</order>
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
<name>recentAlbums</name>
|
||||
<match>all</match>
|
||||
<limit>10</limit>
|
||||
<order direction="ascending">random</order>
|
||||
<order direction="descending">dateadded</order>
|
||||
</smartplaylist>
|
Loading…
Reference in New Issue