filebot leaves .part files behind
Posted: 12 Apr 2020, 12:27
Hello! I have configured filebot on my synology nas to move files from downloads folder to media folder. I have just noticed that it leaves .part files from torrents behind even though I use clean=y option. Since I use a script that calls filebot only if there any files in downloads folder it becomes a bit annoying. I am wondering if there is a way to configure filebot so that it will delete all the files left from torrent download after running?
Here is my current filebot configuration:
Here is my current filebot configuration:
Code: Select all
filebot -script 'fn:amc' /volume1/downloads --output /volume1/video --action move -non-strict --order Airdate --conflict auto --lang ru --def 'clean=y' 'skipExtract=y' 'minFileSize=100000000' 'excludeList=.excludes' --apply refresh --log all --log-file '/usr/local/filebot-node/data/filebot.log'