Disclaimer: I don't know how rc.d works so the script is pretty crappy and doesn't have start/stop/status functionality. It only starts the program on startup, which was enough for me.
- Install the required software
pkg update && pkg install git python27 py27-pip py27-libxml2 py27-libxslt py27-sqlite3
cd /usr/local
- Clone the repository using
git clone https://github.com/morpheus65535/bazarr.git
(this will download the files to/usr/local/bazarr
) cd bazarr
- Install Python requirements using
pip install -r requirements.txt
- Check if it works
python2.7 bazarr.py
. You should seeBAZARR is started and waiting for request on http://0.0.0.0:6767/