WIP Problem fetching posters in my own written movie scraper
#1
Video 
[/code]Hi all,

I have written a movie scraper, to get details from otr like files. I parse the movie informations from tmdb and everything works, except the download of the movie poster.

In the <details> object I added the following node:

Code:
<thumb>
  <url aspect="poster">
    http://localhost:8080/image/AblhtULOVtrkSnFxRPQ8gBemxw9.jpg
  </url>
</thumb>

When I enter the URL in the browser I see the image but the xbmc doesn't shows it. I also tried the <thumb> node without the <url> node and without the aspect attribute. All without success.
What do I'm wrong?


Thanks for replay,

Bozan
Reply
#2
Check the firewall?
Reply

Logout Mark Read Team Forum Stats Members Help
Problem fetching posters in my own written movie scraper1