Kodi Community Forum
Release TheMovieDB movie scraper - PYTHON version - 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 TheMovieDB movie scraper - PYTHON version (/showthread.php?tid=344580)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: TheMovieDB movie scraper - PYTHON version - vdb86 - 2022-11-23

Hello everyone!
Need a bit of help.
I've started using this scraper and I've noticed that even though in settings I've selected IMDB ratings, they are not scraped, but some other rating is being used.
Any thoughts?


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-11-23

(2022-11-23, 15:14)vdb86 Wrote: ve selected IMDB ratings, they are not scraped, but some other rating is being used.
Two days ago IMDB made changes to their site. The changes have denied access to scrapers, which means IMDB are forcing users into a API payment plan.
The Team is still looking into it.
Realistically, don't expect any quick fixes to this. It affects all scrapers and other addons.


RE: TheMovieDB movie scraper - PYTHON version - soeryobadja - 2022-11-30

Hi all,

Today I face an issue of scraping using TheMovieDB, i.e. the movie is scraped but the fanart is not showing. Just last Sunday, I refresh some of my previously scraped movies and it works well, but now it is not working perfectly. I am using Coreelec 19.5rc2 with the latest update for TheMovieDBPython add ons. Anybody facing similar issue?

Thanks.


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-11-30

(2022-11-30, 18:24)soeryobadja Wrote: the movie is scraped but the fanart is not showing
Please provide a Debug Log that captures you scraping the movie.


RE: TheMovieDB movie scraper - PYTHON version - soeryobadja - 2022-12-01

Hi,

Thanks for the reply.

Here is the link to my log.
https://paste.kodi.tv/yucudaluqo

I did scraping for film Spencer (2021), starting line 655 in the log. Seems like failed SSL connection, yet I did nothing to the router and internet connection.

Thanks for the support.


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-12-01

(2022-12-01, 15:16)soeryobadja Wrote: [url=https://paste.kodi.tv/yucudaluqo][/url]

I did scraping for film Spencer (2021), starting line 655 in the log. Seems like failed SSL connection, yet I did nothing to the router and internet connection.
You must have sent the wrong log because you did not enable debug mode, and you did not scrape any movies.


RE: TheMovieDB movie scraper - PYTHON version - soeryobadja - 2022-12-02

Hello,

Please find the debug log below.
https://paste.kodi.tv/axacasayuf

Appreciate in advance for your support.


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-12-02

(2022-12-02, 12:10)soeryobadja Wrote: Please find the debug log below.
https://paste.kodi.tv/axacasayuf
Yep, that is better.

Lines 846-850 shows a Failed: SSL connect error(35) message for fanart.tv.
I see you are on Linux. Maybe there are packages you need to update?


RE: TheMovieDB movie scraper - PYTHON version - soeryobadja - 2022-12-03

Hi,

Thanks for the support.

I am using CoreELEC, latest version 19.5_rc2 Matrix, with all add ons updated to the latest version. I also do not change any of my router setup.
It is quite strange, since all works well when scraping TV Shows using tvdb.

Thanks.


RE: TheMovieDB movie scraper - PYTHON version - soeryobadja - 2022-12-03

Reading between the lines made me realize, the system cannot access the fanart.tv; that is the problem. I switched the source of pictures to themoviedb and it now works normally.

Issue solved. Thanks for the help.


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-12-03

(2022-12-03, 07:28)soeryobadja Wrote: Reading between the lines made me realize, the system cannot access the fanart.tv; that is the problem. I switched the source of pictures to themoviedb and it now works normally.

Issue solved. Thanks for the help.
The only issue with that is TheMovieDB only provides Posters, Fanart and some clearlogos. Banners, clearart, clearlogo, discart comes from fanart.tv. Just be aware of that.


RE: TheMovieDB movie scraper - PYTHON version - JoopNL - 2022-12-13

With this scraper (IMDB and fanart.tv options both disabled) I get only a maximum of 13 image results for every art type (on every movie). For example if I want to select a different poster for a movie, I only get to see 13 results, while there are many more on TMDB. When I'm using the old non-python TMDB scraper I get many more results, 100+ for some movies. (Although that scraper also has an issue it seems; "No language" art results are not included.)


RE: TheMovieDB movie scraper - PYTHON version - Karellen - 2022-12-13

(2022-12-13, 19:35)JoopNL Wrote: With this scraper (IMDB and fanart.tv options both disabled) I get only a maximum of 13 image results for every art type (on every movie).
That is intentional to overcome this issue... https://github.com/xbmc/xbmc/issues/15768


RE: TheMovieDB movie scraper - PYTHON version - JoopNL - 2022-12-13

Thanks. It's unfortunate that this was chosen as a long term "solution". A scraper that's returning incomplete data should not be the preferred option. But if I read the discussion, including your comment on another issue, it doesn't look like this will get fixed any time soon... Sad

I'd suggest adding this info to the WIKI: https://kodi.wiki/view/Add-on:The_Movie_Database_Python


RE: TheMovieDB movie scraper - PYTHON version - robertlaing - 2023-01-26

Please could we have an option not to bring back posters?
The option is there not to bring back fanart, it would be fantastic if we could turn off bringing back posters?
Many thanks.