Kodi Community Forum
Mandatory to force actualization manually, why? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: Mandatory to force actualization manually, why? (/showthread.php?tid=359467)



Mandatory to force actualization manually, why? - mulanee - 2020-12-30

Hello,

Scrapper looks it doesn't work properly.
To get actualisation of data I have to force it, why is it not automatic?

Image


RE: Mandatory to force actualization manually, why? - DarrenHill - 2020-12-30

The scraper looks to be working exactly as designed.

If there is local data available, that is normally used before doing anything over the internet to download new/updated data. The pop-up above is simply the option to allow you to override that if you want to, and to ignore the local (previously downloaded or manually set-up) data and grab a new set from the net (and overwrite the local with that new info).


RE: Mandatory to force actualization manually, why? - mulanee - 2020-12-31

(2020-12-30, 19:24)DarrenHill Wrote: The scraper looks to be working exactly as designed.

If there is local data available, that is normally used before doing anything over the internet to download new/updated data. The pop-up above is simply the option to allow you to override that if you want to, and to ignore the local (previously downloaded or manually set-up) data and grab a new set from the net (and overwrite the local with that new info).

Except the poster there are no data in the folder.
Synopsis is in english; when I force manually the information update one movie after one movie, the description, title ... are jumping to french as I want it to be.
So how is it possible to get this directly without forcing?


RE: Mandatory to force actualization manually, why? - DarrenHill - 2020-12-31

That sounds like your initial scrape was incorrectly done, probably the language settings on the scraper were wrong.

So you're basically replacing the local (English) data with the current scraper settings, which are presumably French from what you describe (and as you want them).

The data is not in the folder unless you've exported your database as individual files, which will write NFO (wiki) files beside each media item. The information is in the Kodi database, which is either SQLite (by default, stored locally as part of the install in the userdata (wiki) folder) or MySQL (wiki) (if it's been set-up to be hosted externally for sharing between installations).

If your database is in English and you want it in French, you may be best to dump it and start again with a fresh scrape using the scraper set up how you want it (to scrape French language).


RE: Mandatory to force actualization manually, why? - mulanee - 2020-12-31

(2020-12-31, 12:57)DarrenHill Wrote: That sounds like your initial scrape was incorrectly done, probably the language settings on the scraper were wrong.

So you're basically replacing the local (English) data with the current scraper settings, which are presumably French from what you describe (and as you want them).

The data is not in the folder unless you've exported your database as individual files, which will write NFO (wiki) files beside each media item. The information is in the Kodi database, which is either SQLite (by default, stored locally as part of the install in the userdata (wiki) folder) or MySQL (wiki) (if it's been set-up to be hosted externally for sharing between installations).

If your database is in English and you want it in French, you may be best to dump it and start again with a fresh scrape using the scraper set up how you want it (to scrape French language).

I removed the .db file,
I tried again to build the index taking care again with the language.
As previously some movies are ok some others no.
What I don't understand is when I force manually it works.


RE: Mandatory to force actualization manually, why? - Karellen - 2020-12-31

@mulanee

We need a Debug Log which captures a Library Update to help you further.

Are you using NFO files?


RE: Mandatory to force actualization manually, why? - mulanee - 2021-01-03

(2020-12-31, 19:16)Karellen Wrote: @mulanee

We need a Debug Log which captures a Library Update to help you further.

Are you using NFO files?
I don't use nfo files

This is my log:
https://paste.kodi.tv/etowoqanom.kodi

Thank you


RE: Mandatory to force actualization manually, why? - Karellen - 2021-01-03

(2021-01-03, 12:17)mulanee Wrote: This is my log:
https://paste.kodi.tv/etowoqanom.kodi
This is no good. You have given me 2 seconds of a log. I need the full log with Debug mode enabled, which captures you scraping the movie/tv shows that are causing the problem.

Without it there is nothing we can do for you.