Goplaxt¶
What is it?¶
Goplaxt scrobbles Plex plays to Trakt with ease!
Details | |||
---|---|---|---|
Project home | Docs | Github: | Docker |
1. Installation¶
sb install sandbox-goplaxt
2. URL¶
- To access Goplaxt, visit
https://goplaxt._yourdomain.com_
3. Setup¶
-
Create an API application through Trakt here. The Redirect URI should be your goplaxt.domain +
/authorize
, so it reads as:https://goplaxt.domain.com/authorize
. -
Edit the Goplaxt section in saltbox
settings.yml
: substituting your ownID
andsecret
.goplaxt: trakt_id: IDHERE trakt_secret: SECRETHERE
-
Run the role install command
sb install sandbox-goplaxt
-
Visit the goplaxt site at
https://goplaxt.domain.com
.
Enter yourPlex Username
thenAuthorize
, and add the Webhook inPlex Settings
.
Make sure under your serverSettings > Network
that Webhooks isenabled
.