Kodi Community Forum
Solved excludefromscan not working for series library - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Solved excludefromscan not working for series library (/showthread.php?tid=339133)



excludefromscan not working for series library - ernstlx - 2019-01-07

Hello!

I like to exclude files containing "-backup" from the library. Here is the video section of my advancedsettings.xml:
Code:
<video>
<excludefromscan>
<regexp>Bonus\ \-\ </regexp>
<regexp>\-backup\.</regexp>
</excludefromscan>
</video>
This works well for movies, but not at all for series files. Does anyone know what's wrong?
It doesn't seem to be a common problem, so I guess it is misconfiguration.
Is there a special section for series? (haven't read about)
I probably don't have to escape blanks and dashes, but normally that doesn't hurt in regular expressions.
Any ideas?

Thanks in advance


RE: excludefromscan not working for series library - Karellen - 2019-01-07

Yes, configured incorrectly.

See here... https://kodi.wiki/view/Advancedsettings.xml#excludefromscan


RE: excludefromscan not working for series library - ernstlx - 2019-01-07

Thanks! That's it - solved!
I've overlooked that excludetvshowsfromscan is not excludefromscan.


excludefromscan not working for series library - Karellen - 2019-01-07

Thread marked solved.