python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
### What is your feature request? Any function that takes performs batching on results and automatically aggregates them (i.e., one that takes the `container_size` parameter) could benefit from firing a...
### What is your feature request? Why does it return a list even when it is clear that there should always be only **one element** there? For example in the...
### What is your feature request? AlertListener events are json payloads with such structure: ```py {'type': 'activity', 'size': 1, 'ActivityNotification': [{'event': 'ended', 'uuid': '12204475-ab69-4d49-80c4-ea87c808d1b7', 'Activity': {'uuid': '12204475-ab69-4d49-80c4-ea87c808d1b7', 'type': 'library.refresh.items', 'cancellable':...
### Describe the Bug For some reason explicitly calling reload() on PlexPartialObject causes this object to lose `librarySectionID` value which causes any data editing attempts to fail with exception "Invalid...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.0.0. Release notes Sourced from pillow's releases. 11.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html Changes Do not create core image in TIFF seek() #8392 [@radarhere] Removed custom build_openjpeg #8365 [@radarhere]...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 8.1.3. Release notes Sourced from sphinx's releases. Sphinx 8.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html Bugs fixed #13013: Restore support for cut_lines() with no object type. Patch by Adam...
## Description This PR effectively replace the http client Requests for [Niquests](https://github.com/jawah/niquests). Niquests is a drop-in replacement for Requests that is no longer under feature freeze. This new client support...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.1. Changelog Sourced from sphinx-rtd-theme's changelog. 3.0.1 Use black color for text in selectors. .. _release-3.0.0: 3.0.0 Final version. .. _release-3.0.0rc4: 3.0.0rc4 Fixes Trigger "Read...
## Description Sets the correct `_server` object for playlist items from a different server than the playlist source. Closes #1461 ## Type of change Please delete options that are not...
## Description Similarly to https://github.com/pkkid/python-plexapi/pull/1335, add `librarySectionTitle`, this is present on local playlist entries. The `source` attribute should be on - [x] Movie - [x] Episode - [x] Track -...