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 Scraper - Ipsen - 2012-12-15

Greetings, i've noticed that using IMDB settings it gets the same content for Writer and Director.

This may be a bug, i dunno :/


RE: [Release] Universal Scraper - jesterod - 2012-12-16

i dont know why but it is skipping the movie Gone in Sixty Seconds (2000).mp4 tt0187078 i tryed to remove the (2000) but i got the 1974 version i tryed changing it to the tmdb in the settings but still skipped it and i have one movie that it put as a blank it grabed the thumb but nothing els Runaway (1984).avi tt0088024


RE: [Release] Universal Scraper - olympia - 2012-12-16

(2012-12-15, 21:18)Ipsen Wrote: Greetings, i've noticed that using IMDB settings it gets the same content for Writer and Director.

This may be a bug, i dunno :/

Huhh, indeed this is a bug. Must have been there for a long time. Strange that no one noticed it before.
Fixed, should update silently in the background (you will have no notification) some time today.


RE: [Release] Universal Scraper - olympia - 2012-12-16

(2012-12-16, 07:53)jesterod Wrote: i dont know why but it is skipping the movie Gone in Sixty Seconds (2000).mp4 tt0187078 i tryed to remove the (2000) but i got the 1974 version i tryed changing it to the tmdb in the settings but still skipped it

This is because the title on TMDb is 'Gone in 60 Seconds' - I believe this is wrong and needs to be corrected.

(2012-12-16, 07:53)jesterod Wrote: and i have one movie that it put as a blank it grabed the thumb but nothing els Runaway (1984).avi tt0088024

This is because this movie has no IMDb id added on TMDb, please add this.


RE: [Release] Universal Scraper - solidsatras - 2012-12-16

(2012-12-16, 11:39)olympia Wrote:
(2012-12-16, 07:53)jesterod Wrote: i dont know why but it is skipping the movie Gone in Sixty Seconds (2000).mp4 tt0187078 i tryed to remove the (2000) but i got the 1974 version i tryed changing it to the tmdb in the settings but still skipped it

This is because the title on TMDb is 'Gone in 60 Seconds' - I believe this is wrong and needs to be corrected.

(2012-12-16, 07:53)jesterod Wrote: and i have one movie that it put as a blank it grabed the thumb but nothing els Runaway (1984).avi tt0088024

This is because this movie has no IMDb id added on TMDb, please add this.

Fixed "Gone In Sixty Seconds (2000)".
There is something wrong with the entry of Runaway (1984). Can´t change the IMDb ID.



Re: RE: [Release] Universal Scraper - Martijn - 2012-12-16

(2012-12-16, 15:25)solidsatras Wrote:
(2012-12-16, 11:39)olympia Wrote:
(2012-12-16, 07:53)jesterod Wrote: i dont know why but it is skipping the movie Gone in Sixty Seconds (2000).mp4 tt0187078 i tryed to remove the (2000) but i got the 1974 version i tryed changing it to the tmdb in the settings but still skipped it

This is because the title on TMDb is 'Gone in 60 Seconds' - I believe this is wrong and needs to be corrected.

(2012-12-16, 07:53)jesterod Wrote: and i have one movie that it put as a blank it grabed the thumb but nothing els Runaway (1984).avi tt0088024

This is because this movie has no IMDb id added on TMDb, please add this.

Fixed "Gone In Sixty Seconds (2000)".
There is something wrong with the entry of Runaway (1984). Can´t change the IMDb ID.

Hit the report button on tmdb


RE: [Release] Universal Scraper - solidsatras - 2012-12-16

(2012-12-16, 15:28)Martijn Wrote: Hit the report button on tmdb
Done.



RE: [Release] Universal Scraper - gulp - 2012-12-17

Is possible to add Movieplayer.it to universal scraper?
If could help, all regex are already implemented in movieplayer.it scraper


RE: [Release] Universal Scraper - olympia - 2012-12-17

If you provide me with a common library which I can call either based on IMDb ID or movie title + year (see the example of port.hu for the latter), then I will add it.


RE: [Release] Universal Scraper - gulp - 2012-12-17

My (and KoTiX) scraper is near identical to port.hu scraper (it requires movie title + year)
the actual scraper is metadata.movieplayer.it (https://github.com/KoTiX/movieplayer_film updated today to support new IMDB search url)

relevant information scraped from movieplayer.it (others are taken from IMDB also in my scraper, as in port.hu) are:
<GetDetails>
Tagline
Outline
Plot
Trailer
Posters (uses GetMPPosters inside scraper to list found posters)
Fanart (uses GetMPFanart inside scraper to list found fanarts)

if something is required to be more compatible, i'll modify it Wink


RE: [Release] Universal Scraper - olympia - 2012-12-17

I am not talking about the port.hu main scraper, but the port.hu common library. If you create such a common library for movieplayer.it with functions which I can call from the Universal Scraper, then I we can include movieplayer.it.

(The new IMDb search engine is a big piece of shit, not really fixable.)


RE: [Release] Universal Scraper - ShadowTek - 2012-12-17

Hello, I have a request, with the IMDB scrapper gone, the only thing I miss from it that yours doesnt have is it had a option to scrape the whole cast, would you by chance consider adding such a option in your scrapper?


RE: [Release] Universal Scraper - olympia - 2012-12-17

I believe there is an IMDbFull option in there...


RE: [Release] Universal Scraper - Ipsen - 2012-12-18

(2012-12-16, 10:35)olympia Wrote:
(2012-12-15, 21:18)Ipsen Wrote: Greetings, i've noticed that using IMDB settings it gets the same content for Writer and Director.

This may be a bug, i dunno :/

Huhh, indeed this is a bug. Must have been there for a long time. Strange that no one noticed it before.
Fixed, should update silently in the background (you will have no notification) some time today.

Thank you very much.


RE: [Release] Universal Scraper - ShadowTek - 2012-12-18

Ahh ok sorry I didnt see that cool, thanks!!!