[Question] Fully Automated Media Center

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cheesemaker
Posts: 49
Joined: 03 Sep 2012, 10:52

[Question] Fully Automated Media Center

Post by cheesemaker »

Hi,

How can I exclude files from the sort process with the script "Fully Automated Media Center" by rednoah which are containing the word "DOKU" (for documentaries) in their filename, or handle them separate like moving into another directory.
(for example: Wonders.Carlsbad.Caverns.GERMAN.DOKU.1080p.3DTV.x264-TVP)

Thanks,
cheesemaker
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Question] Fully Automated Media Center

Post by rednoah »

You can add ignore patterns via --def ignore=pattern

e.g.

Code: Select all

--def "ignore=\b(?i:doku)\b"
For anything other than ignore you have to modify the script.
:idea: Please read the FAQ and How to Request Help.
Post Reply