From a299af5436fa51160de7da455c2310984ca36bea Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 25 Nov 2013 12:56:02 +1030 Subject: [PATCH] added Torrent Hash for Deluge. --- autoProcess/nzbToMediaUtil.py | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/autoProcess/nzbToMediaUtil.py b/autoProcess/nzbToMediaUtil.py index 046e1553..c2b83b41 100644 --- a/autoProcess/nzbToMediaUtil.py +++ b/autoProcess/nzbToMediaUtil.py @@ -369,7 +369,7 @@ def parse_deluge(args): inputDirectory = os.path.normpath(sys.argv[3]) inputName = sys.argv[2] inputCategory = '' # We dont have a category yet - inputHash = '' + inputHash = sys.argv[1] inputID = sys.argv[1] return inputDirectory, inputName, inputCategory, inputHash, inputID diff --git a/changelog.txt b/changelog.txt index c4ee40dc..4ec452b3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ Impacts Torrents Moved delete to end of routine, only when succesful process occurs. Don't flatten hp category (in case multi cd album) Added UserScript to be called for un-categorized downloads and other defined categories. +Added Torrent Hash to Deluge to assist with movie ID. Impacts All Added TPB version of SickBeard processing. This now uses a fork pass-in instead of failed_fork.