[skin.confluence] v4.1.41

- Added GameOSD dialog
This commit is contained in:
Kevin Goffe 2017-07-06 12:24:01 +01:00
parent 6c2fe94982
commit 596c9a3ec8
4 changed files with 116 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<window>
<defaultcontrol>1</defaultcontrol>
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowTime | Player.IsTempo</visible>
<visible>!Player.HasGame</visible>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<depth>DepthOSD</depth>

109
720p/GameOSD.xml Normal file
View File

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>470</left>
<top>229</top>
</coordinates>
<controls>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>262</height>
<texture border="20">DialogBack.png</texture>
</control>
<control type="grouplist" id="1000">
<description>grouplist for buttons</description>
<left>20</left>
<top>30</top>
<width>300</width>
<height>212</height>
<itemgap>4</itemgap>
<control type="button" id="1001">
<description>Resume button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[13404]</label>
<label2>Select + X</label2>
<onclick>Play</onclick>
</control>
<control type="button" id="1002">
<description>Reset button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[10035]</label>
<label2>Select + B</label2>
<onclick>PlayerControl(Reset)</onclick>
</control>
<control type="button" id="1003">
<description>Stop button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[35222]</label>
<label2>Select + Start</label2>
<onclick>Stop</onclick>
</control>
<control type="image" id="1004">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="button" id="1005">
<description>Video settings button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[13395]</label>
<onclick>ActivateWindow(gamevideosettings)</onclick>
</control>
<control type="button" id="1006">
<description>Input settings button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[35223]</label>
<onclick>ActivateWindow(gamecontrollers)</onclick>
</control>
</control>
<control type="button">
<description>Close Window button</description>
<left>260</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label/>
<font/>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</controls>
</window>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.1.4" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.1.41" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.13.0"/>
</requires>
@ -145,6 +145,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>Added fallbacks for home screen Recently Added items</news>
<news>Added Game OSD dialog</news>
</extension>
</addon>

View File

@ -1,3 +1,7 @@
[B]4.1.41[/B]
- Added GameOSD dialog
[B]4.1.4[/B]
- Added path to music info dialog