Creating a filter list in filebot

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Luke
Posts: 18
Joined: 24 Feb 2014, 09:36

Creating a filter list in filebot

Post by Luke »

I want certain mkv files not to scraped and moved to my movie directory, how do I make s script to move them
To a certain location without being scraped, files coming out of vuze have a script run on them when their done, or could I make filebot ingore them, any ideas would be creatly appreciated.
User avatar
rednoah
The Source
Posts: 23100
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Creating a filter list in filebot

Post by rednoah »

I assume you're talking about the amc script? That use-case is not supported, but you can pass in an ignore pattern for file paths you want to ignore.

If you want your own processing for certain files I recommend calling your own script before you run the amc script on whatever hasn't been processed by your own script yet.
:idea: Please read the FAQ and How to Request Help.
Post Reply