2 KiB
search | ||
---|---|---|
|
Trakt Attributes
Configuring Trakt.tv is optional but is required for Trakt based collections to function.
A trakt
mapping is in the root of the config file.
Below is a trakt
mapping example and the full set of attributes:
trakt:
client_id: ################################################################
client_secret: ################################################################
pin:
authorization:
access_token:
token_type:
expires_in:
refresh_token:
scope:
created_at:
Attribute | Allowed Values | Default | Required |
---|---|---|---|
client_id |
Trakt Application Client ID | N/A | :fontawesome-solid-circle-check:{ .green } |
client_secret |
Trakt Application Client Secret | N/A | :fontawesome-solid-circle-check:{ .green } |
pin |
Trakt Pin | None | :fontawesome-solid-circle-xmark:{ .red } |
- All other attributes will be filled in by Plex Meta Manager.
To connect to Trakt.tv you must create a Trakt application and supply Plex Meta Manager the client_id
,
client_secret
, and pin
provided, please do the following:
-
Enter a
Name
for the application. -
Enter
urn:ietf:wg:oauth:2.0:oob
forRedirect uri
. -
Click the
SAVE APP
button. -
Record the
Client ID
andClient Secret
asclient_id
andclient_secret
in your Configuration File. -
Click the Green Authorize Button next to the Redirect URI
-
Record the
PIN
aspin
in your Configuration File.
???+ warning
Run Plex Meta Manager shortly after obtaining your PIN; the PIN may expire at some point.
Online Authorization
{%
include-markdown "./auth.md"
start="# Trakt and MyAnimeList Authentication"
%}