-
Notifications
You must be signed in to change notification settings - Fork 174
installation
Clinton Hall edited this page Jul 1, 2014
·
39 revisions
- Install python 2.7 (if not already installed)
- cd into the intended scripts directory and install via git
-
git clone https://github.com/clinton-hall/nzbToMedia.git
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.
- Find out where your python2.7 is
which python2.7
. - 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
use apt-get install
, your package manager, or download the source and compile.
- unrar
- unzip
- tar
- 7zr (p7zip)
- ffmpeg
Ensure these are installed (or sym-linked) in the PATH as used in your downloader.
- 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 OR
- Download source (git)
- Install git
- cd into intended scripts directory and issue
git clone https://github.com/clinton-hall/nzbToMedia.git
Download from here nzbToMedia-v9.2
Download from here nzbToMedia-v9.3dev