[skin.confluence] Add HasArchive indicator to channels and programs (#66)
Many thanks.
This commit is contained in:
parent
03139a1d9b
commit
d404a1b1e2
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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
BIN
media/PVR-HasArchive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user