tweaks
This commit is contained in:
parent
186c86ada6
commit
84a476a5d9
|
@ -77,8 +77,6 @@
|
|||
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
|
||||
xc
|
||||
</control>
|
||||
|
||||
<!--hub menu-->
|
||||
|
|
|
@ -119,6 +119,17 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>ListItem.HasTimer</visible>
|
||||
<posx>12</posx>
|
||||
<posy>6</posy>
|
||||
<width>12</width>
|
||||
<height>12</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="0" diffuse="masks/circle.png">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<animation effect="fade" start="30" end="100" time="1000" condition="true" pulse="true">conditional</animation>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="2-row" width="216">
|
||||
<control type="image" id="14">
|
||||
|
|
|
@ -1,28 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
|
||||
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
|
||||
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
|
||||
<!--page container group-->
|
||||
<control type="group">
|
||||
|
||||
<!--window fader-->
|
||||
<animation type="conditional" condition="window.next(0) | window.next(1)">
|
||||
<effect type="fade" start="100" end="0" time="300"/>
|
||||
</animation>
|
||||
<!--shift page for certain modal dialogs-->
|
||||
|
||||
<include>modalDialogContentShift</include>
|
||||
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
|
||||
<!--Main content listing-->
|
||||
<control type="group" id="9999">
|
||||
<posx>col-1-begin</posx>
|
||||
|
@ -150,34 +144,33 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
||||
<!--Additional info-->
|
||||
<control type="group">
|
||||
<posx>72</posx>
|
||||
<posx>0</posx>
|
||||
<posy>22-row</posy>
|
||||
<control type="progress">
|
||||
<description>Disk usage bar</description>
|
||||
<left>0</left>
|
||||
<top>1</top>
|
||||
<width>4-col-gutter</width>
|
||||
<width>24-col</width>
|
||||
<height>1-row</height>
|
||||
<texturebg colordiffuse="textboxInactive">colors/black.png</texturebg>
|
||||
<texturebg colordiffuse="overlay">colors/black.png</texturebg>
|
||||
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
|
||||
<info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>4-col</posx>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<width>24-col</width>
|
||||
<font>itemSubTitle</font>
|
||||
<align>center</align>
|
||||
<textcolor>background</textcolor>
|
||||
<selectedcolor>textActive</selectedcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[Pvr.BackendDiskSpace]</label>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--page scrollbar-->
|
||||
<control type="group" id="9400">
|
||||
<visible>Control.IsVisible(60)</visible>
|
||||
|
@ -191,7 +184,6 @@
|
|||
<onback>9999</onback>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--Folder titles-->
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
|
|
|
@ -58,10 +58,10 @@
|
|||
<posy>row-7-begin</posy>
|
||||
<width>15-col</width>
|
||||
<height>1-row</height>
|
||||
<font>regularStrong</font>
|
||||
<font>small</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)]</label>
|
||||
<label>[B]$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)][/B]</label>
|
||||
</control>
|
||||
</control>
|
||||
<control type="panel" id="50">
|
||||
|
@ -123,7 +123,17 @@
|
|||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>14-col</width>
|
||||
<width>12-col-textbox</width>
|
||||
<height>69</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
<bordersize>0</bordersize>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>13-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-textbox</width>
|
||||
<height>69</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
|
@ -147,6 +157,7 @@
|
|||
<width>1-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
|
@ -158,6 +169,7 @@
|
|||
<width>2-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
|
@ -237,6 +249,7 @@
|
|||
<width>1-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
|
@ -248,6 +261,7 @@
|
|||
<width>2-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
|
|
|
@ -196,7 +196,6 @@
|
|||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
|
||||
<control type="label">
|
||||
<visible>!controlgroup(9000).hasfocus + container(9123).hasfocus(1)</visible>
|
||||
<posx>12</posx>
|
||||
|
@ -271,7 +270,6 @@
|
|||
</focusedlayout>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--content selector-->
|
||||
<control type="list" id="9123">
|
||||
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
||||
|
|
|
@ -34,17 +34,20 @@
|
|||
|
||||
***To do (Skinners Notes)***
|
||||
|
||||
PVR Recording indicators
|
||||
PVR Recording scheduler (integrate with recordings)
|
||||
Optimise settings: use skin helper: on startup: Ask whether to change:
|
||||
show parent folder items: system.getbool(showparentdiritems)
|
||||
start PVR minimised: false
|
||||
|
||||
PVR Recording schedule (integrate with recordings)
|
||||
|
||||
Fullscreen music view: Radio art and RDS support
|
||||
|
||||
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
|
||||
|
||||
Fullscreen music view - add star rating selector + Radio art / RDS support
|
||||
|
||||
scripted video info screen TEST THAT PLAYMEDIA WORKS
|
||||
|
||||
Add MyVideoPlaylist.xml
|
||||
|
||||
Check extra button to dialogAddonInfo.xml actually works (auto update)
|
||||
|
||||
(use skin helper?) on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)
|
||||
|
||||
|
|
Loading…
Reference in New Issue