This commit is contained in:
Chris Bevan 2016-02-22 21:10:50 +00:00
parent cbdf6a5e6c
commit 89b42a014c
13 changed files with 50 additions and 42 deletions

View File

@ -6,38 +6,36 @@
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-8-begin</posx>
<posy>row-5-begin</posy> <posy>row-3-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>-12</posy> <posy>0</posy>
<width>8-col</width> <width>8-col</width>
<height>-</height> <height>-</height>
<aspectratio align="left" aligny="top">keep</aspectratio> <aspectratio align="left" aligny="top">keep</aspectratio>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<texture>$INFO[listitem.thumb]</texture> <texture>$INFO[listitem.thumb]</texture>
</control> </control>
<control type="panel" id="5"> <control type="panel" id="5">
<posx>9-col</posx> <posx>0</posx>
<posy>-30</posy> <posy>11-row</posy>
<width>9-col</width> <width>12-col</width>
<height>12-row</height> <height>12-row</height>
<itemlayout width="8-col" height="36"> <itemlayout width="8-col" height="36">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<width>4-col-gutter</width> <width>4-col-gutter</width>
<info>ListItem.Label</info> <label>$INFO[ListItem.Label]</label>
<font>smallStrong</font> <font>smallStrong</font>
</control> </control>
<control type="label"> <control type="label">
<posx>4-col</posx> <posx>3-col</posx>
<width>8-col-gutter</width> <width>9-col-gutter</width>
<align>left</align> <align>left</align>
<info>ListItem.Label2</info> <label>[B]$INFO[ListItem.Label2][/B]</label>
<font>smallMedium</font> <font>smallStrong</font>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="36"> <focusedlayout width="8-col" height="36">
@ -48,8 +46,8 @@
<font>smallStrong</font> <font>smallStrong</font>
</control> </control>
<control type="label"> <control type="label">
<posx>4-col</posx> <posx>3-col</posx>
<width>8-col-gutter</width> <width>9-col-gutter</width>
<align>left</align> <align>left</align>
<info>ListItem.Label2</info> <info>ListItem.Label2</info>
<font>smallMedium</font> <font>smallMedium</font>

View File

@ -147,6 +147,17 @@
<effect type="fade" end="100" time="1000" delay="800"/> <effect type="fade" end="100" time="1000" delay="800"/>
</animation> </animation>
</control> </control>
<!--advanced launcher-->
<control type="image">
<visible>Container(9000).HasFocus(12)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/advancedLauncher.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
</control>
</control> </control>
</include> </include>
</includes> </includes>

View File

@ -49,6 +49,7 @@
<height>672</height> <height>672</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onright>9002</onright> <onright>9002</onright>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -53,6 +53,7 @@
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>22-row</height> <height>22-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -38,6 +38,7 @@
<height>22-row</height> <height>22-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onright>9002</onright> <onright>9002</onright>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -187,6 +187,7 @@
<height>21-row</height> <height>21-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onright>9002</onright> <onright>9002</onright>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -29,6 +29,7 @@
<height>826</height> <height>826</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onright>9002</onright> <onright>9002</onright>
<onback>9999</onback>
</control> </control>
</control> </control>
<!--Folder titles--> <!--Folder titles-->

View File

@ -171,6 +171,7 @@
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>789</height> <height>789</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -51,6 +51,7 @@
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>23-row</height> <height>23-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback>
</control> </control>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<visible>!Substring(Container.folderpath,plugin)</visible> <visible>!Substring(Container.folderpath,plugin)</visible>
@ -59,6 +60,7 @@
<height>23-row</height> <height>23-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onright>9002</onright> <onright>9002</onright>
<onback>9999</onback>
</control> </control>
</control> </control>

View File

@ -72,6 +72,7 @@
<posy>276</posy> <posy>276</posy>
<height>672</height> <height>672</height>
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback>
</control> </control>
</control> </control>
</control> </control>

View File

@ -66,21 +66,15 @@
<label fallback="31205">$INFO[videoplayer.plot]</label> <label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </control>
<!--options--> <!--player controls-->
<control type="group"> <control type="group">
<posx>596</posx> <animation type="windowOpen">
<posy>6</posy> <effect type="fade" start="0" end="100" time="500" tween="sine" easing="in"/>
<control type="image"> <effect type="zoom" end="130" time="0"/>
<posx>0</posx> </animation>
<posy>0</posy> <posx>486</posx>
<width>726</width> <posy>row-18-begin</posy>
<height>79</height>
<texture border="6">colors/black.png</texture>
<colordiffuse>11111111</colordiffuse>
<bordertexture border="6" colordiffuse="overlay">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<aspectratio>stretch</aspectratio>
</control>
<control type="list" id="8001"> <control type="list" id="8001">
<posx>6</posx> <posx>6</posx>
<posy>3</posy> <posy>3</posy>
@ -95,8 +89,8 @@
<width>1-col-textbox</width> <width>1-col-textbox</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/white.png</texture>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>22ffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -106,7 +100,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>99ffffff</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
</itemlayout> </itemlayout>
@ -118,7 +112,7 @@
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>99ffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>

View File

@ -34,9 +34,7 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
Player controls (music) Rework Player controls (video + music) Transparent over screen centre.
Advanced launcher home image
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
@ -48,8 +46,6 @@ scripted video info screen TEST THAT PLAYMEDIA WORKS
Add MyVideoPlaylist.xml Add MyVideoPlaylist.xml
Finish Pictures section update (info screen esp.)
PVR Recording indicators PVR Recording indicators
PVR Recording scheduler (integrate with recordings) PVR Recording scheduler (integrate with recordings)

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB