any way to handle XXX films

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Remlle
Posts: 11
Joined: 16 Apr 2013, 19:52

any way to handle XXX films

Post by Remlle »

Im looking to see if there is a way to make filebot handle XXX films differently. What I would like is it to just extract them to a certain folder and not run the movie lookup or subtitle on them. All of them have XXX in the title but I dont know how to add this functionality to the system. or is there a way to get it to just ignore these files?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: any way to handle XXX films

Post by rednoah »

Not much you can do in the GUI. With CLI/scripting you can filter and do things as you like.
:idea: Please read the FAQ and How to Request Help.
Remlle
Posts: 11
Joined: 16 Apr 2013, 19:52

Re: any way to handle XXX films

Post by Remlle »

but how? is there a page with all the options ? Im using a scripting now in conjunction with my Utorrent client this is why I need the options
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: any way to handle XXX films

Post by rednoah »

Maybe the ignore option?
--def ignore=regex Ignore filepaths that match the given regular expression
Why don't you try it?

Code: Select all

--def ignore=XXX
:idea: Please read the FAQ and How to Request Help.
Remlle
Posts: 11
Joined: 16 Apr 2013, 19:52

Re: any way to handle XXX films

Post by Remlle »

will that option ignore the file all together or just not trey to match it? and is there a way to make those files go to a certain directory once extracted?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: any way to handle XXX films

Post by rednoah »

It'll just ignore them. You're gonna have to modify the script and add your own logic if you want something different.
:idea: Please read the FAQ and How to Request Help.
Remlle
Posts: 11
Joined: 16 Apr 2013, 19:52

Re: any way to handle XXX films

Post by Remlle »

ok is there a file listing or a page that has all the available options and tags?
Post Reply