New scraper, cant get thumb image
#1
Hi guys,

I'm working on a new scraper, to scrape from cabaretdvd.nl. I have its basic functions up now, so it can get movie details from a search.

The only thing i want extra for now, is that it gets the thumb for the matching movie. I already have the path to image parsed, its just that XBMC doesn't seem to pick it up from the GetDetails line.

GetDetails examples from the debug log:
http://pastebin.com/bnXQuLge

I've tried all of these setups and never got the thumb...
<thumb>directlink.jpg</thumb>
<thumb><url>directlink.jpg</url></thumb>
<thumb><url spoof>directlink.jpg</url></thumb>
<thumb><url spoof="http://www.cabaretdvd.nl">directlink.jpg</url></thumb>

Do you need to have my scrape code al well?
Reply

Logout Mark Read Team Forum Stats Members Help
New scraper, cant get thumb image0