Skip to content

Trakt Plugin Setup

Thomas Hudson edited this page Dec 14, 2024 · 3 revisions
  1. Go to https://trakt.tv/oauth/applications/new and fill out the form. It doesn't matter what values you enter here (you can put https://localhost for the redirect uri - we won't be using it)
  2. Press submit. On the next page, copy the Client ID and Client Secret. image
  3. Add these to the config file:
  trakt:
    enabled: true
    list_ids:
      - "movies/boxoffice"
      - "shows/popular"
    client_id: 3fa9e48c2708818943b733b8da7424eb24e138bb99f91d68c6ede798c0f79f69
    client_secret: 1b90dd8530bfbdb1c91de6fbb6a87f9595f34fb6e957e16a8a79047e8aa0bdca
  1. Run the script. The first time you run the code, it will provide you a device code and link to follow. Enter the code at the link and the script will now be authenticated and create the lists.
Clone this wiki locally