-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/Fix Request : Support for Plex Home #185
Comments
Sorry, I'm not sure what Plex Home members are, can you explain a bit more? |
@tidusjar Plex Home is a Plex Pass functionnality described here: https://support.plex.tv/hc/en-us/articles/203815766-What-is-Plex-Home- |
Hmmm... I've taken a look an I can't seem to find out how to get that information from the Plex Api. |
But it seems that they are present in list of Plex Requests but with empty pseudo no ? |
They are present in Plex Requests? What do you mean? In the admin screen? |
@tidusjar Yes there are some blank items in users list, maybe my Plex Home users i think ? |
Can you please show me a screenshot? |
Yes of course @tidusjar |
Oh ok, that's interesting! I'll take a look. I do not have Plex Pass myself so I may ask for some assistance from you at some point if that is ok? |
No problem i can help you to introduce this feature if you want ;) |
@JigSawFr You are welcome to take a look! The above is where we filter get the users from the Plex api. |
interestingly, I also use Plex Home, but I don't have any blanks like what @JigSawFr sees. My plex home users show up just fine in the list. What would the benefit be to adding support for plex home? are you trying to automatically make these users admins in plexrequests? |
That's interesting then. The only reason why they would be blank is if Plex told us they are empty strings or whitespace. @JigSawFr Can you open up the browser development tools (F12) and use the DOM/Element inspector on one of the empty items in the box and post the results? |
@tidusjar yes they are empty:
I will fork it and work on it to view results of requests. @Drewster727 you see your Home's users in the list directly ? |
@JigSawFr Can you put this in your browser where YOURAPIKEY is your Plex api key? We use the e.g.
|
Okay i've understand why, username and email are blank for Plex Home users as this example: |
The reason why I chose to use username is because it made sense at the time. But I don't know if the Title could be different to the username... From what I have seen the Title is always the same as the username but I don't know that 100% |
PlexPy is using title as Local users are working on it. I've not seen any option to change title on Plex.tv |
Yeah looks like everyone is using title! Guess we will change it :D |
@tidusjar so it's now possible for local users to request something with their pseudo ? And they will be denied if we require a password ? Login control check if pseudo provided is present in users list no ? |
@JigSawFr Sorry, I forgot about that! So I just change it. So if we require authentication without a password we will check the If it requires a password then it's not going to work as we preform a different Plex Api call to log the actual user into Plex. |
If you want to test this, you can use this build: https://ci.appveyor.com/project/tidusjar/requestplex/build/1.6.304/artifacts |
Hello,
It could be great to add Plex Home support.
When you refresh Users, Plex Home members are shown as an "empty" item in list.
So, why not include Plex Home members to requests too, just by entering their name,
Or by creating a password on PlexRequests side for them :)
Thanks you !
The text was updated successfully, but these errors were encountered: