This commit is contained in:
Chris Bevan 2015-11-22 20:42:49 +00:00
parent 6bf68cef17
commit 82e70d6644
3 changed files with 26 additions and 10 deletions

View File

@ -73,7 +73,7 @@
<width>528</width>
<height>2-row</height>
<align>left</align>
<font>regularStrong</font>
<font>dialogTitle</font>
<textcolor>black</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<shadowcolor>-</shadowcolor>
@ -86,7 +86,7 @@
<width>528</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>15-row</height>
<height>14-row</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<onload condition="window.isactive(124)">Control.SetFocus(9123,1)</onload>
<onload condition="window.isactive(123)">Control.SetFocus(9123,2)</onload>
<include>fadeInOut</include>
<controls>
<control type="image">
@ -26,7 +24,6 @@
<aspectratio>stretch</aspectratio>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<!--audio / video options selection-->
<control type="panel" id="9123">
<posx>0</posx>
@ -66,7 +63,6 @@
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control>
<control type="label">
<posx>24</posx>
@ -93,6 +89,27 @@
</item>
</content>
</control>
<!--current page marker-->
<control type="image">
<visible>window.isactive(124)</visible>
<posx>12</posx>
<posy>46</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>window.isactive(123)</visible>
<posx>300</posx>
<posy>46</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="grouplist" id="5">
<description>Control Area</description>
<posx>0</posx>
@ -101,7 +118,8 @@
<height>21-row</height>
<orientation>vertical</orientation>
<itemgap>3</itemgap>
<onup>9123</onup>
<onup condition="window.isactive(123)">Control.SetFocus(9123,1)</onup>
<onup condition="window.isactive(124)">Control.SetFocus(9123,0)</onup>
</control>
<control type="button" id="7">
<description>Default Button</description>

View File

@ -32,9 +32,7 @@
***To do***
Better video / audio settings handling (use a button instead)
Info screen rework for the OSD (match movie info style instead)
Finish Info screen rework for the OSD (match movie info style instead)
Check extra button to dialogAddonInfo.xml (auto update)
Music smartplaylists