Advancedsettings.xml Regex question about exclusions
#1
I'm trying to find a way for Kodi to excude the files/folders on my NAS that start with ._ (I do my file maintenace on a Mac) from scanning and adding to the library. I found the following sections in the "AdvancedSettings.xml" wiki, but can't figure out how to format it to exclude the desired files. Can Anyone help?

<advancedsettings>
<video>
<excludefromscan>
<regexp>-trailer</regexp>
<regexp>[!-._ \\/]sample[-._ \\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan>
<regexp>[!-._ \\/]sample[-._ \\/]</regexp>
</excludetvshowsfromscan>
</video>
</advancedsettings>
Reply
#2
Perhaps this helps? http://forum.kodi.tv/showthread.php?tid=154076
Reply
#3
Unfortunately, that's still greek to me Sad
Reply

Logout Mark Read Team Forum Stats Members Help
Advancedsettings.xml Regex question about exclusions0