Code: Select all
filebot -script fn:amc --output "C:/Media" --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
What i am wanting to know since i have a lot of stuff already downloaded can i move all my local media to the qBitorrent download folder and then run the above script (or similar) in CMD.
Because i tried with the above script and it says this:
Code: Select all
Locking C:\Users\TEST\AppData\Roaming\FileBot\logs\amc.log
Run script [fn:amc] at [Sun Oct 16 08:01:06 AEDT 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: ut_dir = %F
Parameter: ut_kind = multi
Parameter: ut_title = %N
Parameter: ut_label = %L
Using excludes: C:\Media\amc.excludes (622)
No files selected for processing
Failure (┬░_┬░)
Any ideas?