Exclude directories when browsing
erhnam
Team-XBMC Live Developer Joined: May 2009 Reputation: 2 Location: The Netherlands |
2010-09-08 14:21
Post: #1
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?
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-09-08 14:27
Post: #2
call me crazy, i'd check the advanced setting wiki page before posting. yes.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Livin
Posting Freak Posts: 3,430 Joined: May 2004 Reputation: 17 Location: above ground |
2012-05-13 01:49
Post: #3
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> I'm not an expert but I play one at work. |
| find quote |


Search
Help