Hello
Is it possible to exclude a TV show (e.g. Watchmen (2017) etc.) when renaming files using Filebot Node?
Exclude a TV show using Filebot Node.
-
- Posts: 7
- Joined: 05 Jun 2017, 13:08
Re: Exclude a TV show using Filebot Node.
Hi RN
Thank you for the link.
I added the following to Match Filter under the Organize Files section:
"xxxx" being the folder names.
the excludeseries.txt contains
And it works a charm.
Thank you again for all your hard work going in to this amazingly flexible tool.
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)
the excludeseries.txt contains
Code: Select all
Watchmen (2017)
Watchmen: Motion Comic
Thank you again for all your hard work going in to this amazingly flexible tool.