> I wonder if the hooks are in place to do something like this as a
> plugin. That would probably be best.

There's a preference "ignoreDirRE" which isn't exposed in the UI. It's a 
regular expression which defines file/folder names which are to be ignored. A 
plugin could simply expose that value to the user.

See Slim/Utils/Misc.pm, around line 697:

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

-- 

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

Reply via email to