Fix season posters

Due to skin engine changes
This commit is contained in:
Kevin Goffe 2021-01-22 21:20:07 +00:00 committed by David Vukovic
parent a371b1d75a
commit 4ff6ce9241
4 changed files with 13 additions and 9 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <requires>
<import addon="xbmc.gui" version="5.15.0"/> <import addon="xbmc.gui" version="5.15.0"/>
</requires> </requires>
@ -143,6 +143,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot> <screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot> <screenshot>resources/screenshot-09.jpg</screenshot>
</assets> </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> </extension>
</addon> </addon>

View File

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