Skip to content

Docker container based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.

License

Notifications You must be signed in to change notification settings

ezrarieben/qbittorrent-sma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

qbittorrent-sma

Docker image based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.

Sickbeard MP4 Automator Setup

Note

The steps below assume that you have imported the image and have a running container

  1. Make sure you have a volume mapped to /usr/local/sma/config
  2. Create a new file within that volume called autoProcess.ini
  3. Copy the autoProcess.ini.sample from the SMA repo into the file created in the last step
  4. Set the ffmpeg and ffprobe under [Converter] as follows:
[Converter]
ffmpeg = ffmpeg
ffprobe = ffprobe
  1. Setup the settings for qBittorrent under [qBittorrent]

qBittorrent Setup

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"

About

Docker container based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published