Video info screen image problem
#1
I want to use landscape.jpg but I can't seem to get it to show. Is this possible in videoinfo. My code is below

<control type="image">
<posx>132</posx>
<posy>254</posy>
<width>571</width>
<height>321</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Path,,landscape.jpg]</texture>
<control>
Reply
#2
I assume the last line is just a typo and should be "</control>".
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
#3
Correct.

I just did a quick retype. I use that <texture> line several other places in views and it works just fine.
Reply
#4
For some reason you need ListItem.FilenameAndPath in videoinfo to show the correct path for tvshows.

Example:
Code:
$INFO[ListItem.FileNameAndPath,,/landscape.jpg]
Reply
#5
A some what related problem:
http://trac.xbmc.org/ticket/12244
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#6
Big_Noid Wrote:For some reason you need ListItem.FilenameAndPath in videoinfo to show the correct path for tvshows.

Example:
Code:
$INFO[ListItem.FileNameAndPath,,/landscape.jpg]

That did the trick. Thanks for the advice!
Reply

Logout Mark Read Team Forum Stats Members Help
Video info screen image problem0