The MovieDB scraper not getting titles

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rbcarnevale Offline
Junior Member
Posts: 45
Joined: Apr 2009
Reputation: 0
Post: #11
I m having the same problem here (Brazilian movies).
find quote
PaulC2K Offline
Junior Member
Posts: 41
Joined: Apr 2011
Reputation: 0
Location: Manchester, UK
Post: #12
Same problem, TMdb scraper is working for the majority of the time, however it seems to be ignoring a load also.

Doing a manual searching for 'Manchester' brings 2 results:
Manchester United Season Review 2007-2008 (2008)
Manchester United - End of Season Review 2007-2008 (2008) [color=#888](possibly wont see this, just made some changes to the listing)[/color]

Searching on the website: http://www.themoviedb.org/search?search=Manchester
Wheres the other dozen or so titles??

Thats with the YouTube addon too. Cant for the life of me understand why it'd see 2 titles, but not the rest, they've got exactly the same pieces of information in the listing from what i can see.
find quote
olympia Offline
Team-XBMC Member
Posts: 2,398
Joined: May 2008
Reputation: 31
Post: #13
Debug log.
find quote
PaulC2K Offline
Junior Member
Posts: 41
Joined: Apr 2011
Reputation: 0
Location: Manchester, UK
Post: #14
Im guessing thats a suggestion to provide one?
If so: http://dl.dropbox.com/u/20670693/xbmc/xb...20tmdb.log

Cant think of anything else that might be helpful which isnt in the first couple of lines of the log.
If you did a manual search for 'Manchester' does it pull a dozen titles, cant really understand how it'd show 2 but not more. 'Manc' brough about 6 titles, 'Man' brings 3 pages worth back. So its obviously quite capable, it just being limited/stopped by something.
find quote
olympia Offline
Team-XBMC Member
Posts: 2,398
Joined: May 2008
Reputation: 31
Post: #15
This is because no release data has entered for those titles and the scraper is expecting release date currently.

I will look into this, but you can solve this issue by registering the release dates on TMDb.
find quote
PaulC2K Offline
Junior Member
Posts: 41
Joined: Apr 2011
Reputation: 0
Location: Manchester, UK
Post: #16
olympia Wrote:This is because no release data has entered for those titles and the scraper is expecting release date currently.

I will look into this, but you can solve this issue by registering the release dates on TMDb.

I did wonder about that, however i set it to released (rather than blank) and saw no change and just thought maybe its best to just leave it alone and wait for a fix or some understanding of what the problem is as it may well have been my system and not the title.

Thanks for clearing that up.
find quote
olympia Offline
Team-XBMC Member
Posts: 2,398
Joined: May 2008
Reputation: 31
Post: #17
Fixed in TMDb version 3.0.8.

(not sure though why release date is not mandatory on themoviedb.org when someone add a new movie though)
find quote
jbo87 Offline
Member
Posts: 66
Joined: Jan 2010
Reputation: 0
Post: #18
If I supply a movie.nfo including an IMDB url the scraper always gets the original title. After deleting the movie.nfo it scrapes the correct german title.

Example:
Directory: "8 Blickwinkel"
Content of movie.nfo: "http://www.imdb.com/title/tt0443274"
Preferred language: "de"

Title w/ .nfo: "Vantage Point"
Title w/o .nfo: "8 Blickwinkel"

Looks like keep original title is ignored?!
Plot and so on is german w/ or w/o .nfo.
find quote
jbo87 Offline
Member
Posts: 66
Joined: Jan 2010
Reputation: 0
Post: #19
I think i found the bug:

Code:
01:26:59 T:2811251568   DEBUG: scraper: NfoUrl returned <details><url>http://api.themoviedb.org/3/movie/tt0443274?api_key=57983e31fb435df4df77afb854740ea9&de</url><id>tt0443274</id></details>

The URL parameter name "language" is missing. Only the value is passed along. Fix it in <NfoUrl>!
find quote
Post Reply