In any case,
filebot likely works, you just didn't follow the qBT instructions:
viewtopic.php?p=9774#p9774
Step 1: Copy the qBT command template example:
Code: Select all
filebot -script fn:amc --output "X:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes --def unsorted=y music=y artwork=y "ut_label=%L" "ut_title=%N" "ut_kind=multi" "ut_dir=%F"
Step 2: Make the minimal number of modifications and do not make unnecessary modifications until you've confirmed things to be working:
Code: Select all
"C:/Program Files/FileBot/filebot.exe" -script fn:amc --output "E:/Media" --action duplicate --conflict skip -non-strict --log-file "E:/Media/amc.log" --def excludeList=amc.excludes --def unsorted=y music=y artwork=y "ut_label=%L" "ut_title=%N" "ut_kind=multi" "ut_dir=%F"
"C:/Program Files/FileBot/filebot.exe" will work around
%PATH% issues but probably isn't necessary
--output "E:/Media" is a new existing output folder that is distinct and separate from your input folder
--log-file "E:/Media/amc.log" so you can find the log file easily

Create a new
E:/Media folder.
DO NOT use
E:/Videos as output folder because that's already your input folder where your
Downloads are. If your input / output folder structure is bad, then the
amc script will print an error and quit.