@
pkscout ...
I asked for this also in the metadata editor thread, but wanted to check with you as well .. since I'm not sure which of the 2 is the real "culprit"
So I load in a new show through the scraper. When I then use the metadata editor to add or change anything (tested with adding a rating and changing some text in plot), kodi won't scrape new episodes anymore.
I believe it has to do with the way the scraper writes episodeguide.
If I let kodi export to nfo (before using metadata editor).. I for instance get this in the nfo :
<episodeguide>2190</episodeguide>
After I use metadataeditor and update the nfo, it gets changed to :
<episodeguide>
<url cache="tmdb-2190-en.json">http://api.themoviedb.org/3/tv/2190?api_key=6a5be4999abf74eba1f9a8311294c267&amp;language=en</url>
</episodeguide>
And then the scraper won't pick up new episodes. To fix this, I can edit the nfo manually back to the first episodeguide, and then in kodi renew the show with the nfo file. Or I can tell kodi to renew all episodes, that works as well.
Neither is a good solution of course.
All this is on kodi 18.9 btw