-
Notifications
You must be signed in to change notification settings - Fork 60
Installing
Jason edited this page Jan 6, 2017
·
1 revision
Autorippr requires a few things to run;
- Python 2.7
- Can be installed via package manager, installed by default on OSX and some Linux distros
- Git
- Pip
-
MakeMKV
- Linux install instructions can be found here
- HandBrake CLI
- Filebot
From there, install the required python packages
sudo pip install tendo pyyaml peewee
Once the prerequisites have been installed it's time to clone the repository from GitHub. Enter the following yellow commands into a terminal
~$ git clone https://github.com/JasonMillward/Autorippr.git
Cloning into 'Autorippr'...
remote: Reusing existing pack: 1408, done.
remote: Counting objects: 114, done.
remote: Compressing objects: 100% (113/113), done.
remote: Total 1522 (delta 65), reused 0 (delta 0)
Receiving objects: 100% (1522/1522), 217.35 KiB | 118.00 KiB/s, done.
Resolving deltas: 100% (875/875), done.
Checking connectivity... done.
~$ cd Autorippr
~/Autorippr$git checkout v1.6.3
Note: checking out 'v1.6.3'.
~/Autorippr$cp settings.example.cfg settings.cfg
# Edit Autorippr settings
~/Autorippr$vim settings.cfg
# Check settings and requirements
~/Autorippr$python autorippr.py --test
= Checking directory permissions
[ OK ] makemkv savePath
= Checking requirements
[ OK ] Filebot
[ OK ] MakeMKV
[ OK ] HandBrake
And if everything says 'OK' you're done installing, time to learn how to run and automate Autorippr.