mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-05 20:51:11 -07:00
ready for V8.5 release
This commit is contained in:
parent
b31f8a2465
commit
3bd6243288
3 changed files with 20 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue