Page 1 of 1

Ability to ignore the blacklist

Posted: 16 Nov 2016, 12:11
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

Re: Ability to ignore the blacklist

Posted: 16 Nov 2016, 23:30
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.