Sign inSign up

notorius28/radarrmp4converter

By notorius28

•Updated over 6 years ago

Radarr with mp4 automation

Image
0

688

notorius28/radarrmp4converter repository overview

⁠notorius28/radarr3mp4converter

A docker container based on linuxserver/radarr with mp4 automation baked in, based on Aront implementation

⁠Usage

docker create \
    --name radarr \
    --restart unless-stopped \
    -p 7878:7878 \
    -e PUID=1000 -e PGID=1000 \
    -e TZ="Europe/Madrid"  \
    -v <path to data>:/config \
    -v <path to data>/mp4_automator:/config_mp4_automator \
    -v <path to data>:/movies \
    -v <path to data>:/downloads \
    notorius28/radarr3mp4converter
    
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/radarr/⁠ 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.

Tag summary

Content type

Image

Digest

Size

455.8 MB

Last updated

over 6 years ago

docker pull notorius28/radarrmp4converter