Kodi Community Forum
Release TheMovieDB - 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 TheMovieDB - Movie scraper (/showthread.php?tid=339672)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: TheMovieDB movie scraper - antikruk - 2020-06-09

(2020-05-06, 22:11)Karellen Wrote:
(2020-04-29, 10:29)antikruk Wrote: Add please Belarusian language. Belarusian language available at TheMovieDB.
The language has been added. Update your scraper to v5.1.11


Thanks. The language has become available, but the posters are shown in English. How I can change it?


RE: TheMovieDB movie scraper - beez276 - 2020-08-06

(2020-05-06, 22:11)Karellen Wrote:
(2020-04-29, 10:29)antikruk Wrote: Add please Belarusian language. Belarusian language available at TheMovieDB.
The language has been added. Update your scraper to v5.1.11

Hi.

Could you please add support for Estonian language (et_ee)? TMDB site supports estonian language and kodi tmdb plugin has it under certification country, but language support is missing.


RE: TheMovieDB movie scraper - Karellen - 2020-08-07

(2020-08-06, 14:39)beez276 Wrote: Could you please add support for Estonian language (et_ee)? TMDB site supports estonian language and kodi tmdb plugin has it under certification country, but language support is missing.
Done... https://github.com/xbmc/repo-scrapers/pull/211


RE: TheMovieDB movie scraper - MaxRoom - 2020-08-09

Does TMDB Scraper 4.1.9 still support Gotham? The 4.1.8 was working fine on Gotham 13.1 for me until 4.1.9 update yesterday. But according to the changelog it was only a language update. Now receiving "unable to connect to remote server" error (see below for possible cert error?).  Everything else works and I was able to connect to themoviedb.org site from the Windows computer. Figured this would be best place to post as a possible update to post #17 in this thread if the scraper no longer supports Gotham. This is a partial of my debug. I can post full debug, but if it no longer supports Gotham....

Thanks in advance.

System: Windows 7 Gotham 13.1

DEBUG: ADDON::CScraper::FindMovie: Searching for 'For Greater Glory' using The Movie Database scraper (path: 'C:\Users\XXX\AppData\Roaming\XBMC\addons\metadata.themoviedb.org', content: 'movies', version: '4.1.9')
DEBUG: scraper: CreateSearchUrl returned <url>https://api.tmdb.org/3/search/movie?api_key=f090bb54758cabf231fb605d3e3e0468&amp;query=For%20Greater%20Glory&amp;year=&amp;language=en</url>
DEBUG: CurlFile::Open(1727D6B8) https://api.tmdb.org/3/search/movie?api_key=f090bb54758cabf231fb605d3e3e0468&query=For%20Greater%20Glory&year=&language=en
INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to https://api.tmdb.org
ERROR: CCurlFile::FillBuffer - Failed: SSL connect error(35)
ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
ERROR: ADDON::CScraper::Run: Unable to parse web site
DEBUG: ------ Window Init (DialogYesNo.xml) ------


RE: TheMovieDB movie scraper - Karellen - 2020-08-09

Hi @MaxRoom

That very minor change should have no effect on the scraper contacting the remote site. If you understand a bit of coding, this is all that was changed... https://github.com/xbmc/repo-scrapers/pull/210/files

Could it be a temporary glitch contacting the server from your location? Maybe try again in a few hours?

You can still reinstall the previous version via zip. Download from here... http://mirrors.kodi.tv/addons/gotham/metadata.themoviedb.org/
You will need to disable automatic updates in the scraper otherwise it will auto update to version 4.1.9 again.

Any reason you are still using quite an old version of Kodi?


RE: TheMovieDB movie scraper - MaxRoom - 2020-08-09

Thanks for the quick reply Karellen.

I'm a real old school XBMC Confluence lover and could never get used to the early skins of Kodi.  Although it looks like axbmcuser has done some great work on Confluence Zeitgeist since.

Have been trying to update since yesterday. I know TMDB takes a while to update posters I submit. But I didn't see the Kodi API keys change in 4.1.9. Will give it a little more time and then try rolling back to 4.1.8 to see if that fixes it. Either way I will report back. Should I do it here or in another forum?

Also, do I have to change to a different scraper in my content before or just turn off auto update in settings and install from the 4.1.8 zip?


RE: TheMovieDB movie scraper - Karellen - 2020-08-09

(2020-08-09, 02:46)MaxRoom Wrote: Should I do it here or in another forum?
Here is perfect.

(2020-08-09, 02:46)MaxRoom Wrote: Also, do I have to change to a different scraper in my content before or just turn off auto update in settings and install from the 4.1.8 zip?
Just disable auto update and install v4.1.8. No need to change scrapers at your Source. Do a restart of Kodi, just to be sure the old version takes effect.

(2020-08-09, 02:46)MaxRoom Wrote: I'm a real old school XBMC Confluence lover and could never get used to the early skins of Kodi.
If your hardware is capable, I recommend updating. Some massive leaps in Features have been added since Gotham. The scrapers don't always receive the fixes that the later versions do. But it's good to know Gotham still works well for you (apart from today)/
Confluence skin is still available for v18.


RE: TheMovieDB movie scraper - User 454396 - 2020-08-22

hi, sorry for my bad English but I have a problem with the addon "TheMovieDB"
I would like to scrap all my films in french but even with your options fr-FR I end up with titles, synopsis and covers in English language. Example of film that should be in FR :
https://www.themoviedb.org/movie/71524-l-as-des-as?language=fr
Here are the requested logs :
https://paste.ubuntu.com/p/jy7VJKGDT9/
https://paste.ubuntu.com/p/sPVR8VJTn6/
https://paste.ubuntu.com/p/6spPvbjGPB/
Thank you for your work and analysis.


RE: TheMovieDB movie scraper - Karellen - 2020-08-22

@futurslowy

Thanks for the logs. I can see the problem, but it may take a few days to come up with a solution.

One solution I tried did fix the metadata problem, but created another problem which caused English Posters to be downloaded.

If you are happy to scrape the French data but manually download the French posters, let me know and I can tell you how to fix temporarily.

Otherwise when we find the fix, we will post back here and let you know.


RE: TheMovieDB movie scraper - User 454396 - 2020-08-23

(2020-08-22, 23:26)Karellen Wrote: @futurslowy

Thanks for the logs. I can see the problem, but it may take a few days to come up with a solution.

One solution I tried did fix the metadata problem, but created another problem which caused English Posters to be downloaded.

If you are happy to scrape the French data but manually download the French posters, let me know and I can tell you how to fix temporarily.

Otherwise when we find the fix, we will post back here and let you know.
@Karellen 

I want to thank you for your answer and your tests.

I understand that the problem is not simple to solve, but I'm in no hurry.
Thanks for your temporary solution but I prefer to wait for your final fix to have a clean and completely French scrap.

A huge thank you to you and the developers, your module is great !

So, I'm waiting for the fix.

Good luck.


RE: TheMovieDB movie scraper - Karellen - 2020-08-23

@futurslowy

We have been working on this issue for a little while now.

While I can reproduce the problem with a couple of movies I cannot reproduce for other movies.

The developer of the scraper is unable to reproduce the problem at all, so we believe the problem is at TheMovieDB and is geographical.

I have posted at TheMovieDB and hopefully they will respond... https://www.themoviedb.org/talk/5f423cce6a34480036b64034


RE: TheMovieDB movie scraper - User 454396 - 2020-08-23

@Karellen 

All right, I understand this situation.
I think TheMovieDB will answer the subject because it’s really serious.
So I am carefully following the resolution of the problem.

Thank you again.


RE: TheMovieDB movie scraper - fourthreetwo - 2020-08-24

I too am getting the “unable to connect to remote server” error. Also on Gotham 13.1. Is this the end of the line for my old ATV2 workhorse? Sad


RE: TheMovieDB movie scraper - Simkin84 - 2020-09-02

I have the same "Unable to connect to remote server" here. Kodi 14.2 Helix and Scraper 4.1.9

Here is my debug log
https://paste.kodi.tv/uxuxifoyiw.kodi

What is the problem? Will this be fixed for 4.1.9? OR is it the end for TMDb scraper for older Kodi?

Edit: Kodi 15.2 Isengard works fine with TMDb scraper 4.1.9


RE: TheMovieDB movie scraper - Karellen - 2020-09-02

(2020-09-02, 20:43)Simkin84 Wrote: What is the problem? Will this be fixed for 4.1.9? OR is it the end for TMDb scraper for older Kodi?
Thank you for confirming it still works for v15

The problem is not the scraper, but the outdated protocols used by Kodi core. It is not something that can be fixed for v14. The scraper will soon be marked as broken for v14 and earlier.

Out of curiosity, could you try v4.1.8 of the scraper and let us know if it works?... http://mirrors.kodi.tv/addons/helix/metadata.themoviedb.org/