Plex Tokens #1288
-
What is the difference between these token settings in the .env file? I'm getting other people's stuff synced to my Trakt account. PLEX_TOKEN= |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
PLEX_TOKEN PLEX_OWNER_TOKEN PLEX_ACCOUNT_TOKEN |
Beta Was this translation helpful? Give feedback.
-
So to sync a managed user, what do you do? I'm guessing from this explanation you only need the PLEX_OWNER_TOKEN filled in along with the managed user's profile name and the server name, yes? I think I'm on version 0.27.11, I just pulled |
Beta Was this translation helpful? Give feedback.
PLEX_TOKEN
The token granting user access to the chosen PMS. For the PMS admin, it is the same token to access PMS and also the user's Plex online account.
For a user who don't own the PMS, it gives only access to PMS libraries.
PLEX_OWNER_TOKEN
The token of the PMS administrator/owner. This is stored/used only for managed users (home users) so the script can get their watchlist from Plex online servers. Managed users don't have a Plex account, they're local users.
PLEX_ACCOUNT_TOKEN
The account token of the Plex user who have a Plex account but don't own the PMS (use it as shared library). This is stored/used only if user uses a shared PMS. Needed to fetch its watchlist from Plex online …