python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
### Describe the Bug Code in snippet works fine to the point where seekTo is called. I see on client (iPhone latest client) that seek was received and properly works....
## Description Added methods to get collection visibility and to be able to set the collection's visibility ## Type of change Please delete options that are not relevant. - [x]...
## Description Updates all string formatting to use f-strings. Used `flynt` to convert f-strings. https://github.com/ikamensh/flynt ## Type of change Please delete options that are not relevant. - [ ] Bug...
## Description Add `utils.toJson(obj)` function to convert an object to a JSON string ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...
## Description * Adds `PlayedUnplayedMixin` for Plex objects which can be marked as played / unplayed which include `Audio` and `Video`. Previously, `Audio` could not be marked as played /...
## Description Add support for using `MediaTag` objects when editing tags. Using tag strings is still supported. #### Examples Previously editing tags required providing the tag strings. ```py >>> movie.genres...
## Description PMS 1.28 displays the following warning message in the logs whenever the `/library/section//all` endpoint is called without pagination using `X-Plex-Container-Size`. ``` Missing X-Plex-Container-Size header. This will fail with...
**Describe the issue** A socket is leaked when code is run in a loop and the server restarts. **Steps to reproduce** 1. start Plex Media Server 2. start the snippet...
## Description Add `return self` to most methods to support method chaining. ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which...