A docker container based on linuxserver/sonarr with a mp4 multi-bitrate transcoder baked in
docker create \
--name sonarr \
--restart unless-stopped \
-p 8989:8989 \
-e PUID=1001 -e PGID=1001 \
-e TZ="Europe/London" \
-v <path to config data>:/config \
-v <path to tv data>:/tv \
-v <path to downloads data>:/downloads \
xeronick/sonarr
mkdir <path to config data>/transcoder && \
wget https://raw.githubusercontent.com/xeronick/sonarr/main/transcoder/setup/autoProcess.ini.sample -O <path to config data>/transcoder/autoProcess.ini
See https://hub.docker.com/r/linuxserver/sonarr/ for details.
Makes a symlink from the transcoder directory to a config directory that is a volume for the container. If the host has a config file (autoProcess.ini) in the mounted volume, then the multi-bitrate mp4 transcoder will be able to use that. This is useful as it allows the modification of the config from the host OS.
No tags have been pushed to this repository yet.