Fix missing image in DialogSelect.xml

This commit is contained in:
Christian Gade 2022-04-09 18:16:28 +02:00
parent acab988c54
commit 13fc043313
4 changed files with 12 additions and 4 deletions

View File

@ -495,6 +495,10 @@
<value condition="Window.IsActive(Videos) + !String.IsEqual(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
<value>ActivateWindow(musicplaylist)</value>
</variable>
<variable name="DialogSelectImage">
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="SelectBack">
<value condition="![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]">DialogBack.png</value>
<value>DialogBack2.png</value>

View File

@ -174,7 +174,7 @@
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<texture>$VAR[DialogSelectImage]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
@ -227,7 +227,7 @@
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<texture>$VAR[DialogSelectImage]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.7.14" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.7.15" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
</requires>
@ -143,6 +143,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>- Add PVR guide controls dialog.[CR]- Updated language files from Transifex.</news>
<news>- - Fix image in select dialog.[CR]- Updated language files from Transifex.</news>
</extension>
</addon>

View File

@ -1,3 +1,7 @@
[B]4.7.15[/B]
- Fix image in select dialog
[B]4.7.14[/B]
- Add PVR guide controls dialog