Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Service Configuration: Traktarr

Connor Bell edited this page May 17, 2020 · 1 revision

download stack Traktarr

Traktarr can automatically add new TV series and movies to Sonarr & Radarr based on Trakt lists.

  • First, copy the file traktarr.json.template to traktarr.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