-
Notifications
You must be signed in to change notification settings - Fork 166
Configuration
Username
Password
Scrobble
Scrobble - Percentage
Sync - Watched
Sync - Ratings
Sync - Ratings - Conflict resolution
Sync - Collection
Sync - Clean collection
Sync - Run after library updates
Sync - Run every
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 filenames
-
Plex - Just use the episode as it's identified by Plex
-
Plex Extended - Extend episode matches with a third-party library (identifies multi-part episodes more accurately)
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