Filter current lister using pre-defined filters via button

Hello and thank you for the help!

Is it possible to filter the current Lister via a button.

I have this right now

Find NAME Test IN {sourcepath} FILTER

Test is the name of my pre-defined filter. This filter has 2 conditions

  1. File must be a video
  2. File must have a rating of 4 stars or greater.

The above single line of code runs a search, I just want to filter.

You could use Select instead of Find, e.g.

Select Test FILTER FILTERFLAGS=hidenomatch

Needs to be run again if the source changes.

1 Like

Thank you! I think this will work. I'll try it out and get back to you.

Worked perfectly! Thank you!