Skip to content

A docker container based on linuxserver/sonarr with mp4 automation baked in

License

Notifications You must be signed in to change notification settings

faceoff34/docker-sonarr-mp4-automator

This branch is 2 commits ahead of, 9 commits behind tedkulp/docker-sonarr-mp4-automator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

258692f · Jun 12, 2018

History

10 Commits
Jun 12, 2018
Jul 26, 2017
Jul 28, 2017

Repository files navigation

aront/sonarr

A docker container based on linuxserver/sonarr with mp4 automation baked in

Usage

docker create \
    --name sonarr \
    --restart unless-stopped \
    -p 8989:8989 \
    -e PUID=1001 -e PGID=1001 \
    -e TZ="America/Chicago"  \
    -v <path to data>:/config \
    -v <path to data>/mp4_automator:/config_mp4_automator \
    -v <path to data>:/movies \
    -v <path to data>:/downloads \
    aront/sonarr
    
mkdir <path to data>/mp4_automator && \
wget https://raw.githubusercontent.com/mdhiggins/sickbeard_mp4_automator/master/autoProcess.ini.sample -O <path to data>/mp4_automator/autoProcess.ini

Parameters

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

mkdir

Makes a symlink from sickbeard_mp4_automator 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 sickbeard_mp4_automator will be able to use that. This is useful if you are running multiple containers but want to share the mp4 automation configuration between them. It also has the benefit of being able to modify the config from the host OS.

About

A docker container based on linuxserver/sonarr with mp4 automation baked in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published