diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 1fe9d621..afd59fb6 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -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: diff --git a/autoProcess/nzbToMediaEnv.py b/autoProcess/nzbToMediaEnv.py index 5d7a701a..abcc6d3f 100644 --- a/autoProcess/nzbToMediaEnv.py +++ b/autoProcess/nzbToMediaEnv.py @@ -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 diff --git a/changelog.txt b/changelog.txt index a7fde9ea..ad184a39 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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