diff --git a/autoProcess/autoProcessMovie.py b/autoProcess/autoProcessMovie.py index f734d5fc..29589079 100644 --- a/autoProcess/autoProcessMovie.py +++ b/autoProcess/autoProcessMovie.py @@ -268,7 +268,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id if remoteCPS == 1: command = command + "/?downloader=" + clientAgent + "&download_id=" + download_id 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 diff --git a/autoProcess/nzbToMediaEnv.py b/autoProcess/nzbToMediaEnv.py index aaea44df..ce61d247 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.6' +VERSION = 'V9.0' # Constants pertinant to SabNzb SABNZB_NO_OF_ARGUMENTS = 8 diff --git a/changelog.txt b/changelog.txt index 7bf438c5..ad2332af 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ Change_LOG / History -V8.6 xx/xx/2013 +V9.0 xx/01/2014 Impacts NZBs SABnzbd 0.7.17+ now uses 8 arguments, not 7. These scripts now support the extra argument.