Skip to content

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

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

  2. Edit the Goplaxt section in saltbox settings.yml: substituting your own ID and secret.

    goplaxt:
      trakt_id: IDHERE
      trakt_secret: SECRETHERE
    
  3. Run the role install command

    sb install sandbox-goplaxt
    
  4. Visit the goplaxt site at https://goplaxt.domain.com.
    Enter your Plex Username then Authorize, and add the Webhook in Plex Settings.
    Make sure under your server Settings > Network that Webhooks is enabled.

  5. Documentation: Goplaxt Docs