Radarr
Radarr
Created | = this.file.ctime |
---|---|
Updated | = this.file.mtime |
Information
Radarr is a member of the arr family of software ( [[ Sonarr ]], Readarr, Prowlarr) and works by browsing [[ Torrent ]] sites for movies that you want and automatically downloading them.
Docker Compose Script
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=Australia/Adelaide
volumes:
- /docker/radarr/config:/config
- /mnt/data/media/movies:/movies #optional
- /mnt/data/downloads:/downloads #optional
ports:
- 7878:7878
restart: unless-stopped
Setup
- Add the above to your docker compose script
- Link to a download client (Deluge)
- Link to Index Manager (Prowlarr)
- Follow Trash Guides for custom quality formats
- Add Audio Advanced to DD+ Atmos with suggested weightings
- Unwanted with suggested weightings
- Quality to recommended file sizes
- Group profiles so that it goes: All 2160p > HDTV-2160p > All 1080p > HDTV-1080p > All 720p > HDTV-720p. Uncheck everything else.
- Upgrade until 1080p with Custom Format score of 3000
- Enter the following details to naming under Media Management:
Standard Movie Format
{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}] - {[Edition Tags]}{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}][{Mediainfo VideoCodec}]
[Type:: Seedling]
Notes mentioning this note
Home server
Home Server Synopsis I run a Home Server on [[Ubuntu Linux]] so it can be headless. While I use it...