Radarr (develop) with bash scripts to automate and extend functionality.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
RandomNinjaAtk ddff4a6969
Update amd64.dockerfile
2 years ago
hooks Create pre_build 2 years ago
root Update MovieExtras.bash 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 2 years ago
amd64.dockerfile Update amd64.dockerfile 2 years ago
arm32v7.dockerfile Create arm32v7.dockerfile 2 years ago
arm64v8.dockerfile Create arm64v8.dockerfile 2 years ago
multi-arch-manifest.yaml Create multi-arch-manifest.yaml 2 years ago

README.md

RandomNinjaAtk/radarr-extended

Docker Build Docker Pulls Docker Stars Docker Hub

Radarr - A fork of Sonarr to work with movies à la Couchpotato.

radarr

This containers base image is provided by: linuxserver/radarr

Supported Architectures

The architectures supported by this image are:

Architecture Available Tag
multi latest
x86-64 amd64
arm64v8 arm64v8
arm32v7 arm32v7

Version Tags

Tag Description
develop Radarr (develop) + SMA + ffmpeg

Parameters

Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.

Parameter Function
-p 7878 The port for the Radarr webinterface
-v /config Database and Radarr configs
-e PUID=1000 for UserID - see below for explanation
-e PGID=1000 for GroupID - see below for explanation
-e TZ=America/New_York Specify a timezone to use EG Europe/London, this is required for Radarr
-e UMASK_SET=022 control permissions of files and directories created by Radarr
-e enableAutoConfig=true true = enabled :: Enables AutoConfig script to run after startup
-e enableRecyclarr=true true = enabled :: Enables Recyclarr to run every 4 hours
-e enableQueueCleaner=true true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported on a 15 minute interval
-e plexUrl=http://x.x.x.x:32400 ONLY used if PlexNotify.bash is used...
-e plexToken= ONLY used if PlexNotify.bash is used...

Application Setup

Access the webui at <your-ip>:7878, for more information check out Radarr.

Radarr Configuration

Enable completed download handling

  • Settings -> Download Client -> Completed Download Handling -> Enable: Yes

Add Custom Script

  • Settings -> Connect -> + Add -> custom Script
Parameter Value
On Grab No
On Import Yes
On Upgrade Yes
On Rename No
On Health Issue No
Tags leave blank
Path /scripts/postRadarr.sh

SMA Information:

Config Information

Located at /config/sma/autoProcess.ini inside the container

Log Information

Located at /config/sma/sma.log inside the container

Hardware Acceleration

  1. Set "video codec" to: h264vaapi or h265vaapi in "/config/sma/autoProcess.ini"
  2. Make sure you have passed the correct device to the container, or these will not work...