python-plexapi icon indicating copy to clipboard operation
python-plexapi copied to clipboard

Python bindings for the Plex API.

Results 123 python-plexapi issues
Sort by recently updated
recently updated
newest added

## Description * Added `Image` tags for all media objects. * Added `LogoMixin` for `Movie` and `Show`. Requires Plex Media Server 1.41.0.8911 or newer. ## Type of change Please delete...

non-breaking

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

### What is your feature request? Thanks for this very helpful package! I notice this library includes excellent type hinting, but in case you are not aware, Mypy and IDEs...

enhancement

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. Release notes Sourced from pytest's releases. 8.4.0 pytest 8.4.0 (2025-06-02) Removals and backward incompatible breaking changes #11372: Async tests will now fail, instead of...

dependencies
python

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.14.0 to 3.14.1. Release notes Sourced from pytest-mock's releases. v3.14.1 #503: Python 3.14 is now officially supported. Changelog Sourced from pytest-mock's changelog. 3.14.1 (2025-08-26) [#503](https://github.com/pytest-dev/pytest-mock/issues/503) <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python...

dependencies
python

### What is your feature request? Hi, I was using the /api/v2/shared_servers endpoint to invite friends to my Plex server, but recently it started returning a 404 Not Found error...

enhancement

## Description `_timeline_cache_timestamp` is uninitalised in `PlexSonosClient`. I added a line that initilises it the same way the base `PlexClient` does. Fixes #1523 ## Type of change Please delete options...

### Describe the Bug ``` Traceback (most recent call last): File "/home/user/bug_report.py", line 10, in for timeline in client.timelines(): ~~~~~~~~~~~~~~~~^^ File "/home/user/miniconda3/envs/shadowloop/lib/python3.13/site-packages/plexapi/client.py", line 578, in timelines if t - self._timeline_cache_timestamp...

### Describe the Bug The `episodes()` method's sort parameter is not functioning as expected. When using either `addedAt:desc` or `originallyAvailableAt:desc` as sort parameters, the method returns an empty list, despite...

## Description Bump minimum Python version to 3.10.

breaking