various
This commit is contained in:
parent
6bf68cef17
commit
82e70d6644
|
@ -73,7 +73,7 @@
|
||||||
<width>528</width>
|
<width>528</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<font>regularStrong</font>
|
<font>dialogTitle</font>
|
||||||
<textcolor>black</textcolor>
|
<textcolor>black</textcolor>
|
||||||
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
|
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<width>528</width>
|
<width>528</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<height>15-row</height>
|
<height>14-row</height>
|
||||||
<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"/>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">5</defaultcontrol>
|
<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>
|
<include>fadeInOut</include>
|
||||||
<controls>
|
<controls>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
@ -26,7 +24,6 @@
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
<colordiffuse>ccFFFFFF</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!--audio / video options selection-->
|
<!--audio / video options selection-->
|
||||||
<control type="panel" id="9123">
|
<control type="panel" id="9123">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
@ -66,7 +63,6 @@
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture>colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
<colordiffuse>highlight</colordiffuse>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>24</posx>
|
<posx>24</posx>
|
||||||
|
@ -93,6 +89,27 @@
|
||||||
</item>
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</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">
|
<control type="grouplist" id="5">
|
||||||
<description>Control Area</description>
|
<description>Control Area</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
@ -101,7 +118,8 @@
|
||||||
<height>21-row</height>
|
<height>21-row</height>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<itemgap>3</itemgap>
|
<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>
|
||||||
<control type="button" id="7">
|
<control type="button" id="7">
|
||||||
<description>Default Button</description>
|
<description>Default Button</description>
|
||||||
|
|
|
@ -32,9 +32,7 @@
|
||||||
|
|
||||||
***To do***
|
***To do***
|
||||||
|
|
||||||
Better video / audio settings handling (use a button instead)
|
Finish Info screen rework for the OSD (match movie info style instead)
|
||||||
Info screen rework for the OSD (match movie info style instead)
|
|
||||||
|
|
||||||
Check extra button to dialogAddonInfo.xml (auto update)
|
Check extra button to dialogAddonInfo.xml (auto update)
|
||||||
|
|
||||||
Music smartplaylists
|
Music smartplaylists
|
||||||
|
|
Loading…
Reference in New Issue