I am using the generic qBitorrent script with the artwork and music removed:
Code: Select all
filebot -script fn:amc --output "C:/Media" --action duplicate --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"
1. I would like the files to be deleted from the download folder So the RAR (If it is rarred), The Folder and any associated files that downloaded within the torrent.
I have tried both the below, also tried without the -- as well as removing the --def nothing works.
I may not be placing it in the right area.
Code: Select all
--def deleteAfterExtract=y Delete archives after extraction
--def clean=y Automatically remove empty folders and clutter files that may be left behind after moving the video files, or temporary extracted files after copying
The rest of the script is going well.
The only other thing id probably ask is do i need the amc.log i dont ever check it but i see it generates.
I have looked on the FAQ and on here on the forums but i cant pin point the above.
Let me know
