Kodi Community Forum
Exclude directories when browsing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Exclude directories when browsing (/showthread.php?tid=80649)



Exclude directories when browsing - erhnam - 2010-09-08

Is it possible to exclude certain directories when browsing or indexing? My nas contains directories like @eaDir in every folder or root. I like to exclude them from my library update and do not have them on the screen when browsing the files. Is this possible?


- spiff - 2010-09-08

call me crazy, i'd check the advanced setting wiki page before posting. yes.


RE: Exclude directories when browsing - Livin - 2012-05-13

It looks like there is no way to do an exclude for all in one shot -this would be nice (hint hint)

Here's the code for the advancedsettings.XML...


<video>

<excludefromscan>

<regexp>@eaDir</regexp>

<regexp>@EADIR</regexp>

</excludefromscan>

<excludefromlisting>

<regexp>@eaDir</regexp>

<regexp>@EADIR</regexp>

</excludefromlisting>

</video>

<audio>

<excludefromscan>

<regexp>@eaDir</regexp>

<regexp>@EADIR</regexp>

</excludefromscan>

<excludefromlisting>

<regexp>@eaDir</regexp>

<regexp>@EADIR</regexp>

</excludefromlisting>

</audio>