Poster not displaying in DialogVideoInfo for show with a single seaon
#1
All of my shows with two or more seasons, and my movies will show the poster when I press enter on an episode.

For all my single season shows when the info just displays the gradient.

I added this hoping it would select the poster.jpg I had in the shows folder but it didn't work:
<control type="image">
<description>Cover image</description>
<posx>0</posx><posy>0</posy>
<width>729</width><height>1080</height>
<texture background="true">$INFO[Player.FolderPath,,/../poster.jpg]</texture>
<aspectratio>stretch</aspectratio>
<include>Animation_VisibleChange200</include>
</control>

I also tried $VAR[PosterVar2]. I'm not sure what the difference is, but i found it in one of the skins files.
Reply
#2
i doubt that this is skin-related. tested in other skins?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
It's skin related because it deals with the conditions of PosterVar found in the skins variables.xml.

I just messed up the path to the poster.jpg. This altered texture worked:
<texture background="true">$INFO[ListItem.Path,,poster.jpg]</texture>

I tried to find the exception in variables.xml, but I'm not familiar enough with xbmc to find the issue.
Reply

Logout Mark Read Team Forum Stats Members Help
Poster not displaying in DialogVideoInfo for show with a single seaon0