TV show scrapping not working

Hello community,

I’m banging my head for an usual scapping issue.

I’ve a TV Show for which Kodi do not add the episods into the library.

The debug log: PrivateBin

The structure of the directory and file list: PrivateBin

The serie and episods exists in TMDB database.

What did I miss?

Thank you for your help.

2023-10-20 19:49:19.384 T:3714 debug <general>: GetEpisodeList: Searching '[https://api.themoviedb.org/3/tv/94605?api_key=<apikeyremoved>&language=en&append_to_response=content_ratings](https://api.themoviedb.org/3/tv/94605?api_key=%3Capikeyremoved%3E&language=en&append_to_response=content_ratings),credits,external_ids,images&include_image_language=en,en,null' using The Movie Database scraper (file: '/home/osmc/.kodi/addons/metadata.tvshows.themoviedb.org/', content: 'tvshows', version: '3.6.0')

Kodi is identifying the show correctly (94605) and your file layout looks good. I think you just need to switch from the old depreciated TMDB scraper to the current one which is TMDb TV Shows v1.6.5.

@darwindesign Indeed it works much better after following the procedure https://kodi.wiki/view/Changing_Scrapers to switch to the new scrapper. I wasn’t aware of that change.

Do I also need to change the scrapper for the Movie library?

Thank you very much for your quick help :slight_smile:

Probably not but you could check and see if your using The Movie Database Python 2.1.0 for movies as that is the current default, and prefered scraper for that.

Your very welcome.

Actually it seems that The Movie Database is deprecated https://kodi.wiki/view/Add-on:The_Movie_Database and it’s recommended to switch to The Movie Database Python.