Page 1 of 1

Running command from qBittorrent

Posted: 20 Aug 2017, 05:31
by mrblack
So I recently purchased the Filebot app from Windows Store. I have been using Filebot for a few years on a previous computer but the HDD died so I had to purchase a copy for the new HDD.

Been trying to set up my automation as before, but I can't seem to get qBittorrent to run the command when download completes.
The command runs fine when I do it manually from a command prompt.

I think it might have something to do with the fact that its a Windows Store app now?
Anyway, here is the command I am running in qBitorrent - Can anyone tell me what I am doing wrong?

Code: Select all

filebot -script fn:amc --output “C:/Media” --action copy -non-strict “C:/Complete” --log-file amc.log --def excludeList=amc.txt

Re: Running command from qBittorrent

Posted: 20 Aug 2017, 08:12
by rednoah
1.
Please follow the official qBT setup instructions:
viewtopic.php?f=4&t=215#p9774


2.
Have you tried this command on the command-line yet to see what the output says?

:!: “...” couldn't possibly work because “...” is not "..."

Please read this tutorial on command-line basics: viewtopic.php?f=4&t=1899

Re: Running command from qBittorrent

Posted: 21 Aug 2017, 00:18
by mrblack
Turns out the quotes was the issue. Thanks!
:!: “...” couldn't possibly work because “...” is not "..."