Kodi Community Forum
Release Universal Movie Scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: Release Universal Movie Scraper (/showthread.php?tid=129821)



RE: [Release] Universal Movie Scraper - olympia - 2018-01-22

Well, turn off "Include all movie categories" for IMDb search. There is a big fat warning there in the settings it will screw things up...


RE: [Release] Universal Movie Scraper - Razze - 2018-01-22

(2018-01-22, 19:25)iMak Wrote: I previously scraped Harry Potter and the Sorcerer's Stone 2001 just fine...

http://www.imdb.com/title/tt0241527/Image

But last night I scraped the same movie but it came up with a different name, Harry Potter and the Philosopher's Stone 2001 and I think this name is for International release!!!

Image
  

Not a clue but does this use artwork downloader? https://github.com/xbmc/repo-scripts/pull/762


[Release] Universal Movie Scraper - iMak - 2018-01-22

(2018-01-22, 20:15)olympia Wrote: Well, turn off "Include all movie categories" for IMDb search. There is a big fat warning there in the settings it will screw things up...
It was already turned off.


[Release] Universal Movie Scraper - iMak - 2018-01-22

(2018-01-22, 20:41)Razze Wrote:
(2018-01-22, 19:25)iMak Wrote: I previously scraped Harry Potter and the Sorcerer's Stone 2001 just fine...

http://www.imdb.com/title/tt0241527/Image

But last night I scraped the same movie but it came up with a different name, Harry Potter and the Philosopher's Stone 2001 and I think this name is for International release!!!

Image
  

Not a clue but does this use artwork downloader? https://github.com/xbmc/repo-scripts/pull/762
I use Artwork Beef.


RE: [Release] Universal Movie Scraper - olympia - 2018-01-22

(2018-01-22, 22:34)iMak Wrote:
(2018-01-22, 20:15)olympia Wrote: Well, turn off "Include all movie categories" for IMDb search. There is a big fat warning there in the settings it will screw things up...
It was already turned off. 
That was supposed to go to Angelinas... 

I will get that title issue fixed.

By the way, you know UMS gets you extra artwork now on Leia, right?


RE: [Release] Universal Movie Scraper - Ipaddle - 2018-01-23

(2018-01-22, 22:58)olympia Wrote:
(2018-01-22, 22:34)iMak Wrote:
(2018-01-22, 20:15)olympia Wrote: Well, turn off "Include all movie categories" for IMDb search. There is a big fat warning there in the settings it will screw things up...
It was already turned off. 
That was supposed to go to Angelinas... 

I will get that title issue fixed.

By the way, you know UMS gets you extra artwork now on Leia, right?
This includes movie set artwork?


RE: [Release] Universal Movie Scraper - olympia - 2018-01-23

Yes, but proper set artwork handling requires some core code changes still to come. So although UMS scrapes the artwork, that can only be used after this change has implemented.


RE: [Release] Universal Movie Scraper - olympia - 2018-01-23

@iMak, the title issue should be solved with the upcoming UMS scraper update.

Edit: let me know if you still experience the issue.


RE: [Release] Universal Movie Scraper - mikebzh44 - 2018-01-23

(2018-01-15, 14:20)olympia Wrote: UMS v5.0.0 (_Leia only_) now supports scraping extra artwork: clearlogo, clearart, movie banner, movie landscape, discart.
 Whow !! Awesome !!

And user won't have to edit code to change API key to grab artworks from Fanart.tv, like in Artwork Downloader, in the future ?


RE: Universal Movie Scraper - Il Pres - 2018-01-23

Hi All.
I'm curious to understand how the scraper/kodi choose the movie title, when there are multiple results returned by the GetSearchResults call. 
To give you an example, when scraping the file: 
Control.Italian.DVD.mkv the scraper gets the movie Control Alt Delete which is wrong. The correct movie is Control (2007). 
The log looks like :

 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results><entity><title>Control</title><year>2007</year><url cache="tt0421082-main.html">http://akas.imdb.com/title/tt0421082/|accept-language=en-us</url><id>tt0421082</id></entity><entity><title>Kontroll</title><year>2003</year><url cache="tt0373981-main.html">http://akas.imdb.com/title/tt0373981/|accept-language=en-us</url><id>tt0373981</id></entity><entity><title>Control</title><year>2017</year><url cache="tt1727497-main.html">http://akas.imdb.com/title/tt1727497/|accept-language=en-us</url><id>tt1727497</id></entity><entity><title>The Adjustment Bureau</title><year>2011</year><url cache="tt1385826-main.html">http://akas.imdb.com/title/tt1385826/|accept-language=en-us</url><id>tt1385826</id></entity><entity><title>Eagle Eye</title><year>2008</year><url cache="tt1059786-main.html">http://akas.imdb.com/title/tt1059786/|accept-language=en-us</url><id>tt1059786</id></entity><entity><title>Carry on Camping</title><year>1969</year><url cache="tt0064133-main.html">http://akas.imdb.com/title/tt0064133/|accept-language=en-us</url><id>tt0064133</id></entity><entity><title>Carry On Again Doctor</title><year>1969</year><url cache="tt0064132- etc.etc.......

so it seems that IMDB is sending the correct movie in the first position, but somehow Kodi/the scraper want to get what it seems a random title in the list.

Doing some tests, I've found out that renaming the file as Control.mkv is solving the issue and getting the correct movie ID. I argue if there is any algorithm that tries to pick the correct movie from the list using the actual file name. Is this amendable/configurable?

I wouldn't like to rename my files, maybe I can understand a bit better the logic behind this and get better results when scanning my library, with some help.

Thank you


RE: Universal Movie Scraper - olympia - 2018-01-23

Kodi is trying to guess the best match. In your case the file name would be cleaned from the DVD tag, so for Kodi the title to match is "Control Italian".
Best practice is to have the year after the movie name. Everything comes after the year will be ignored. So the string before the year will be taken as title what will be used to match the movie together with the year. 

I suggest you to read and follow: http://kodi.wiki/view/Naming_video_files/Movies


RE: Universal Movie Scraper - Duff Man - 2018-01-30

working great!!! tomato and meta scores too.

thank you 

cheers


Universal Movie Scraper - iMak - 2018-01-30

(2018-01-22, 22:58)olympia Wrote:
(2018-01-22, 22:34)iMak Wrote:
(2018-01-22, 20:15)olympia Wrote: Well, turn off "Include all movie categories" for IMDb search. There is a big fat warning there in the settings it will screw things up...
It was already turned off. 
That was supposed to go to Angelinas... 

I will get that title issue fixed.

By the way, you know UMS gets you extra artwork now on Leia, right?
Thank you olympia and sorry for my late reply. The feature of the extra artwork is cool, good job...


Universal Movie Scraper - iMak - 2018-01-30

(2018-01-23, 00:45)olympia Wrote: @iMak, the title issue should be solved with the upcoming UMS scraper update.

Edit: let me know if you still experience the issue.
I'll try it today...


RE: Universal Movie Scraper - olympia - 2018-01-30

(2018-01-30, 00:49)Duff Man Wrote: working great!!! tomato and meta scores too.

thank you 

cheers
 Thanks for chiming in!