• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 21
Release TheMovieDB movie scraper - PYTHON version
#31
Is it possible to add a query to the mpaa setting from the add-on.
It would be very practical when "skinning" you could do this (see example)

Example:
Code:
<value condition="String.IsEqual(Window(Home).Property(themoviedb_python.country_mpaa_setting),de)">$VAR[mpaa_country_de]</value>
Reply
#32
hi,
following @Karellen request here are the full logs of the Python scraper.
It doesn't work at all, no media is scraped :
https://privatebin.net/?91dd394df95f9114...GM1rWoKuWS
Thanks again for your work.
Best regards.
Reply
#33
(2020-10-15, 12:09)futurslowy Wrote: following @Karellen request here are the full logs of the Python scraper.
It doesn't work at all, no media is scraped :
https://privatebin.net/?91dd394df95f9114...GM1rWoKuWS
Thanks again for your work.
Best regards

@pkscout

An error from the recent release
xml:
Error Type: <type 'exceptions.KeyError'>
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#34
Hi, guys.  I have a silly question.  Is this the default scraper in V19 right now?
Reply
#35
(2020-10-26, 09:03)Litcube Wrote: Hi, guys.  I have a silly question.  Is this the default scraper in V19 right now?
It will be tomorrow.... https://github.com/xbmc/xbmc/pull/18619
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#36
(2020-10-26, 09:05)Karellen Wrote:
(2020-10-26, 09:03)Litcube Wrote: Hi, guys.  I have a silly question.  Is this the default scraper in V19 right now?
It will be tomorrow.... https://github.com/xbmc/xbmc/pull/18619
Did it fail some test?
Reply
#37
(2020-10-26, 09:06)Litcube Wrote: Did it fail some test?
Test? No, we needed to ensure the scrapers were ready for full release before we switched from the original XML scraper to this new Python version.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#38
Since the last update of TMDB Scraper Python, i get very often english poster insteade german.

Here is a logfile.
https://paste.kodi.tv/dowezixufe.kodi
Reply
#39
(2020-11-02, 23:46)Mister XY Wrote: Since the last update of TMDB Scraper Python, i get very often english poster insteade german.
Before you post these types of questions, please check that a German poster actually exists.

Then also provide the links to what you are looking at.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#40
Yes the German poster is there.
https://www.themoviedb.org/movie/8703-t-...es/posters
and here the scraper load also the english posters
https://www.themoviedb.org/movie/12495-d...anguage=de
Reply
#41
(2020-11-03, 00:04)Mister XY Wrote: Yes the German poster is there.
https://www.themoviedb.org/movie/8703-t-...es/posters
and here the scraper load also the english posters
https://www.themoviedb.org/movie/12495-d...anguage=de
Thanks. I have listed a bug report here... https://github.com/xbmc/metadata.themovi.../issues/59
Feel free to add any other information if I have missed anything.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#42
(2020-11-03, 01:52)Karellen Wrote:
(2020-11-03, 00:04)Mister XY Wrote: Yes the German poster is there.
https://www.themoviedb.org/movie/8703-t-...es/posters
and here the scraper load also the english posters
https://www.themoviedb.org/movie/12495-d...anguage=de
Thanks. I have listed a bug report here... https://github.com/xbmc/metadata.themovi.../issues/59
Feel free to add any other information if I have missed anything.
Hello, I have the same problem as Mister XY, in the global settings of the TMDB Python Scraper I set everything to German and I still get all covers in English. What can I do there? Furthermore some movies are not found, although they were found with the old scraper.

My HDD is structured like this:
HDD
-> movie name XY (folder)
    Movie name XY.mkv
    movie name XY.nfo

And so on, in the nfo is a link to the German version of the movie at TMDB. 
Here is an example from the URL in the nfo -> https://www.themoviedb.org/movie/346709-...uage=de-DE


Thanks for the help.
Reply
#43
@Allstar007

Nothing can be done until the developer looks at the issue. I suggest you download the poster manually and save it in your folder
xml:
HDD
-> Movie name XY (folder)
    Movie name XY.mkv
    Movie name XY.nfo
Movie name XY-poster.jpg
Movie name XY-fanart.jpg
Also be aware that filenaming is case-sensitive, so ensure the names are all exactly matched.

(2020-11-03, 02:24)Allstar007 Wrote: Furthermore some movies are not found, although they were found with the old scraper.
Please provide links to a few examples.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#44
(2020-11-03, 02:43)Karellen Wrote: @Allstar007

Nothing can be done until the developer looks at the issue. I suggest you download the poster manually and save it in your folder
xml:
HDD
-> Movie name XY (folder)
    Movie name XY.mkv
    Movie name XY.nfo
Movie name XY-poster.jpg
Movie name XY-fanart.jpg
Also be aware that filenaming is case-sensitive, so ensure the names are all exactly matched.
(2020-11-03, 02:24)Allstar007 Wrote: Furthermore some movies are not found, although they were found with the old scraper.
Please provide links to a few examples.
So I have about 900 films, if I had to change the posters manually only half of them, I would be busy for several days. Which I would have to download the posters and then add them in Kodi. All movies are unnamed with Filebot, with the old TMDB scraper there were no problems.
Among other things, this film Zodiac is not recognized by Kodi. 
https://www.themoviedb.org/movie/1949-zo...uage=de-DE
Reply
#45
(2020-11-03, 03:14)Allstar007 Wrote: with the old TMDB scraper there were no problems.
Help me understand. If there were no problems with the old scraper, presumably you have your library already created. So did you suddenly come by 900 movies that you have to scrape? or is it fair to say that your 900 movies are all ok, and you only have a couple of new movies affected?

(2020-11-03, 03:14)Allstar007 Wrote: Among other things, this film Zodiac is not recognized by Kodi. 
https://www.themoviedb.org/movie/1949-zo...uage=de-DE
I had no problem scraping that movie. Provide a Debug Log and I might be able to see why you are having issues with it.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 21

Logout Mark Read Team Forum Stats Members Help
TheMovieDB movie scraper - PYTHON version0