Fix season posters

Due to skin engine changes
This commit is contained in:
Kevin Goffe 2021-01-22 21:20:07 +00:00
parent 95d56b5238
commit 72ccf5a7d7
4 changed files with 13 additions and 9 deletions

View File

@ -522,7 +522,7 @@
<top>4</top>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
@ -623,7 +623,7 @@
<top>4</top>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="PosterWrapView">
<control type="grouplist">
@ -1131,7 +1131,7 @@
<height>355</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
@ -1474,7 +1474,7 @@
<top>335</top>
<width>100</width>
<height>25</height>
<label fallback="10005">$INFO[listitem.Duration]</label>
<label fallback="416">$INFO[listitem.Duration]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -1607,7 +1607,7 @@
<top>335</top>
<width>120</width>
<height>25</height>
<label fallback="10005">$INFO[listitem.Duration]</label>
<label fallback="416">$INFO[listitem.Duration]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
@ -1940,7 +1940,7 @@
<height>440</height>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.7.8" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.7.9" 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>- Switch to dynamic content for home screen widgets.[CR]- Home screen widgets show only unwatched items.</news>
<news>Fix season posters.</news>
</extension>
</addon>

View File

@ -1,3 +1,7 @@
[B]4.7.9[/B]
- Fix season posters
[B]4.7.6[/B]
- Switch to dynamic content for home screen widgets