QBittorrent initiating post download script before Torrent is finished
Posted: Fri Nov 09, 2018 2:27 am
Pretty well the title describes the issue.
I have QB setup to run a Filebot script upon completion of the download. This issue seems to happen most frequently with larger files (movies) but sometimes happens with TV shows which are smaller. The most recent instance was a 5.7Gig file.
The issue cannot be replicated reliably or I have not found a way to do that.
I took a look at the QB Log files and it doesn't seem to capture this type of activity, only the RSS Feed updates.
The command is : C:\SickRage\GBCopy.bat "%f\%n"
and the content of the script is:
I have QB setup to run a Filebot script upon completion of the download. This issue seems to happen most frequently with larger files (movies) but sometimes happens with TV shows which are smaller. The most recent instance was a 5.7Gig file.
The issue cannot be replicated reliably or I have not found a way to do that.
I took a look at the QB Log files and it doesn't seem to capture this type of activity, only the RSS Feed updates.
The command is : C:\SickRage\GBCopy.bat "%f\%n"
and the content of the script is:
Code: Select all
@echo off
timeout 60
filebot.launcher.exe -script fn:amc --output "D:\Media" --action copy -non-strict "D:\Download\Sickrage" --log-file C:\Sickrage\amc.log --def excludeList=amc.txt --def exec="curl 'http://localhost:8081/api/<Redacted>?cmd=show.refresh&tvdbid={info.id}'"
Exit