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 - jackfifield - 2013-11-11

(2013-10-26, 01:06)tinybutstrong Wrote: ahhhhhh dear why I forgot that.

Anyway it is not working properly, returns error bellow:

Quote:20:51:00 T:5472 WARNING: XFILE::CCurlFile::CReadState::FillBuffer: curl failed with code 22
20:51:00 T:5472 ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
20:51:00 T:5472 ERROR: ADDON::CScraper::Run: Unable to parse web site

Then, the movie is added, but all fields are blank: title/poster/etc..

TMDB API is off just now? don't think so, I tested my api key and it is working fine.

Code:
http://api.themoviedb.org/3/movie/139029?api_key=........&language=pt

Debug log: http://xbmclogs.com/show.php?id=75055

I also get this issue with this movie. It does not have an IMDB ID, as it is not on IMDB. I changed the source scraper settings to stop using IMDB completely, but no matter what configuration I had, it scans without poster, Title, Cast, etc. I changed temporarily to the "TheMovieDB" scraper, and that worked. Ideally, I'd like to be able to only use TheMovieDB if there is no IMDB ID associated, rather than just getting completely blank info. Any idea if this could be fixed?

Thanks, Jack Smile


RE: [Release] Universal Movie Scraper - wgstarks - 2013-11-11

Have you tried adding the title to imdb? http://www.imdb.com/help/show_leaf?titletopfaq&ref_=hlp_brws
That way others can benefit as well.


RE: [Release] Universal Movie Scraper - jackfifield - 2013-11-11

(2013-11-11, 22:26)wgstarks Wrote: Have you tried adding the title to imdb? http://www.imdb.com/help/show_leaf?titletopfaq&ref_=hlp_brws
That way others can benefit as well.

IMDB Submission form Wrote:By the action of sending information to the Internet Movie Database (IMDb) via this form, you declare that the submitted data is correct to the best of your knowledge, not copyrighted by a third party and you hereby give the IMDb permission to use it.

Sounds like it needs to be submitted by the film creator/company themselves. In my opinion, it would just be better if it were able to scan in without an IMDB ID, especially if most of your settings are set to something other than IMDB, such as TheMovieDB.


RE: [Release] Universal Movie Scraper - wgstarks - 2013-11-12

(2013-11-11, 23:55)jackfifield Wrote: Sounds like it needs to be submitted by the film creator/company themselves. In my opinion, it would just be better if it were able to scan in without an IMDB ID, especially if most of your settings are set to something other than IMDB, such as TheMovieDB.

That may be true. I had interpreted it to mean that the plot summaries etc could not be copyrighted.

Just to make sure. You do have the search engine for your source set as TMDB right? In the source settings?

Image

I may be wrong, but my understanding is that the search engine you have set at that source determines which site gets searched initially and I would think that the pointer used in the nfo file should point to that site. I couldn't find any documentation to verify this though.


RE: [Release] Universal Movie Scraper - capfuturo - 2013-11-12

Good night jackfifield & wgstarks,

UMS will only recognise IMDB's URLs in NFO files. If you have TMDB's URLs then you have to use a scraper that can recognise them (TMDB scraper for instance, which by the way recognises both TMDB & IMDB's URLs). For further reference please read here.


RE: [Release] Universal Movie Scraper - wgstarks - 2013-11-12

(2013-11-12, 05:43)capfuturo Wrote: Good night jackfifield & wgstarks,

UMS will only recognise IMDB's URLs in NFO files. If you have TMDB's URLs then you have to use a scraper that can recognise them (TMDB scraper for instance, which by the way recognises both TMDB & IMDB's URLs). For further reference please read here.

Thanks


RE: [Release] Universal Movie Scraper - jackfifield - 2013-11-12

(2013-11-12, 04:45)wgstarks Wrote:
(2013-11-11, 23:55)jackfifield Wrote: Sounds like it needs to be submitted by the film creator/company themselves. In my opinion, it would just be better if it were able to scan in without an IMDB ID, especially if most of your settings are set to something other than IMDB, such as TheMovieDB.

That may be true. I had interpreted it to mean that the plot summaries etc could not be copyrighted.

Just to make sure. You do have the search engine for your source set as TMDB right? In the source settings?

Image

I may be wrong, but my understanding is that the search engine you have set at that source determines which site gets searched initially and I would think that the pointer used in the nfo file should point to that site. I couldn't find any documentation to verify this though.

Yeah, my search engine is set to themoviedb.org

(2013-11-12, 05:43)capfuturo Wrote: Good night jackfifield & wgstarks,

UMS will only recognise IMDB's URLs in NFO files. If you have TMDB's URLs then you have to use a scraper that can recognise them (TMDB scraper for instance, which by the way recognises both TMDB & IMDB's URLs). For further reference please read here.

I'm not using any custom NFO files, but does this mean that there would be no way of making UMS work without an IMDB id, then?


RE: [Release] Universal Movie Scraper - capfuturo - 2013-11-12

@jackfifield: No, it doesn't mean that at all. It just clarifies what you would need to have in mind if you use local NFO files with URLs in it. If you posted a debug log reproducing the moment when you ask UMS to refresh the info for the movie, it would be helpful to assess why it isn't finding it.


RE: [Release] Universal Movie Scraper - tinybutstrong - 2013-11-14

@capfuturo, I already posted the debug log in post quoted by jackfifield, looks like you missed that:

(2013-10-26, 01:06)tinybutstrong Wrote: Debug log: http://xbmclogs.com/show.php?id=75055

Anyway, I just changed to TMDB scraper for that content, worked like a charm.


RE: [Release] Universal Movie Scraper - capfuturo - 2013-11-14

(2013-11-14, 01:09)tinybutstrong Wrote: @capfuturo, I already posted the debug log in post quoted by jackfifield, looks like you missed that:

(2013-10-26, 01:06)tinybutstrong Wrote: Debug log: http://xbmclogs.com/show.php?id=75055

Anyway, I just changed to TMDB scraper for that content, worked like a charm.

Dear tinybutstrong,

Nope, didn't ask for and didn't miss yours at all. If you re-read my post you can see it is addressed to jackfifield ;-)


RE: [Release] Universal Movie Scraper - wgstarks - 2013-11-14

@tinybutstrong
This is probably moot now if you have changed scrappers, but I just wanted to point out that changing the settings on the UMS addon only effects future sources that you add. Settings for sources already existing must be changed at the source. The debug log you posted originally shows that all the videos on that source were being scrapped from the imdb website which suggests that the settings for that source had not been changed or perhaps the changed settings were not saved.


RE: [Release] Universal Movie Scraper - jackfifield - 2013-11-14

I removed it from my library, and then re-added it. So, it was marked as watched when re-scraped, but nonetheless here it is:
http://pastebin.com/zbqAaacz


RE: [Release] Universal Movie Scraper - capfuturo - 2013-11-15

(2013-11-14, 20:28)jackfifield Wrote: I removed it from my library, and then re-added it. So, it was marked as watched when re-scraped, but nonetheless here it is:
http://pastebin.com/zbqAaacz

Thanks for the log jackfifield. It was fundamental in order for me to run tests and contrast them with other logs. Please read the conclusions here. Olympia is assessing what/if anything can be done.


RE: [Release] Universal Movie Scraper - jackfifield - 2013-11-15

Ah great, I have encountered movies without IMDB IDs before where this has happened, but I've always just been able to add the IMDB ID in to TheMovieDB and haven't thought more Smile


RE: [Release] Universal Movie Scraper - sakos - 2013-11-16

Hi,

I need some help with Universal Movie scraper.
If I select themoviedb.org as source of genre information then it is possible to select the language of genre tag. However the result is english genre tags always.
How can I force to get genre tags in different language?