> - ?? something I may have missed ??

There's an undocumented pref without UI - thus almost forgotton by most of  
us...

if ((my $ignore = $prefs->get('ignoreDirRE') || '') ne '') {
        return 0 if $item =~ /$ignore/;
}

You can define a regular expression which recognizes the folders you don't  
want to scan. If you eg. add the following to server.prefs:

ignoreDirRE: '(?:backup|brothersmusic|badstuff)'

Then folders with the above words in the name will be ignored.

Michael
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to