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: Universal Movie Scraper - Karellen - 2020-11-02

@Mister XY

What is in your nfo file?


RE: Universal Movie Scraper - Mister XY - 2020-11-02

Do you mean this?
Quote:TMDBTitle: Family Guy Presents: Something, Something, Something, Dark Side
Title: Family Guy ΓÇô Irgendwo, irgendwie, irgendwann auf der Dunklen Seite
TheMovieDBID: 625651
Year: 2009
Poster: https://image.tmdb.org/t/p/w500/fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
Rating: 7.1
ReleasDate: 2009-12-22
Genre: Animation | Kom├╢die | Fantasy | Science Fiction
Handlung: Nach "Blue Harvest" kommt nun die nächste verrückte Episode der "Family Guy - Star Wars"-Reihe! Irgendwo in einer irgendwie sehr dunklen Galaxis geht der Kampf um die Lachmacht weiter. Nach der Vernichtung des Todessterns jagt Stewie "Darth Vader" mit seinen Truppen Chris "Skywalker" und seine Rebellen durch die galaktische Botanik, während dieser von Herbert "Obi-Wans" Visionen bespaßt wird. Doch auch Lois "Leia" und Peter "Han Solo", das Riesenhuhn "Boba Fett" und Mort "Lando Calrissian" Goldman zücken ihre Lichtschwerter zum verschärften Lachmuskel-Angriff.
 Kultserie trifft Kultfilm - die spacige Parodie von "Das Imperium schl├ñgt zur├╝ck" ist ein universales Vergn├╝gen f├╝r alle "Star Wars"- und "Family Guy"-S├╝chtigen!
Laenge: 55
Link: https://www.themoviedb.org/movie/625651?language=de-DE/



RE: Universal Movie Scraper - Karellen - 2020-11-02

(2020-11-02, 22:13)Mister XY Wrote: Do you mean this?
I don't know, you tell me. Is that your nfo file? If it is then it is completely wrong.

Delete your nfo file and scrape again.


RE: Universal Movie Scraper - Mister XY - 2020-11-02

The nfo file is only for me. The Scraper did not make a nfo file. Every movie work with my nfo files.
Here is that with deleted nfo file.
https://paste.kodi.tv/ojipuyotef.kodi


RE: Universal Movie Scraper - Karellen - 2020-11-02

(2020-11-02, 22:33)Mister XY Wrote: The nfo file is only for me.
That may be the case, but if you have a file with the nfo extension then kodi will use it. You can't switch that off. If you need some file with information, then name it something else.

(2020-11-02, 22:33)Mister XY Wrote: The Scraper did not make a nfo file
That is right, the scraper never makes a nfo file.

(2020-11-02, 22:33)Mister XY Wrote: Every movie work with my nfo files.
Then it is pure luck.

(2020-11-02, 22:33)Mister XY Wrote: Here is that with deleted nfo file.
No it is not...
xml:

CNFSFile::Open - opened export/Video/[Trick-Animation]/Family Guy – Irgendwo, irgendwie, irgendwann auf der Dunklen Seite (2009)/Family.Guy.–.Irgendwo,.irgendwie,.irgendwann.auf.der.Dunklen.Seite.2009.German.AAC.1080p.BluRay.x265-own.nfo
CNFSFile::Close closing file export/Video/[Trick-Animation]/Family Guy – Irgendwo, irgendwie, irgendwann auf der Dunklen Seite (2009)/Family.Guy.–.Irgendwo,.irgendwie,.irgendwann.auf.der.Dunklen.Seite.2009.German.AAC.1080p.BluRay.x265-own.nfo

Also please disable Component Logging. I don't need it and it complicates the log. Just leave debug mode enabled.


RE: Universal Movie Scraper - Mister XY - 2020-11-02

pure luck with over 500 Files?
https://paste.kodi.tv/uxadeziyih.kodi
Quote:2020-11-02 21:43:06.071 T:3934233472 ERROR: CCurlFile::Open failed with code 404 for https://api.tmdb.org/3/movie/tt1329665?api_key=f090bb54758cabf231fb605d3e3e0468&language=de: 2020-11-02 21:43:06.071 T:3934233472 ERROR: Run: Unable to parse web site



RE: Universal Movie Scraper - Karellen - 2020-11-02

I am guessing you made this change...
xml:
<setting id=\"imdbsearchlanguage\">de-de</setting>

It should be de-DE

Yes, there is a problem with this show, but I have run out of time now to look further into it. Maybe @olympia can check it out

Change to one of the MovieDB scrapers and rescrape. As you can see in your Issue report in Github, it works perfectly fine with the Python scraper.


RE: Universal Movie Scraper - Karellen - 2020-11-02

@olympia

If you look at line 1370 in the log two posts back, you can see that the default UniqueID is being converted into the API search string for some reason.

Also I thought you updated all the language codes, but it looks like you updated French only. I converted all the codes here, it just needed copying over... https://github.com/xbmc/metadata.themoviedb.org.python/issues/54#issuecomment-691743459


RE: Universal Movie Scraper - Mister XY - 2020-11-02

with Python Scraper i have so much wrong posters.
Here i get the english posters instead the German
Drei.Haselnuesse.fuer.Aschenbroedel.1973.German.AAC.1080p.BluRay.x265-own.mkv


RE: Universal Movie Scraper - olympia - 2020-11-02

(2020-11-02, 23:19)Karellen Wrote: If you look at line 1370 in the log two posts back, you can see that the default UniqueID is being converted into the API search string for some reason.
This is because imdb is used for search engine. In this case the movie is being looked by its imdb id on themoviedb.org. It should work and is working in the vast majority of the cases. tmdb doesn't find the movie by its imdb id in this particular case. Issue is on tmdb side.
@Mister XY try to set tmdb as search language in Universal Movie Scraper settings.
(2020-11-02, 23:12)Karellen Wrote: It should be de-DE
Not for imdb search language.
 
(2020-11-02, 23:19)Karellen Wrote: Also I thought you updated all the language codes, but it looks like you updated French only. I converted all the codes here, it just needed copying over... https://github.com/xbmc/metadata.themovi...-691743459
I only updated the ones you believed to be problematic. French and Italian if I remember correctly. I didn't feel the need to update all languages where there is no such language issue, because then everybody would've needed to re-set language settings.


RE: Universal Movie Scraper - Mister XY - 2020-11-02

tmdb is the search language. i have not imdb as search language.


RE: Universal Movie Scraper - olympia - 2020-11-02

(2020-11-02, 23:54)Mister XY Wrote: tmdb is the search language. i have not imdb as search language.

Sorry, I wanted to say search engine.


RE: Universal Movie Scraper - Karellen - 2020-11-02

@olympia

No, he is using TMDB search. It is in the string on line 1346.
xml:
<setting id=\"searchservice\">themoviedb.org</setting>

Even if he had IMDB set as search engine, which many, many users do, this problem would have come up before.


RE: Universal Movie Scraper - Mister XY - 2020-11-02

and tmdb is also the search engine.


RE: Universal Movie Scraper - olympia - 2020-11-03

(2020-11-02, 23:58)Karellen Wrote: @olympia

No, he is using TMDB search. It is in the string on line 1346.
xml:
<setting id=\"searchservice\">themoviedb.org</setting>

Even if he had IMDB set as search engine, which many, many users do, this problem would have come up before.
As I said, the problem seems to be with this particular movie. TMDB finds the movies by their imdb id, but not this one.
...oh, or you are saying other movies are not getting looked by their imdb id, right?

I would need to test this then.