Page 1 of 1

any way to handle XXX films

Posted: 22 Apr 2013, 12:37
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?

Re: any way to handle XXX films

Posted: 22 Apr 2013, 13:08
by rednoah
Not much you can do in the GUI. With CLI/scripting you can filter and do things as you like.

Re: any way to handle XXX films

Posted: 22 Apr 2013, 14:02
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

Re: any way to handle XXX films

Posted: 22 Apr 2013, 14:15
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

Re: any way to handle XXX films

Posted: 22 Apr 2013, 14:18
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?

Re: any way to handle XXX films

Posted: 22 Apr 2013, 14:23
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.

Re: any way to handle XXX films

Posted: 22 Apr 2013, 14:27
by Remlle
ok is there a file listing or a page that has all the available options and tags?

Re: any way to handle XXX films

Posted: 23 Apr 2013, 03:29
by rednoah