-
Notifications
You must be signed in to change notification settings - Fork 1
radarr
github-actions[bot] edited this page Mar 24, 2026
·
3 revisions
Movie management and automation. Same idea as Sonarr but for movies — monitors wishlists, grabs downloads, and organizes your library.
Web UI: http://<host>:7878
-
Download Client — Settings > Download Clients > Add SABnzbd. Enter the host (
sabnzbd), port (8080), and API key. -
Root Folder — Settings > Media Management > Add Root Folder. Point to
/movies. - Indexers — Synced automatically if you're using Prowlarr. Otherwise add manually under Settings > Indexers.
- Quality Profiles — Use defaults or let Recyclarr handle it. Customize under Settings > Profiles.
- Add Movies — Search and add films. Radarr grabs them when available.
- Same hardlink rules as Sonarr. Keep downloads and movies on the same filesystem to avoid slow copy+delete.
- Don't use exFAT for media storage — it doesn't support hardlinks.
-
Naming convention — TRaSH recommends:
{Movie CleanTitle} ({Release Year}) {imdb-{ImdbId}}. Set this under Settings > Media Management. - API key — Found at Settings > General > Security. You'll need this for Seerr, Bazarr, and Homepage integrations.
- Servarr Wiki — official docs
- TRaSH Guides — Radarr — quality profiles, naming, custom formats
- LinuxServer.io Docker