Docker image based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.
Note
The steps below assume that you have imported the image and have a running container
- Make sure you have a volume mapped to
/usr/local/sma/config
- Create a new file within that volume called autoProcess.ini
- Copy the autoProcess.ini.sample from the SMA repo into the file created in the last step
- Set the
ffmpeg
andffprobe
under[Converter]
as follows:
[Converter]
ffmpeg = ffmpeg
ffprobe = ffprobe
- Setup the settings for qBittorrent under
[qBittorrent]
Follow the steps for qBittorrent given in the SMA repo README
The path you need to define for qBittorrentPostProcess.py
is as follows:
/usr/local/sma/venv/bin/python /usr/local/sma/qBittorrentPostProcess.py "%L" "%T" "%R" "%F" "%N" "%I"