Page 1 of 1

How can I use AMC to catch up my old files?

Posted: 12 Jan 2020, 16:52
by BlueSmoke
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.

Re: How can I use AMC to catch up my old files?

Posted: 12 Jan 2020, 19:04
by BlueSmoke
I think I solved my own problem again... viewtopic.php?t=4298

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
Maybe not exactly what I want but at least I get how to play with it now. I'm such a noob :)

Re: How can I use AMC to catch up my old files?

Posted: 12 Jan 2020, 23:27
by rednoah
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.