This commit is contained in:
Chris Bevan 2016-03-29 09:16:59 +01:00
parent 186c86ada6
commit 84a476a5d9
6 changed files with 44 additions and 28 deletions

View File

@ -77,8 +77,6 @@
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
xc
</control> </control>
<!--hub menu--> <!--hub menu-->

View File

@ -119,6 +119,17 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </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> </itemlayout>
<focusedlayout height="2-row" width="216"> <focusedlayout height="2-row" width="216">
<control type="image" id="14"> <control type="image" id="14">

View File

@ -1,28 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload> <onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader--> <!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)"> <animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
</animation> </animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation--> <!--initial animation-->
<animation type="Windowopen"> <animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/> <effect type="fade" start="0" end="100" time="300"/>
</animation> </animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -150,34 +144,33 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--Additional info--> <!--Additional info-->
<control type="group"> <control type="group">
<posx>72</posx> <posx>0</posx>
<posy>22-row</posy> <posy>22-row</posy>
<control type="progress"> <control type="progress">
<description>Disk usage bar</description> <description>Disk usage bar</description>
<left>0</left> <left>0</left>
<top>1</top> <top>1</top>
<width>4-col-gutter</width> <width>24-col</width>
<height>1-row</height> <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> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible> <info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
</control> </control>
<control type="label"> <control type="label">
<posx>4-col</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col-gutter</width> <width>24-col</width>
<font>itemTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <align>center</align>
<textcolor>background</textcolor>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[Pvr.BackendDiskSpace]</label> <label>$INFO[Pvr.BackendDiskSpace]</label>
</control> </control>
</control> </control>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->
<control type="group" id="9400"> <control type="group" id="9400">
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
@ -191,7 +184,6 @@
<onback>9999</onback> <onback>9999</onback>
</control> </control>
</control> </control>
<!--Folder titles--> <!--Folder titles-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>

View File

@ -58,10 +58,10 @@
<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>regularStrong</font> <font>small</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)]</label> <label>[B]$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)][/B]</label>
</control> </control>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
@ -123,7 +123,17 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <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> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
@ -147,6 +157,7 @@
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>right</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -158,6 +169,7 @@
<width>2-col-gutter</width> <width>2-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -237,6 +249,7 @@
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>right</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -248,6 +261,7 @@
<width>2-col-gutter</width> <width>2-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -196,7 +196,6 @@
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>overlay</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>
@ -271,7 +270,6 @@
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>
<!--content selector--> <!--content selector-->
<control type="list" id="9123"> <control type="list" id="9123">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">

View File

@ -34,17 +34,20 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
PVR Recording indicators Optimise settings: use skin helper: on startup: Ask whether to change:
PVR Recording scheduler (integrate with recordings) 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 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 scripted video info screen TEST THAT PLAYMEDIA WORKS
Add MyVideoPlaylist.xml Add MyVideoPlaylist.xml
Check extra button to dialogAddonInfo.xml actually works (auto update) 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)