- March 10, 2006
- 4,434
- 1,897
- Thread starter
- Moderator
- #331
Hey Rochess, sorry for the delay in replying. First I tried a suggestion you gave the last time I asked this question. That was to remove IMDB+ from the scrapers list and then re-add it. After I did this it started getting matches again but I did have one problem movie so I don't know if I fixed the scraper version and this is a dodgy movie, or I haven't really fixed it after all.
So my two questions:
1) Can you successfully import 'E.T. the Extra-Terrestrial (1982)' - tt0083866
2) How do I check to see what version of IMDB+ MovPic is really using (i.e. how do I check if I have this problem or not without going into the DB if possible). Would it be reported in the logs or something where I can check without bothering you every time
Thanks very much for your help.
Multiple methods possible:
1. Open MovPic config -> "Importer Settings" tab -> ensure "Manual manage movie data sources" near the bottom is active, so that you can push the "Movie Details Data Sources" button below it. It should show Source = "IMDb+" and Version = v4.9.28, Language is blank (as it supports more then one) and Published = "10/26/2013"
2. If you enable scraper-debug mode (inside the "Movie Details Data Sources" dialog from previous step, you can click the gear icon little arrow to reveal the option to enable it. Once activated it will show a little green bug icon inside the dialog. Now be aware that this causes gigantic/huge log files, we are talking 1.5MB *per* movie, so it slows the entire import process down a lot if your system is unable to cope with the extra load. But with that option enabled inside movingpictures.log file you can see entries such as:
12-Jan-2014 15:22:55 Debug [ ScriptableScraper]: Parsing scriptable scraper: IMDb+ (314159265) Version 4.9.28
or:
(somewhere inside movingpictures.log the following starts)
12-Jan-2014 15:22:57 Debug [ ScraperNode]: executing retrieve: <retrieve name="search_page" url="http://akas.imdb.com/find?s=tt&q=${search.title:safe(UTF-8)}" />
12-Jan-2014 15:22:57 Debug [ ScraperNode]: Retrieving URL: http://akas.imdb.com/find?s=tt&q=E.T. the Extra-Terrestrial
....
12-Jan-2014 15:23:16 Debug [ ScraperNode]: Assigned variable: movie_details[0][0] = tt0083866
12-Jan-2014 15:23:16 Debug [ ScraperNode]: Assigned variable: movie_details[0][1] = E.T. the Extra-Terrestrial
12-Jan-2014 15:23:16 Debug [ ScraperNode]: Assigned variable: movie_details[0][2] = 1982
....
12-Jan-2014 15:23:17 Info [ ScraperNode]: ########################## IMDb+ Search Results ###########################
12-Jan-2014 15:23:17 Info [ ScraperNode]: # Search Folder = !MovPic.Import.Test.Folder
12-Jan-2014 15:23:17 Info [ ScraperNode]: # Search File = E.T. the Extra-Terrestrial (1982).mkv
12-Jan-2014 15:23:17 Info [ ScraperNode]: # Search IMDb ID =
12-Jan-2014 15:23:17 Info [ ScraperNode]: # Search Title = E.T. the Extra-Terrestrial (1982)
12-Jan-2014 15:23:17 Info [ ScraperNode]: #
12-Jan-2014 15:23:17 Info [ ScraperNode]: # IMDb+ IMDb ID = tt0083866 (Only showing first movie found)
12-Jan-2014 15:23:17 Info [ ScraperNode]: # IMDb+ Title = E.T. the Extra-Terrestrial (1982)
12-Jan-2014 15:23:17 Info [ ScraperNode]: # IMDb+ Special =
12-Jan-2014 15:23:17 Info [ ScraperNode]: ###########################################################################
12-Jan-2014 15:23:17 Debug [ DataProviderManager]: SEARCH: Title='E.T. the Extra-Terrestrial', Provider='IMDb+', Version=4.9.28, Number of Results=99
12-Jan-2014 15:23:17 Debug [ MovieSignature]: MATCHING: 'e t the extra terrestrial' WITH: 'E.T. the Extra-Terrestrial' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=True
.....
12-Jan-2014 15:23:17 Info [ MovieImporter]: Auto-approved E.T. the Extra-Terrestrial (1982).mkv as "E.T. the Extra-Terrestrial" (1982)
12-Jan-2014 15:23:17 Info [ MovieImporter]: Retrieving details for "E.T. the Extra-Terrestrial"
12-Jan-2014 15:23:17 Debug [ DatabaseManager]: INSERTING: E.T. the Extra-Terrestrial (1982).mkv
12-Jan-2014 15:23:17 Info [ ScraperNode]: ############################ IMDb+ Detail Node ############################
....
12-Jan-2014 15:23:21 Info [ ScraperNode]: ###########################################################################
12-Jan-2014 15:23:21 Debug [ DataProviderManager]: UPDATE: Title='E.T. the Extra-Terrestrial', Provider='IMDb+', Version=4.9.28, Result=SUCCESS
....
12-Jan-2014 15:23:24 Info [ ScraperNode]: ############################ IMDb+ Cover Node ############################
12-Jan-2014 15:23:24 Info [ ScraperNode]: # IMDb+ Title = E.T. the Extra-Terrestrial (1982) [(tt0083866)]
.....
12-Jan-2014 15:23:25 Debug [ ScraperNode]: Assigned variable: cover_art[0].url = http://ia.media-imdb.com/images/M/MV5BMTc1NTQ0MTUyNF5BMl5BanBnXkFtZTcwMDYzMDU2Mw@@._V1.jpg
12-Jan-2014 15:23:25 Info [ ScraperNode]: ###########################################################################
12-Jan-2014 15:23:25 Info [ FileBasedResource]: Added cover art for "E.T. the Extra-Terrestrial" from: http://ia.media-imdb.com/images/M/MV5BMTc1NTQ0MTUyNF5BMl5BanBnXkFtZTcwMDYzMDU2Mw@@._V1.jpg
12-Jan-2014 15:23:28 Info [ FileBasedResource]: Added backdrop for "E.T. the Extra-Terrestrial" from: http://assets.fanart.tv/fanart/movies/601/moviebackground/et-the-extra-terrestrial-52b33d468a5f9.jpg
12-Jan-2014 15:23:28 Debug [ DatabaseManager]: INSERTING: DBUserMovieSettings ()
12-Jan-2014 15:23:28 Debug [ DatabaseManager]: INSERTING: E.T. the Extra-Terrestrial
12-Jan-2014 15:23:28 Debug [ DatabaseManager]: INSERTING: DBSourceMovieInfo [title='E.T. the Extra-Terrestrial', identifier='tt0083866', provider='IMDb+']
.....
12-Jan-2014 15:23:28 Debug [ DatabaseManager]: UPDATING: E.T. the Extra-Terrestrial (1982).mkv
12-Jan-2014 15:23:28 Info [ MovieImporter]: Added "E.T. the Extra-Terrestrial" (1982).
(end of movingpictures.log if you do not do anything else after importing the movie)
3. IMDb+.log file should technically also tell you what version is in use, but because of the bug in MovPic you can not really trust the answer/reply that MovPic reports.
4. Inside MediaPortal GUI, you can goto plugins -> IMDb+ and inside hidden menu you got "IMDb+ Info...", in here you can verify the active version of IMDb+ scraper script as reported by MovPic