• 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155
  • 167
Release Universal Movie Scraper
(2022-09-03, 15:37)Selyan Wrote: Can someone answer me please?
Debug Log
or
change scraper to TheMovieDB Python
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
(2022-08-29, 19:41)Selyan Wrote: using 18.9 and UMS 5.5.10. Does anyone have an idea please?
My set-up seems to work fine with those iterations. Changing the scraper to ensure functionality and a debug log from that might give us a clue? Suggestion: Install Artwork Beef (program add-ons) and configure it.
Reply
Thanks a lot for the answers,

The TMDB scraper is no longer updated to my knowledge for Leia, so I can't switch versions to see if it fixes my poster problem. I also have Matrix 19.4 and can use the TMDB Python scraper, but Matrix has two flaws that bother me that Leia does not.

So, for now, I prefer to use Leia 18.9 and put the posters manually, waiting for an update of UMS that will maybe solve the poster problem.

Or maybe an evolution of Matrix or the first stable version of Nexus will fix the two defects of Matrix that bother me and I could do an update of Kodi : I have no problem to launch movies from Kodi using MPC-HC by default with Leia, but with Matrix, the movie launches every other time.

Also, when I right-click on the movie poster, then information, then hold the mouse on refresh, the original file name and network location only appear every other time with Matrix, while it works fine with Leia.

Since I'm using portable software, I can play with several different versions of Kodi for safe testing.

Anyway, thanks for taking the trouble to answer me.
Reply
@Selyan
If you can provide one or more specific movies titles (tt.####) you are trying to add and the specific poster(s) urls you expect to see from tmdb that would be a start. A debug log to show what is erroring in the scraper functions would be appreciated as well. Also make sure that you have enabled themoviedb.org as a Poster Sources on the Artwork tab of the UMS settings.

I have found another bug (to me anyway) in the iimdb scraper for genres so I'll be working on the scrapers and maybe I can find a fix for the tmdb poster problem.

Regards,
At2010
Reply
The links to the files you asked for :

http://hebergeurfichier.com/download/1b9...0605d.html

http://hebergeurfichier.com/download/616...1c7b0.html

http://hebergeurfichier.com/download/557...d5b62.html
Reply
Or better :

https://paste.kodi.tv/edokeporar.kodi
https://paste.kodi.tv/ekagekofik.kodi
https://paste.kodi.tv/rubozaqina
Reply
@Selyan 

Sorry for the slow response.
I do not yet know why you are getting so many language errors in the kodi.log
 CAddonSettings[metadata.themoviedb.org]: failed to load value "fr" for setting language

metadata.themoviedb.org is a dependency to UMS. And UMS seems to have all the proper translations.

But some of the dependencies required for UMS 5.5.10 are not up to date on your system. Let's try to update them first. This may not fix your problem, but you never know.
To update dependencies:

Systeme/Parametres/Systeme/Extensions/ ... Gerer les dependances
System/Settings/System/Add-Ons ... Manage dependencies 

Update each of the following to the latest in the Kodi Repository.

fanart.tv Scraper Library --> 3.6.4
IMDB Scraper Library --> 3.2.7
OMDB API common scraper functions --> 1.2.2
The Movie Database Scraper Library --> 3.2.18

For example:
click on fanart.tv Scraper Library
click Versions
Click on latest in Kodi Repository, Version 3.6.4 (usually top entry) and not your local cache/cache local des paquetes.
Repeat for the others.

There are other bugs in the kodi.log as well: 
CCurlFile::Stat - Failed: Peer certificate cannot be authenticated with given CA 

This problem has occured before 335398 (thread) and 324592 (thread)
Two possible solutions Try in order.  Exit Kodi before making changes.
1) Update the cacert.pem file in the [kodi binaries]/system/certs folder with one from a recent version of Kodi. Backup the older file first. 
2) update the libcurl.dll in your [kodi binaries] folder to a more recent 32bit version. The current version in Kodi 19.4 is libcurl.dll 7.67.0. I downloaded the 32 bit 7.85.0 from 
https://curl.se/windows/ and it works fine. in [Kodi binaries] folder rename libcurl.dll to libcurl.dlo. copy the libcurl.dll from the unzip download/bin folder to the [kodi binaries] folder.

Enable debug logging. Refresh/Actualiser the movie "Me Time : Enfin seul ?" again
If the refresh fails cannot connect to the server, reverse the changes above with original files.

If needed, post the updated kodi.log please.

mes amitiés 
at2010
Reply
@Selyan 

Too much? je suis désolée.
So try just updating the libcurl.dll first. Step 2) in previous post. This is probably the root of the problem..

@Karellen
How do you go about suggesting a more recent libcurl.dll? I know the file probably won't be backported, but for future use?

@olympia
I put in a pull request to fix the genres in the imdb scraper. No one has commented or anything for some time. https://github.com/xbmc/repo-scrapers/pull/441
Not sure if anyone else considers this a bug (fixed) like I do. Thoughts?

Thank you
At2010
Reply
(2022-09-16, 06:44)At2010 Wrote: How do you go about suggesting a more recent libcurl.dll? I know the file probably won't be backported, but for future use?
Hmm, I don't really know sorry. I've never needed to do this. Why do you need to do this?

(2022-09-10, 00:19)At2010 Wrote: I do not yet know why you are getting so many language errors in the kodi.log
 CAddonSettings[metadata.themoviedb.org]: failed to load value "fr" for setting language
Its an easy fix. It is a problem from about 2 years ago when TMDB updated their language codes from fr to fr-FR and the scraper needed an update. Scraper was updated, but personal settings were not.
See here... https://forum.kodi.tv/showthread.php?tid...pid2983546
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
(2022-09-16, 06:44)At2010 Wrote: @olympia
I put in a pull request to fix the genres in the imdb scraper. No one has commented or anything for some time. https://github.com/xbmc/repo-scrapers/pull/441
Not sure if anyone else considers this a bug (fixed) like I do. Thoughts?

That's more a feature, rather than a fix. Limiting the number of genres was actually something what multiple users requested at some point of time.
Best way to handle this would be actually an option for this.
Reply
Hello to all.

Sorry for the late return. My knowledge being limited, the proposed solutions, which I thank you for, were not applicable.

So I decided to use 19.4 instead of 18.9 and 5.5.10 of course. After some poster problems at the beginning, 19.4 has been working properly for about 10 movies, don't ask me why. Let's hope it lasts a while. While 18.9, with the same scraper, still doesn't display the posters. So it's probably Kodi 18.9 that's the problem (although it's been working perfectly for a year) and not the scraper. This is in line with the solutions you proposed.

Better : MPC-HC now launches fine with 19.4, and the network path under "Refresh" is displayed correctly. Two more mysteries.

I don't have a language problem. It is extremely rare that the synopsis is displayed in English (my native language is French). More often, the catchphrase under the title of the movie in the informations is in English, but that's really a detail that doesn't bother me.

Thanks again for the detailed answers, especially @À2010.
Reply
(2022-09-29, 02:00)Selyan Wrote: More often, the catchphrase under the title of the movie in the informations is in English
Is there a French translation at IMDB? Check one of your movies.
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
Is the scraper still working for everyone? I’m not getting ANY movie results since yesterday. I’ll look in the logs in a bit.
Reply
(2022-09-29, 02:18)Karellen Wrote:
(2022-09-29, 02:00)Selyan Wrote: More often, the catchphrase under the title of the movie in the informations is in English
Is there a French translation at IMDB? Check one of your movies.

Indeed, the catchphrases of two movies I checked are not translated into French on TMDb. I only use IMDb for the cast which is much more complete.
Reply
(2022-09-29, 03:18)Sunflux Wrote: Is the scraper still working for everyone? I’m not getting ANY movie results since yesterday. I’ll look in the logs in a bit.

I am having the same issue.
Reply
  • 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155
  • 167

Logout Mark Read Team Forum Stats Members Help
Universal Movie Scraper9