Closed ukoda closed 3 years ago
Oh. That surprises me. Kodi shouldn't scrape more details. Only NFO meta data should be used. Thanks you for reporting this issue!
If I use the NFO provided by you, the TV show appears in Kodi.
What I'll fix ASAP is that an empty TvDbId can appear: <uniqueid type="tvdb" default="true">0</uniqueid>
Ok, for TMDb, NFOs scraped with Kodi v19 look like this:
<episodeguide>1434</episodeguide>
<id>1434</id>
<uniqueid type="imdb">tt0182576</uniqueid>
<uniqueid type="tmdb" default="true">1434</uniqueid>
So it's rather easy to implement. Use the new format for v19 and TMDb. Use TvDb as fallback.
https://github.com/Komet/MediaElch/pull/1234 will fix this issue. MediaElch will then write the TMDb ID as the episodeguide URL per default.
And the new order for the default uniqueid
is:
Kodi v19 appears to want to use the tmdb scrapper but some TV series are not appearing. Even after setting everything I can find to tmdb the generated tvshow.nfo references tvdb in key places and as the default.
To Reproduce For TV series "World Witches Take Off! (2021)" at https://www.themoviedb.org/tv/106386?language=en-US. Steps to reproduce the behavior:
Expected behavior A tvshow.nfo file to be created in the show's folder that references tmdb in the important areas. However the default "uniqueid" is for tvdb and the "url" in the "episodeguide" points to api.thetvdb.com.
From the Kodi documentation it would appear to the likely reason Kodi is failing to scrape and not showing this show.
MediaElch Version:
Operating System:
Additional context The generated file should be attached tvshow.nfo.zip