Skip to content

PlexTraktSync

PlexTraktSync adds a two-way-sync between Trakt and Plex Media Server. It requires a Trakt account but no Plex Pass and no Trakt VIP membership, contrary to the Plex app provided by Trakt.

Deployment

sb install sandbox-plextraktsync

Configuration

Set your general preferences in /opt/plextraktsync/config.yml.

The following command will launch an interactive script prompting you for missing credentials (use this to set up Trakt.tv):

docker exec -it plextraktsync plextraktsync login

By default, the target Plex server is set to your main Plex Saltbox instance, and the sync user is set to that server's owner account. If you wish to reset this, run:

docker exec -it plextraktsync plextraktsync plex-login

Usage

Once configured, the daemon simply scrobbles the selected Plex user's streaming activity.

The following will perform a one-time sync of the data you have specified in the configuration file.

docker exec -it plextraktsync plextraktsync sync

To get a list of commands, run:

docker exec -it plextraktsync plextraktsync --help