V8.0 - ready for merge

This commit is contained in:
clinton-hall 2013-04-28 14:12:18 +09:30
commit b363473463
3 changed files with 16 additions and 10 deletions

View file

@ -42,17 +42,11 @@ Installation
### Windows ### Windows
Download the the compiled versions of this code here [nzbToMedia - win.zip](http://bit.ly/161ZTGg "nzbToMedia - win.zip") Download the the compiled versions of this code here [nzbToMedia - win - v8.0.zip](http://bit.ly/188imjs "nzbToMedia - win - v8.0.zip")
For nzbget download the package with nzbget support from here [nzbToMedia - win - nzbget support.zip](http://bit.ly/ZeXLop "nzbToMedia - win - nzbget support.zip")
Copy all files from *\nzbToMedia\nzbget-postprocessing-files\Shell\ to a location in your system path,
or add the location of these files to the system path.
e.g. copy to "C:\Program Files (x86)\Shell\" and add "C:\Program Files (x86)\Shell" to system path.
### General ### General
1. Clone all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your nzb client) 1. Clone or copy all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your nzb client)
and change the permission accordingly so the download client can access these files. and change the permission accordingly so the download client can access these files.
git clone git://github.com/clinton-hall/nzbToMedia.git git clone git://github.com/clinton-hall/nzbToMedia.git
@ -66,6 +60,18 @@ e.g. copy to "C:\Program Files (x86)\Shell\" and add "C:\Program Files (x86)\She
3. Please add to the wiki pages to help assist others ;) 3. Please add to the wiki pages to help assist others ;)
### NZBGet (V11+)
1. Place the nzbToMedia folder inside the ppscripts folder. These scripts can now be configured via the web UI.
2. Run scripts (for all required categories) in this order.
DeleteSamples.py, nzbToMedia*.py, Email.py, Logger.py
3. For Windows compiled versions, set the same config for all categories.
DeleteSamples.bat, nzbToMedia.bat
### Issues ### Issues
1. Please report all issues, or potential enhancements using the issues page on this repo. 1. Please report all issues, or potential enhancements using the issues page on this repo.

View file

@ -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 = 'V7.2' VERSION = 'V8.0'
# Constants pertinant to SabNzb # Constants pertinant to SabNzb
SABNZB_NO_OF_ARGUMENTS = 8 SABNZB_NO_OF_ARGUMENTS = 8

View file

@ -1,6 +1,6 @@
Change_LOG / History Change_LOG / History
V7.2 XX/04/2013 V8.0 28/04/2013
Impacts All Impacts All
Added download_id pass through for CouchPotato release matching Added download_id pass through for CouchPotato release matching