Ability to ignore the blacklist

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
stacyhorton
Donor
Posts: 1
Joined: 16 Nov 2016, 11:55

Ability to ignore the blacklist

Post by stacyhorton »

Hi

I generally use AMC (via CLI) for Movies and TV but for Anime, I have written some custom groovy to handle the extra weirdness inherent in these files. This is all fine except for one thing - the NC(OP|ED) files are in your blacklist so even though I have written my own groovy code to handle them how I like, filebot will always ignore those files. Is it possible via a CLI switch, def or otherwise to disable the blacklist per invocation? To be very specific, in my case if I could pass an option to the rename() method which disabled the blacklist check when needed it would be all I require.

Also, I just donated via PayPal for your fantastic software as a small thank you. :D
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ability to ignore the blacklist

Post by rednoah »

FileBot wouldn't be able to match Opening / Endings anyway, and in the worst case it'll match them up with some normal episodes and possibly override your other files (if --conflict override is set).

You can just do your own -rename call on those files and see what happens, but OP / ED is not in the data that FileBot will consider when matching files so in the best case it'll be confused and just do nothing.
:idea: Please read the FAQ and How to Request Help.
Post Reply