Can Filebot skip a file if it contains a certain string?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cejpe
Posts: 1
Joined: 21 Nov 2016, 17:16

Can Filebot skip a file if it contains a certain string?

Post by cejpe »

I'm trying to exclude any Anime OVAs from being renamed as they often replace the original episode.

e.g. "Some Series - E01 - Some Title" gets replaced by the file someseriese01OVA

I want to avoid this obviously so I think the best option would be to skip renaming any file which contains OVA or ova.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can Filebot skip a file if it contains a certain string?

Post by rednoah »

Are you using the amc script? Have you tried the --def ignore option?
:idea: Please read the FAQ and How to Request Help.
Post Reply