-
Notifications
You must be signed in to change notification settings - Fork 1
radarr
github-actions[bot] edited this page Aug 17, 2026
·
3 revisions
Sonarr for movies — monitors wanted films, grabs them, organizes the library.
Web UI: http://<host>:7878
-
Download Client — Settings > Download Clients > Add SABnzbd. Host
sabnzbd, port8080, plus its API key. -
Root Folder — Settings > Media Management.
/data/complete/moviesif you usedocker-compose.override.yml, otherwise/movies. - Indexers — sync automatically from Prowlarr.
- Quality Profiles — let Recyclarr sync TRaSH profiles.
- Same hardlink rules as Sonarr — see Sonarr. Don't use exFAT; it has no hardlinks.
-
Naming — TRaSH recommends
{Movie CleanTitle} ({Release Year}) {imdb-{ImdbId}}. - API key — Settings > General > Security. Needed by Seerr and Bazarr.
-
Collections hold profile references too. Radarr refuses to delete a quality profile that no
movie uses if a collection still points at it. Check
/api/v3/collectionas well as/api/v3/movie. -
_UNPACK_/_FAILED_folders never import — those prefixes matchdownloadClientWorkingFolders, so Radarr reports "File is still being unpacked" indefinitely. Rename the folder, thenGET /manualimport?folder=…andPOST /command {name:ManualImport}.