Exclude folder in AMC script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
chrismason1986
Posts: 6
Joined: 26 Feb 2015, 08:34

Exclude folder in AMC script

Post by chrismason1986 »

been using the filbot AMC script, and its amazing. Im just having problems using the --def exclude=. Im wanting it to exclude a certain folder but cant seem to figure out how to do it. Reason being is i sometime download WWE which it doesnt work with, and a few other things. I have a labels set up which puts completed downloads into Completed/Misc which i would like the AMC script to skip, as i have a poweshell script that will process the others. Anyway, any help is much appereciated. Chris
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exclude folder in AMC script

Post by rednoah »

--def exclude expects a regular expression pattern and all paths that match this pattern will be excluded.

The most simple usage would be something like --def "exclude=WWE" and once you understand regular expression you can have much more fine-grained control.
:idea: Please read the FAQ and How to Request Help.
chrismason1986
Posts: 6
Joined: 26 Feb 2015, 08:34

Re: Exclude folder in AMC script

Post by chrismason1986 »

wow, thanks for the quick reply! i understand the basics or regex, just couldnt get it to work, guess its the quotes ive been missing, i will try that. thanks so much!
Post Reply