Files
truecharts/charts/stable/plaxt/docs/installation_notes.md
Xstar97 30811c1860 fix(plaxt): moved to stable and added docs (#3638)
* fix(plaxt): move to stable and added docs v2

* Rename README..md to README.md

* fix common version back to 10.5.5

* no messaeg

Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-08-31 10:21:44 +03:00

1.3 KiB

Installation Notes

TRAKT.TV Setup

  • Please create an app in trakt.tv.
  • Set the trakt app name to whatever you like for ex: plaxt.
  • Optionally set an icon, you can download this icon.
  • Set the redirect uri to for ex (must end with /authorize):
  • https://plaxt.mydomain.com/authorize.
  • https://my_public_ip:8000/authorize.
  • Set the option /scrobble to true.
  • Copy both the Client ID and Secret as you will need both to setup the plaxt chart in the next section.

Plaxt Setup

  • Set TRAKT_ID with your custom trakt.tv app's client id.

  • Set TRAKT_SECRET with your trakt.tv app's client secret.

  • After launching the chart it will ask you to add your plex username in Step 1.

  • Click the authorize button to authorize your custom app aka plaxt with trakt.tv.

  • If successful, you will be given a generated webhook to add to plex in Step 2.

  • Go to plex -> settings -> webhooks -> add the webhook.

  • Profit.

Notes:

  • This chart depends on plex webhooks which is a Plex Pass feature.
  • The upstream project is no longer in development as Trakt has official support for Plex Webhooks.