Kodi Community Forum

Full Version: IMDB calls
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to have a text box that has multiple tags in it. How do I do it?

I want Year, Rating, and runtime. I get these separately, but i want to combine them into one tag on the videoinfo.xml. do I use $INFO[ ]?

Thanks in advance!
<label>$INFO[ListItem.Year] - $INFO[ListItem.Rating] - $INFO[ListItem.Duration]</label>
Thanks Jmarshall you great!!!
When I use <label>$INFO[ListItem.Year] - $INFO[ListItem.Rating] - $INFO[ListItem.Duration]</label>
It is displays - 0.00 -
Guess none of that info is present then.
rating of 0.00=no imdb info (or horrible movie, heh)