This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Service Configuration: Traktarr
Connor Bell edited this page May 17, 2020
·
1 revision
Traktarr can automatically add new TV series and movies to Sonarr & Radarr based on Trakt lists.
- First, copy the file
traktarr.json.template
totraktarr.json
.
Note: My Traktarr settings are probably very extreme for most people. You will likely need to edit these.
- Update the following fields in the JSON object:
Setting Key | Value |
---|---|
radarr.api_key | Found in Radarr Settings -> General -> Security -> API Key |
sonarr.api_key | Found in Sonarr Settings -> General -> Security -> API Key |
omdb.api_key | You can generate a key here |
trakt.client_id trakt.client_secret |
You can generate these here |
- You will need to restart the container for it to pick up the changes:
docker-compose restart traktarr