Exclude a TV show using Filebot Node.

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
RubiksCube
Posts: 7
Joined: 05 Jun 2017, 13:08

Exclude a TV show using Filebot Node.

Post by RubiksCube »

Hello

Is it possible to exclude a TV show (e.g. Watchmen (2017) etc.) when renaming files using Filebot Node?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exclude a TV show using Filebot Node.

Post by rednoah »

Yes, assuming FileBot Node WebUI allows you to set the --filter option.

:arrow: viewtopic.php?f=11&t=11179
:idea: Please read the FAQ and How to Request Help.
RubiksCube
Posts: 7
Joined: 05 Jun 2017, 13:08

Re: Exclude a TV show using Filebot Node.

Post 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.
Post Reply