Scrobblex

Plex provides webhook integration for all Plex Pass subscribers, and users of their servers. A webhook is a request that the Plex application sends to third party services when a user takes an action, such as watching a movie or episode.

You can ask Plex to send these webhooks to this tool, which will then log those plays in your Trakt account.

Step 1: Setup a Trakt application

Go to your Trakt account and click on Your API Apps and create a new application.

You need to use the following information:

Name
Scrobblex (or anything you like, really)
Redirect uri & Javascript (cors) origins
http://scrobblex.aaroncrocco.com/authorize
Permissions
  • /scrobble
  • /checkin (optional)

This wil give you the Client ID and Client Secret you need to provide to Scrobblex.

Step 2: Authorize with Trakt

This will take you to Trakt, then they'll send you back here. (Hopefully!)

Authorize

Step 3: Configure Plex

In Plex settings, find the Webhooks section. Add a webhook with the following link:

http://scrobblex.aaroncrocco.com/plex

Step 4: Enjoy

You're done!

More info

Please check the github repo