https://github.com/ezrarieben/qbittorrent-sma
Docker container based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.
https://github.com/ezrarieben/qbittorrent-sma
docker docker-image downloads media-management qbittorrent torrenting transcode-video transcoding
Last synced: 2 months ago
JSON representation
Docker container based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.
- Host: GitHub
- URL: https://github.com/ezrarieben/qbittorrent-sma
- Owner: ezrarieben
- License: mit
- Created: 2024-12-01T01:41:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T03:02:36.000Z (6 months ago)
- Last Synced: 2025-03-17T14:59:36.592Z (3 months ago)
- Topics: docker, docker-image, downloads, media-management, qbittorrent, torrenting, transcode-video, transcoding
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qbittorrent-sma
Docker image based on [linuxserver/qbittorrent](https://hub.docker.com/r/linuxserver/qbittorrent) that includes all FFMPEG and python requirements to run [sickbeard mp4 automator (SMA)](https://github.com/mdhiggins/sickbeard_mp4_automator) with qBittorrent.## Sickbeard MP4 Automator Setup
> [!NOTE]
> The steps below assume that you have imported the image and have a running container1. 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](https://github.com/mdhiggins/sickbeard_mp4_automator/blob/master/setup/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:
```ini
[Converter]
ffmpeg = ffmpeg
ffprobe = ffprobe
```
5. Setup the settings for qBittorrent under `[qBittorrent]`## qBittorrent Setup
Follow the [steps for qBittorrent](https://github.com/mdhiggins/sickbeard_mp4_automator?tab=readme-ov-file#qbittorrent-setup) 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"
```