Is multi user support only for users in the household? #609
-
I have users that are added to my house hold IE "Plex Home" these users are getting mapped just fine. Then I also have users that have access to my libraries. When I run command This command does not show the users that have access to my library being. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello, indeed this is working as expected, as you do not have access over those users. and plex doesn't consider them local users. However, if you have access to their plex admin token, you can add them manually. I plan to add a flag to the command to allow you to override the plex token, but sadly this most likely will need a mapper file. |
Beta Was this translation helpful? Give feedback.
I have added initial support to generate access-tokens for external users 71dd9e8 it's up in :dev branch and will be merged to master next week most likely.
Thanks for pointing out
Tautulli
had support for them, i looked over their implementation and they are using probably deprecated endpoint which will probably be removed in the future. However, to ease the setup for users right now i have implemented similar implementation.However, keep in mind, it's still in early stages and things might be broken.