Hi guys,
First time posting here, just setting up my HTPC with Emby running on my server and hit a bit of a snag. I have a sub-directory I wish to exclude from Kodi specifically; Emby can continue to have the file in it's library. I figured this would be rather simple: create the exception in advancedsettings.xml, reset the local database and be done. Unfortunately, this does not seem to work. I am wondering if I am missing a step or if this a limitation/feature not yet implemented. For reference, my advancedsettings.xml is the following:
<advancedsettings>
<video>
<!-- VideoExtras: Section Start -->
<excludefromscan action="append">
<regexp>/Extras/</regexp>
<regexp>[\\/]Extras[\\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan action="append">
<regexp>/Extras/</regexp>
<regexp>[\\/]Extras[\\/]</regexp>
</excludetvshowsfromscan>
<!-- VideoExtras: Section End -->
</video>
</advancedsettings>
Anyone else experiencing this? I'm using Kodi 17.3 with Emby for Kodi 2.3.48 on Arch Linux. Thanks!