mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
added Torrent Hash for Deluge.
This commit is contained in:
parent
a63239d61c
commit
a299af5436
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue