added Torrent Hash for Deluge.

This commit is contained in:
clinton-hall 2013-11-25 12:56:02 +10:30
commit a299af5436
2 changed files with 2 additions and 1 deletions

View file

@ -369,7 +369,7 @@ def parse_deluge(args):
inputDirectory = os.path.normpath(sys.argv[3]) inputDirectory = os.path.normpath(sys.argv[3])
inputName = sys.argv[2] inputName = sys.argv[2]
inputCategory = '' # We dont have a category yet inputCategory = '' # We dont have a category yet
inputHash = '' inputHash = sys.argv[1]
inputID = sys.argv[1] inputID = sys.argv[1]
return inputDirectory, inputName, inputCategory, inputHash, inputID return inputDirectory, inputName, inputCategory, inputHash, inputID

View file

@ -6,6 +6,7 @@ Impacts Torrents
Moved delete to end of routine, only when succesful process occurs. Moved delete to end of routine, only when succesful process occurs.
Don't flatten hp category (in case multi cd album) Don't flatten hp category (in case multi cd album)
Added UserScript to be called for un-categorized downloads and other defined categories. 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 Impacts All
Added TPB version of SickBeard processing. This now uses a fork pass-in instead of failed_fork. Added TPB version of SickBeard processing. This now uses a fork pass-in instead of failed_fork.