[skin.confluence] v4.4.0

Added PVR channel number input
This commit is contained in:
Kevin Goffe 2018-03-12 09:56:50 +00:00
parent 669554b814
commit 78cc28c7dd
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<window id="1113" type="dialog">
<visible>[Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)] + !Window.IsActive(pvrosdchannels) + !String.IsEmpty(PVR.ChannelNumberInput)</visible>
<controls>
<control type="label">
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<label>$INFO[PVR.ChannelNumberInput]</label>
<shadowcolor>black</shadowcolor>
<align>center</align>
<font>WeatherTemp</font>
<aligny>center</aligny>
<visible>!String.IsEmpty(PVR.ChannelNumberInput)</visible>
</control>
</controls>
</window>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.3.0" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.4.0" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.13.0"/>
</requires>