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

View File

@ -147,6 +147,17 @@
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
</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>
</include>
</includes>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB