2023-03-11, 19:51
I'm trying to show the poster while watching a tv show, but I can't show it, because these parameters always return "empty":
I can't understand why, with the arrival of kodi 20 do I have to change something?
Any help is appreciated.
$INFO[Player.Art(tvshow.poster)]
$INFO[VideoPlayer.Art(poster)]
$INFO[Player.Art(poster)]
<control type="image" id="1">
<depth>DepthOSDPopout</depth>
<description>cover image</description>
<left>20</left>
<top>350r</top>
<width>300</width>
<height>330</height>
<texture>$INFO[VideoPlayer.Art(poster)]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>![VideoPlayer.Content(Movies) | VideoPlayer.Content(LiveTV)]</visible>
</control>
I can't understand why, with the arrival of kodi 20 do I have to change something?
Any help is appreciated.