Thanks.
Kodi Leia with addon 1.1.34 here.
I cannot update
because of LibreElec on Odroid C2 edit: in fact I can update to
LE11 available for odroid C2.
So TMDB TV Show is the only scraper available to me.
Updating tv library with a new show is quite slow : ~3 to 8 minutes just for a single new season 1 episode 1.
And my PVR Sonarr only gives tvdb id and set it as default.
Solution 1 : sonarr creates tvshow.nfo with tvdb id --> scraper doesn't add episode to Kodi
Solution 2 : sonarr doesn't create tvshow.nfo --> scraper takes 3~8min to update library
Solution 3 : ?
Example of a slow library scan here :
metipufazi.kodi (paste)
Scanning
Wednesday show with 7 episodes with ep nfo and the 8th ep without nfo. Took 2min14s.
I think
fanart.tv is guilty :
python:
2023-02-21 12:02:04.986 T:3329180528 DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: Calling URL "https://webservice.fanart.tv/v3/tv/397060?api_key=b018086af0e1478479adfc55634db97d"
2023-02-21 12:02:33.003 T:3337573232 DEBUG: Thread JobWorker 3337573232 terminating (autodelete)
2023-02-21 12:02:33.003 T:3295609712 DEBUG: Thread JobWorker 3295609712 terminating (autodelete)
2023-02-21 12:02:33.004 T:3345965936 DEBUG: Thread JobWorker 3345965936 terminating (autodelete)
2023-02-21 12:04:12.362 T:3329180528 DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: failed to reach the remote site
edit : I see that Sonarr
just updated to write json episodeguide in tvshow.nfo. Is version 1.1.34 of TMDB addon able to read json format ?