2014-09-26, 11:56
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?
[/php]
Thanks for your help.
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>
Thanks for your help.