mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 11:38:30 -07:00
ready for merge to master. V9.0
This commit is contained in:
parent
843530df27
commit
c13fe0c6a2
3 changed files with 3 additions and 3 deletions
|
@ -268,7 +268,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id
|
||||||
if remoteCPS == 1:
|
if remoteCPS == 1:
|
||||||
command = command + "/?downloader=" + clientAgent + "&download_id=" + download_id
|
command = command + "/?downloader=" + clientAgent + "&download_id=" + download_id
|
||||||
else:
|
else:
|
||||||
command = command + "/?movie_folder=" + dirName + "&downloader=" + clientAgent + "&download_id=" + download_id
|
command = command + "/?media_folder=" + dirName + "&downloader=" + clientAgent + "&download_id=" + download_id
|
||||||
|
|
||||||
url = baseURL + command
|
url = baseURL + command
|
||||||
|
|
||||||
|
|
|
@ -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.6'
|
VERSION = 'V9.0'
|
||||||
|
|
||||||
# Constants pertinant to SabNzb
|
# Constants pertinant to SabNzb
|
||||||
SABNZB_NO_OF_ARGUMENTS = 8
|
SABNZB_NO_OF_ARGUMENTS = 8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
V8.6 xx/xx/2013
|
V9.0 xx/01/2014
|
||||||
|
|
||||||
Impacts NZBs
|
Impacts NZBs
|
||||||
SABnzbd 0.7.17+ now uses 8 arguments, not 7. These scripts now support the extra argument.
|
SABnzbd 0.7.17+ now uses 8 arguments, not 7. These scripts now support the extra argument.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue