Exclude folder in AMC script
-
- Posts: 6
- Joined: 26 Feb 2015, 08:34
Exclude folder in AMC script
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
--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.
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.
-
- Posts: 6
- Joined: 26 Feb 2015, 08:34
Re: Exclude folder in AMC script
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!