PDA

View Full Version : IMDB calls


w84no1
2007-01-23, 17:50
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!

jmarshall
2007-01-23, 21:39
<label>$INFO[ListItem.Year] - $INFO[ListItem.Rating] - $INFO[ListItem.Duration]</label>

w84no1
2007-01-23, 21:49
Thanks Jmarshall you great!!!

w84no1
2007-01-24, 17:11
When I use <label>$INFO[ListItem.Year] - $INFO[ListItem.Rating] - $INFO[ListItem.Duration]</label>
It is displays - 0.00 -

jmarshall
2007-01-24, 23:10
Guess none of that info is present then.

timo1023
2007-01-25, 01:48
rating of 0.00=no imdb info (or horrible movie, heh)