Files
truecharts/charts/stable/plaxt/docs/installation_notes.md
T
bitpushr a62e42f790 Fix invalid link (#20882)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-17 19:45:16 +03:00

1.2 KiB

title
title
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.