Sign inSign up

xeronick/sonarr

By xeronick

Updated almost 2 years ago

Sonarr Docker Image + Transcoder

0

73

xeronick/sonarr repository overview

xeronick/sonarr

A docker container based on linuxserver/sonarr with a mp4 multi-bitrate transcoder baked in

Usage

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

Parameters

See https://hub.docker.com/r/linuxserver/sonarr/ for details.

mkdir

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.

Tag Summary

No tags have been pushed to this repository yet.