Skip to content
Clinton Hall edited this page Jun 29, 2014 · 39 revisions

Linux/OSX

Install python 2.7

cd into the intended scripts directory and install via git

git clone https://github.com/clinton-hall/nzbToMedia.git

Sym-Link Python binaries.

Since many systems now include python3 as default, these scripts call /usr/bin/env python2 You system should have python2 existing in the path as a sym-link to python2.7 binary. If not, you will need to create a sym-link to this.

  1. Find out where your python2.7 is which python2.7.
  2. Create a sym-link python2 in the path (probably the same directory as your python2.7 and python executables.) ln -sf /usr/bin/python2.7 /usr/bin/python2

Windows (from source)

Install python 2.7

Download the source from https://github.com/clinton-hall/nzbToMedia/archive/master.zip

extract the contents of the zip folder into the intended scripts directory

Windows compiled executable binaries (.exe)

Download from here nzbToMedia-v9.2

Download from here nzbToMedia-v9.3dev

###Compiling for Windows from Source

Clone this wiki locally