Kodi Community Forum

Full Version: Disabling inclusion to library with a file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a possibility to add e.g. a specially named file to a directory so that said directory is not scanned for content to add to the (video) library? Kind of what happens with robots.txt on web servers.

TIA
(2012-04-29, 18:12)bitbanger Wrote: [ -> ]Is there a possibility to add e.g. a specially named file to a directory so that said directory is not scanned for content to add to the (video) library? Kind of what happens with robots.txt on web servers.

TIA
Have you tried right-click on a source ==> edit source ==> exclude path from library updates?

See also http://wiki.xbmc.org/?title=Advancedsett...listing.3E, though it's easier to put everything you don't want scanned in a separate source and don't set content on it.
(2012-04-30, 11:25)jhsrennie Wrote: [ -> ]See also http://wiki.xbmc.org/?title=Advancedsett...listing.3E, though it's easier to put everything you don't want scanned in a separate source and don't set content on it.
Thanks, the <exclude*fromscan> options with their regexp are flexible enough for me.
Some of my sources are NFS shares that contain also other stuff what I don't want to see listed by XBMC, so I'd like to have a rule written somewhere to block XBMC, without use the 'edit-source -> exclude' function at every exception.