[skin.confluence] Add HasArchive indicator to channels and programs (#66)

Many thanks.
This commit is contained in:
Arthur Liberman 2019-09-07 08:22:32 +03:00 committed by Kevin Goffe
parent 03139a1d9b
commit d404a1b1e2
5 changed files with 34 additions and 1 deletions

View File

@ -123,6 +123,14 @@
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="image">
<left>5</left>
<top>35</top>
<width>20</width>
<height>20</height>
<texture>PVR-HasArchive.png</texture>
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>
@ -243,6 +251,14 @@
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="image">
<left>5</left>
<top>35</top>
<width>20</width>
<height>20</height>
<texture>PVR-HasArchive.png</texture>
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>

View File

@ -563,6 +563,7 @@
<value condition="ListItem.HasTimer + !ListItem.TimerIsActive">PVR-HasTimerDisabled.png</value>
<value condition="ListItem.HasTimerSchedule">PVR-HasTimerSchedule.png</value>
<value condition="ListItem.HasTimer">PVR-HasTimer.png</value>
<value condition="ListItem.IsPlayable">PVR-HasArchive.png</value>
</variable>
<variable name="PVRTimerLabel">
<value condition="ListItem.IsRecording">$LOCALIZE[19043]</value>

View File

@ -274,6 +274,14 @@
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="image">
<left>5</left>
<top>37</top>
<width>16</width>
<height>16</height>
<texture>PVR-HasArchive.png</texture>
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
</control>
</itemlayout>
<focusedlayout height="60" width="390">
<control type="image">
@ -370,6 +378,14 @@
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="image">
<left>5</left>
<top>37</top>
<width>16</width>
<height>16</height>
<texture>PVR-HasArchive.png</texture>
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="70">

View File

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

BIN
media/PVR-HasArchive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB