Kodi Community Forum

Full Version: TheMovieDB.org scraper not finding the cover & fanart
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get my BBC Life collection scanned into my movie database.

This is the path structure for the "Birds" one:

smb://10.1.14.10/Films/BBC Life - Birds/Life_E05_BluRay_BBC_1080p_x264_NL.mkv

tMDB page for this movie: http://www.themoviedb.org/movie/29839

XBMC Debug log: http://pastebin.com/vTEU2aG4

There seem to be poster & fanart links in the XML file that the tMDB API provides but none of the images on tMBD looks like the one XBMC is using for the cover.

http://api.themoviedb.org/2.1/Movie.sear...0-%20birds

Code:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
  <opensearch:Query searchTerms="bbc life  birds"/>
  <opensearch:totalResults>1</opensearch:totalResults>
  <movies>
    <movie>
      <score>7.5337977</score>
      <popularity>3</popularity>

      <translated></translated>
      <adult>false</adult>
      <language>en</language>
      <original_name>BBC Life: Birds</original_name>
      <name>BBC Life: Birds</name>
      <alternative_name></alternative_name>
      <type>movie</type>

      <id>29839</id>
      <imdb_id></imdb_id>
      <url>http://www.themoviedb.org/movie/29839</url>
      <votes>1</votes>
      <rating>10.0</rating>
      <certification></certification>
      <overview>Birds owe their global success to feathers - something no other animal has. They allow birds to do extraordinary things.</overview>

      <released>2009-01-01</released>
      <images>
        <image type="poster" url="http://hwcdn.themoviedb.org/posters/af7/4d19d42b5e73d6083400aaf7/bbc-life-birds-original.jpg" size="original" width="924" height="1200" id="4d19d42b5e73d6083400aaf7"/>
        <image type="poster" url="http://hwcdn.themoviedb.org/posters/af7/4d19d42b5e73d6083400aaf7/bbc-life-birds-mid.jpg" size="mid" width="500" height="649" id="4d19d42b5e73d6083400aaf7"/>
        <image type="poster" url="http://hwcdn.themoviedb.org/posters/af7/4d19d42b5e73d6083400aaf7/bbc-life-birds-cover.jpg" size="cover" width="185" height="240" id="4d19d42b5e73d6083400aaf7"/>
        <image type="poster" url="http://hwcdn.themoviedb.org/posters/af7/4d19d42b5e73d6083400aaf7/bbc-life-birds-thumb.jpg" size="thumb" width="92" height="119" id="4d19d42b5e73d6083400aaf7"/>
        <image type="backdrop" url="http://hwcdn.themoviedb.org/backdrops/004/4bf8b0ce017a3c702f000004/bbc-life-birds-original.jpg" size="original" width="1920" height="1080" id="4bf8b0ce017a3c702f000004"/>
        <image type="backdrop" url="http://hwcdn.themoviedb.org/backdrops/004/4bf8b0ce017a3c702f000004/bbc-life-birds-poster.jpg" size="poster" width="780" height="439" id="4bf8b0ce017a3c702f000004"/>

        <image type="backdrop" url="http://hwcdn.themoviedb.org/backdrops/004/4bf8b0ce017a3c702f000004/bbc-life-birds-thumb.jpg" size="thumb" width="300" height="169" id="4bf8b0ce017a3c702f000004"/>
      </images>
      <version>4</version>
      <last_modified_at>2010-12-28 12:12:28</last_modified_at>
    </movie>
  </movies>
</OpenSearchDescription>

Here are 2 screenshots:

Image

Image

I seem to get the right info (plot etc) but not the cover & fanart.

Am I doing something wrong?
I'm thinking that's a TV Show, as such XBMC would scrape thetvdb.com ?
It's on themoviedb.org as 10 different movies, so that should work. I also set the use of folder name for search in the scraper options so the file name should not be breaking anything. Also It finds the movie info on tMDB but just does not load the cover & fanart...
OK I've installed XBMC on my windows desktop, clean install. I've added a source with the movies XBMC tMDb scraper can't find any posters & fanart for. This is the log:

http://pastebin.com/hP1mR2kU

It's not just the BBC movies that won't work properly, its also few other movies like these that are complete on tMDb but I can't seem to get any fanart or posters for:

http://www.themoviedb.org/movie/51837

http://www.themoviedb.org/movie/35209

Here are 3 new screenshots:

Image

Image

Image


I noticed that all the movies that I have this problem with have some non-English content on tMDb (see changelog for the movie on tMDB), could this be the problem?
Found the problem, when the scraper is configured to get rating from IMDB but the movie on tMDb has no IMDB ID the fanart & posters are broken.

Created a ticket: http://trac.xbmc.org/ticket/10986