• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 18
TMDB Movie Scraper not working
#31
It looks like they just released an update fixing it.

Comment:

Fixed in scraper version 3.8.1
Reply
#32
(2015-05-29, 16:36)Martijn Wrote: Maybe you should actually look couple posts up.

I had the web open since many time ago, so until I don't post I don't see the new replys Wink
Reply
#33
I'm not sure this is completely fixed:

Code:
16:41:01 T:1702884416   DEBUG: VideoInfoScanner: Scanning dir '/storage/videos/movies/District 9/' as not in the database
16:41:01 T:1702884416   DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/storage/videos/movies/District 9/District 9 (2009) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi'
16:41:01 T:1702884416   DEBUG: FindMovie: Searching for 'District 9' using The Movie Database scraper (path: '/storage/.kodi/addons/metadata.themoviedb.org', content: 'movies', version: '3.8.1')
16:41:01 T:1702884416   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=District%209&amp;year=&amp;language=en</url>
16:41:01 T:1702884416   DEBUG: CurlFile::Open(0x60d4a010) http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=District%209&year=&language=en
16:41:01 T:1702884416    INFO: easy_aquire - Created session to http://api.tmdb.org
16:41:01 T:1702884416   DEBUG: Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=District%209&year=&language=en"
16:41:01 T:1702884416   DEBUG: scraper: GetSearchResults returned <results></results>
16:41:01 T:1702884416   DEBUG: FindMovie: Searching for 'District 9' using The Movie Database scraper (path: '/storage/.kodi/addons/metadata.themoviedb.org', content: 'movies', version: '3.8.1')
16:41:01 T:1702884416   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=District%209&amp;year=&amp;language=en</url>
16:41:01 T:1702884416   DEBUG: CurlFile::Open(0x60d4a010) http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=District%209&year=&language=en
16:41:01 T:1702884416   DEBUG: Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=District%209&year=&language=en"
16:41:01 T:1702884416   DEBUG: scraper: GetSearchResults returned <results></results>
16:41:01 T:1702884416 WARNING: No information found for item '/storage/videos/movies/District 9/District 9 (2009) DVDRip XviD-MAXSPEED www.torentz.3xforum.ro.avi', it won't be added to the library.
16:41:01 T:1702884416   DEBUG: VideoInfoScanner: No (new) information was found in dir /storage/videos/movies/District 9/

The json does include a result:
Code:
{"page":1,"results":[{"adult":false,"backdrop_path":"/nPBDOLBPdBapuhcv4xXopHX9BAE.jpg","genre_ids":[28,878,53],"id":17654,"original_language":"en","original_title":"District 9","overview":"Aliens land in South Africa and have no way home. Years later after living in a slum and wearing out their welcome the \"Non-Humans\" are being moved to a new tent city overseen by Multi-National United (MNU). The movie follows an MNU employee tasked with leading the relocation and his relationship with one of the alien leaders.","release_date":"2009-10-15","poster_path":"/axFmCRNQsW6Bto8XuJKo08MPPV5.jpg","popularity":2.517742,"title":"District 9","video":false,"vote_average":6.9,"vote_count":1118}],"total_pages":1,"total_results":1}

This is on 3.8.1
Reply
#34
Seems to still be something going on with one side or another... Example:

I manually put the 3.8.1 onto my Ubuntu test server.

It started pulling down the files again. WEE! But it's got holes in it. For example:

Code:
10:20:35 T:139681060615936 WARNING: No information found for item '/media/RAID/DVDs/Movies/8 Mile (2002).mkv', it won't be added to the library.
10:20:42 T:139681060615936   ERROR: GetVideoDetails: Invalid XML file (want <details>)
10:20:44 T:139681060615936 WARNING: No information found for item '/media/RAID/DVDs/Movies/After the Sunset (2004).mkv', it won't be added to the library.

Where they are easily:
8 Mile
After The Sunset

Then I close it down and reopen it and re-run the Library Update and it doesn't check them again... /shrugHuh

(2015-05-29, 17:56)markius Wrote: I'm not sure this is completely fixed:

..

This is on 3.8.1

I think we're talking about the same item here also...
Reply
#35
I updated TMDB to 3.8.1. Now some of my movies aren't being scraped (ie. missing them out) and othere are being listed as a completly different movie (several of my movies have been scraped as a completly different moivie and I cant do anything about it as they are named correctly and were scraped perfectly until I cleaned the libary and rescaned using the updated scraper) and nothing on my HDD has changed so the fault is TMDB Scraper. Confused
Reply
#36
Just to add that I'm also having movies misidentified.

On my test system I have...

Foldername -> Scraped as
Superbad -> Superbadazz
Ocean's Eleven -> Ocean's Eleven
District 9 -> [Not scraped]

This is on freshly installed test OpenElec 5.0.8 RPi2 (With the 8.3.1 scraper!)

(2015-05-29, 18:00)IamSGC Wrote: I think we're talking about the same item here also...
Agreed!
Reply
#37
idem

Wall-e -> too big to fail ??
hunger games -> hunger games catching fire
Furious 7 - "not scraped"
...
Reply
#38
v3.8.2 is on the way...
Reply
#39
(2015-05-29, 18:32)olympia Wrote: v3.8.2 is on the way...

ya 3.8.1 did nothing to fix my issues
Reply
#40
fixed it for me , working good now
Reply
#41
I tested the 3.8.2 version. But it still doesn't work right. The scrapper could only find information of 2 movies out of 8.
Reply
#42
i'm on version 3.8.1
Reply
#43
(2015-05-29, 20:20)Karnage11 Wrote: i'm on version 3.8.1

Have you done a full library 'clean' like the other users are describing? Or has it just scraped information for previously un-scraped 'new' files? The other users are describing that some files are fine and others are not, especially after a full database 'clean library' action - not simply an 'update library' action.

I am interested as i am yet to update anything and i have some users saying it's not ready yet and another saying its absolutely fine. If you have performed a full 'Clean library' command on your database, then i would be inclined to give it a go and see how the dice roll - but if you have just added a few new files, then i am going to wait until other users in this forum say that a new release is working for a full library clean-up.
Reply
#44
I didn't do anything I let theMovieDB update and everything and tested it out and everything works , I didn't do anything , didn't even clean the library at all.so I don't know
Reply
#45
(2015-05-29, 20:38)Karnage11 Wrote: I didn't do anything I let theMovieDB update and everything and tested it out and everything works , I didn't do anything , didn't even clean the library at all.so I don't know

Ok, no problem. I am only concerned as i like to reorganise/rename files fairly often and a simple clean library command can be very useful to eliminate duplicates and such. but if it is also going to mess-up previously correct info then it would be a problem. Thanks for replying. I'll wait a little and see if any more info gets posted about another update.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 18

Logout Mark Read Team Forum Stats Members Help
TMDB Movie Scraper not working5