ready for V8.5 release

This commit is contained in:
clinton-hall 2013-10-05 09:20:11 +09:30
parent b31f8a2465
commit 3bd6243288
3 changed files with 20 additions and 1 deletions

View file

@ -283,6 +283,11 @@ if __name__ == "__main__":
transcode = int(config.get("Transcoder", "transcode"))
n = 0
for arg in sys.argv:
Logger.debug("arg %s is: %s", n, arg)
n = n+1
try:
inputDirectory, inputName, inputCategory, inputHash, inputID = parse_args(clientAgent)
except:

View file

@ -1,7 +1,7 @@
# Make things easy and less error prone by centralising all common values
# Global Constants
VERSION = 'V8.4'
VERSION = 'V8.5'
# Constants pertinant to SabNzb
SABNZB_NO_OF_ARGUMENTS = 8

View file

@ -1,5 +1,19 @@
Change_LOG / History
V8.5 05/10/2013
Impacts Torrents
Added Transmission RPC client.
Now pauses and resumes or removes from transmission.
Added debugging of input arguments from torrent clients.
Impacts NZBs
Removed obsolete NZBget (pre V11) code.
Impacts All.
Fixed HeadPhones processing.
Fixed movie parsing in CPS api.
V8.4 14/09/2013
Impacts Torrents