[skin.confluence] v4.4.0
Added PVR channel number input
This commit is contained in:
parent
669554b814
commit
78cc28c7dd
18
720p/custom_PVRChannelNumberInput.xml
Normal file
18
720p/custom_PVRChannelNumberInput.xml
Normal 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>
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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>
|
<requires>
|
||||||
<import addon="xbmc.gui" version="5.13.0"/>
|
<import addon="xbmc.gui" version="5.13.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
Loading…
Reference in New Issue
Block a user