Better code than this? Help!
#1
I am pulling the poster.jpg file on dialogvideoinfo. In order to do this for TV, I am using:

Code:
<texture>$INFO[ListItem.path]/$INFO[ListItem.title]/poster.jpg</texture>

The problem is of course when the TV Show title and folder name dont match, no image is pulled.

Is there a better code choice for this?
Image
To learn more, click here.
Reply
#2
the path you use for logo is useable there?
or is there a listitem.path ? should return tvshow path.
Reply
#3
<texture background="true">$INFO[ListItem.FileNameAndPath]logo.png</texture>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
mcborzu Wrote:<texture background="true">$INFO[ListItem.FileNameAndPath]logo.png</texture>

THANKS to both of you for the quick replies! This got it. Cant believe I missed it!
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
Better code than this? Help!0