python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
### What is your feature request? Plex has added a new "Friends" feature in which you can be friends with people who are not on your server and vice versa,...
### What is your feature request? I'd like to use `searchDiscover()` to return people objects. For now this is not possible. ### Are there any workarounds? Yes using `MyPlexAccount.query()` function....
### Describe the Bug When searching for a series within a Library, if the series name has a comma, then the ` plexapi.library.LibrarySection.get()` method returns the _incorrect_ series. This has...
### Describe the Bug Hi, This may be me, but 😆. I am connecting to my Plex server - actually, trying to open a connection to each one (for monitoring),...
### What is your feature request? Add ability to blockout or obfuscate the Plex Token from all URLs in the plexapi object hierarchy. ### Are there any workarounds? Manually iterating...
### Describe the Bug Plex Discover allows to get Movies and Shows that user don't have in PMS library. Problem : the `rate()` function do not work for those medias...
### What is your feature request? I'm very new to all of this, so please forgive me if there's already a way to do this. My girl and I are...
### Describe the Bug The audio `getStreamURL()` generated doesn't allow the user to move the player's head on VLC. Tested for `.mp3` and `.flac` files. ### Code Snippets ```python for...
### What is your feature request? Calling update() on a library section kicks off the webrequest and returns None. I'd like to wait for an update to finish on the...
### Describe the Bug Hello 👋, I remarked that the `.checkForUpdate()` function returns an object with a `download_key` that is pointing on a `404` page. Also the documentation is not...