Now that I have AMC set to process my new downloads, is there a way to have it reprocess all my old files via a CMD line in Win 10?
Reprocessing them through uTorrent is not an really not an option.
How can I use AMC to catch up my old files?
Re: How can I use AMC to catch up my old files?
I think I solved my own problem again... viewtopic.php?t=4298
I am using this command line:
Maybe not exactly what I want but at least I get how to play with it now. I'm such a noob 
I am using this command line:
Code: Select all
filebot -script fn:amc --output "C:\ToFolder" --action copy -non-strict "C:\FromFolder" --def extractFolder=C:\New --def deleteAfterExtract=y --log-file amc.log --def excludeList=amc.txt

Re: How can I use AMC to catch up my old files?
Yes, pretty much. filebot is a command-line too, so you can inherently call it yourself. FileBot doesn't really know or care how it's being called, either via CMD, or via qBT, because it's all the same from the FileBot process point of view.