Closed FoxxMD closed 1 month ago
Due to an issue with the underlying plex api library MS cannot currently retrieve the "friendly" username of the user providing the Plex Token and so cannot determine which users should be allowed automatically.
For now users need to provide usersAllow
or PLEX_USERS_ALLOW
in order to scrobble anything.
EDIT: Was able to workaround this by using response raw value
To play around with this PR, pull an image:
foxxmd/multi-scrobbler:pr-211
Images are available for x86_64 and ARM64.
Latest commit: 3cc735b9c864950eb1ed39cf3fd4a9cd9895bf6c
Checklist before requesting a review
Type of change
Please delete options that are not relevant.
Describe your changes
Implements a Source for Plex using the official API. This source will eventually replace the existing webhook Source.
Find a Plex Token for the Plex server and note the URL:PORT to use with it.
Example file config
Example ENV config
PLEX_URL
http://localhost:32400
PLEX_TOKEN
PLEX_USERS_ALLOW
PLEX_USERS_BLOCK
PLEX_DEVICES_ALLOW
PLEX_DEVICES_BLOCK
PLEX_LIBRARIES_ALLOW
PLEX_LIBRARIES_BLOCK
95