mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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"))
|
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:
|
try:
|
||||||
inputDirectory, inputName, inputCategory, inputHash, inputID = parse_args(clientAgent)
|
inputDirectory, inputName, inputCategory, inputHash, inputID = parse_args(clientAgent)
|
||||||
except:
|
except:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Make things easy and less error prone by centralising all common values
|
# Make things easy and less error prone by centralising all common values
|
||||||
|
|
||||||
# Global Constants
|
# Global Constants
|
||||||
VERSION = 'V8.4'
|
VERSION = 'V8.5'
|
||||||
|
|
||||||
# Constants pertinant to SabNzb
|
# Constants pertinant to SabNzb
|
||||||
SABNZB_NO_OF_ARGUMENTS = 8
|
SABNZB_NO_OF_ARGUMENTS = 8
|
||||||
|
|
|
@ -1,5 +1,19 @@
|
||||||
Change_LOG / History
|
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
|
V8.4 14/09/2013
|
||||||
|
|
||||||
Impacts Torrents
|
Impacts Torrents
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue