-
Notifications
You must be signed in to change notification settings - Fork 166
Configuration
Create an account at http://trakt.tv if you don't already have one.
Username Your trakt.tv username
Password Your trakt.tv password
Scrobbling updates your trakt profile while you are watching something in Plex.
Enable/disable scrobbling
When your watching progress of a video exceeds this percentage, "lock in" / confirm the scrobble
Syncing keeps your data in sync between Plex and trakt - publishing your collection, marking previously watched media as "seen" and updating your ratings.
- Disabled - Do nothing
- Synchronize - 2-way sync (Pull + Push)
- Pull - Only pull trakt data into Plex
- Push - Only push plex data to trakt
Mark media as watched/seen
(see "Sync options" above)
Update ratings on media
(see "Sync options" above)
Method used to resolve rating conflicts between trakt and plex
When a rating differs between trakt and Plex, which method should we use to pick the rating that "wins".
- latest (default) - Choose the latest/newest rating
- trakt - Use the rating in trakt
- plex - Use the rating in Plex
Publish your collection to trakt
(see "Sync options" above)
Identify and remove items from your trakt collection that aren't in Plex any more
Run a sync after your Plex library has been updated
Runs a full sync when:
- you click "Update Library" (in Plex/Web)
- an "automatic" or "periodic" library update is triggered by Plex
Runs a sync at a user-defined interval
Filters allow you to specify which users and clients should scrobble to your trakt.tv account, they are usually required when you share your server with other people. Without any filters activity from all connected users (local + remote) will be scrobbled to your trakt.tv account.
Filters are designed as an "allowed" list, so you specify the usernames, client names you would like to scrobble, multiple values can be separated with commas.
Plex account usernames to allow scrobbling from
- Requires you to be logged on each client
- This filter may not function correctly for users without PlexPass
Client names to allow scrobbling from
Easiest way to find your clients name is opening http://localhost:32400/clients in your browser
and looking for an entry that looks like <Server name="<your client name>"
.
Plex sections/libraries to scrobble
Specify the names of sections/libraries, for example movies
, tv shows
, etc...
IP Addresses or networks to allow scrobbling from
Allows you to define specific addresses (192.168.1.100
) or an entire network (192.168.1.0/24
)
to allow scrobbling from.
Note - requires Plex Media Server v0.9.9.7 or later for this to work.
Matcher used when identifying episodes from file-names
- Plex Extended (default) - Extend episode matches with an internal matching library (identifies multi-part episodes more accurately)
- Plex - Just use the episode as it's identified by Plex
Set the mode used for fetching client watching activity
- Automatic (default) - Automatically determine the available activity mode.
-
Logging - Parse the
Plex Media Server.log
file for activity messages. (higher CPU usage, supports legacy clients) - WebSocket - Receive real-time activity notifications via the "Now Playing" API. (PlexPass subscription is required)
Enable the writing of TRACE events to the log file, helps when debugging issues