Kodi Community Forum

Full Version: Stuck with Folder Exclude on Scrapers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I built a centralized DB on my NAS.
Now i've tried to exclude some folders, but its somehow not working.

If my folder is named #recyle
will this code work, or what did i made wrong?

Code:
<video>
  <excludefromscan>
    <regexp>#recycle</regexp>
    <regexp>-trailer</regexp>
    <regexp>[!-._ \\/]sample[-._ \\/]</regexp>
  </excludefromscan>
</video>
[/php]

Thanks for your help.