-
Notifications
You must be signed in to change notification settings - Fork 0
Radarr and Sonarr
leestow edited this page Aug 17, 2026
·
1 revision
Radarr and Sonarr are optional metadata integrations.
They are not required for media scanning, profanity detection, or CLEAN audio creation.
- movie posters
- richer movie metadata
- association between Censorarr files and Radarr movie entries
- series/season/episode metadata
- richer TV Shows page
Without them, Censorarr falls back to the mounted folders.
arr_integrations:
radarr:
enabled: true
url: http://RADARR-SERVER-IP:7878
path_mappings:
- from: /movies
to: /mediaSave the Radarr API key in Censorarr Settings.
arr_integrations:
sonarr:
enabled: true
url: http://SONARR-SERVER-IP:8989
path_mappings:
- from: /tv
to: /tvSave the Sonarr API key in Censorarr Settings.
The mapping is:
from = path the *arr application reports
to = equivalent path inside Censorarr
Example:
Radarr reports:
/movies/Alien (1979)/Alien.mkv
Censorarr sees:
/media/Alien (1979)/Alien.mkv
Use:
- from: /movies
to: /mediaDo not assume the NAS path must match between containers.
Container paths are allowed to differ as long as the mapping accurately translates them.
Use the integration test button in Censorarr Settings after entering:
- URL
- API key
- path mapping
If the connection test passes but media associations are wrong, the path mapping is the next thing to check.
Censorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets