Page 1 of 1

Exclude folder in AMC script

Posted: 26 Feb 2015, 08:42
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

Re: Exclude folder in AMC script

Posted: 26 Feb 2015, 08:46
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.

Re: Exclude folder in AMC script

Posted: 26 Feb 2015, 08:55
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!