To expand on my last question (I'm amassing hundreds of "S# Title" episodes), this seems to come from add-ons that do not provide season or episode information and do not have names that match anything on TVDB. I have manual archiving turned on, so they try to get saved, but with no season or episode information, they're being duplicated over and over again.
The thing is, I really want to have manual archiving on because there are some kids shows on Netflix and Amazon that don't match up with TVDB but import correctly anyway because a season and episode number are provided in the name. So I guess what I need to do is find a way to exclude shows for which a Season and Episode are not provided AND a TVDB match is not found.
... That seems like a very specific request. Does anyone know if that is possible? The alternative would be to find a way for Kodi to automatically delete episodes named "Title". That would definitely be an acceptable (and perhaps even preferred) alternative.
EDIT - I managed to reduce this problem by changing my config slightly -
Code:
<ManualArchiving enabled="true">
<HoursThreshold>1.0</HoursThreshold>
</ManualArchiving>
<VideoCleanUp>
<HoursThreshold>2</HoursThreshold>
<ConsecutiveThreshold>1</ConsecutiveThreshold>
</VideoCleanUp>
Now it seems to hold only one version of the "Title" for each unscraped episode. Ideally it would carry over the name, and I'm not sure why it can't, but it's better than nothing. If anyone knows how to make it work it bit more smoothly, I'd appreciate some information!