Page 1 of 1

Exclude a TV show using Filebot Node.

Posted: 02 Nov 2019, 16:15
by RubiksCube
Hello

Is it possible to exclude a TV show (e.g. Watchmen (2017) etc.) when renaming files using Filebot Node?

Re: Exclude a TV show using Filebot Node.

Posted: 03 Nov 2019, 05:19
by rednoah
Yes, assuming FileBot Node WebUI allows you to set the --filter option.

:arrow: viewtopic.php?f=11&t=11179

Re: Exclude a TV show using Filebot Node.

Posted: 03 Nov 2019, 09:40
by RubiksCube
Hi RN

Thank you for the link.

I added the following to Match Filter under the Organize Files section:

Code: Select all

!readLines('/xxxx/xxxx/xxxx/excludeseries.txt').contains(n)
"xxxx" being the folder names.

the excludeseries.txt contains

Code: Select all

Watchmen (2017)
Watchmen: Motion Comic
And it works a charm.

Thank you again for all your hard work going in to this amazingly flexible tool.