Filter.Load() to use user defined filters

A wild ago, I created a script add-in that allows you to apply a filter to decide which files to process with the desired commands, similar to how FILTER works for COPY, DELETE, etc., but applicable to any command.

I thought about sharing it since it might be useful for some here. However, as it currently requires manually defining the filter (as a textual filter), I’d like to make it more user-friendly by adding the ability to use filters already defined in Opus Preferences.

To avoid reinventing the wheel, it would be ideal to have a method like Filter.Load(filter_name) to load an existing filter directly into a Filter object.

Thanks.

We'll add that in the next update.

Thanks again! Two in a row :smile: