python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
### Describe the Bug I am attempting to enable a way for new users to optout of the plex default online media sources by default. However, I am encountering a...
### What is your feature request? Currently, it's not possible to get Movie object by plex discover guid, i.e `plex://movie/5d7768ba96b655001fdc0408` that resolves to Plex Discover item: - https://app.plex.tv/desktop/#!/provider/tv.plex.provider.discover/details?key=/library/metadata/5d7768ba96b655001fdc0408 Plex Web...
### What is your feature request? The methods look identical. could the code be reused? mixin? use self._server.query in myplex? ```diff --- server.py 2023-01-11 18:40:11 +++ myplex.py 2023-01-11 18:40:18 @@...
### Describe the Bug `` The problem being that the `ratingKey` is hash not integer for those items: `5d7768532e80df001ebe18e7` ### Code Snippets ```py ➜ git grep 'ratingKey = utils.cast' plexapi/audio.py:...
### Describe the Bug If you have a Plex playlist mixed with regular songs and Tidal songs and you attempt to add/move/update/remove the Tidal song, an exception is thrown. This...
### Describe the Bug After calling `client.playMedia(movie, offset=10000`, the movie starts at its beginning. ### Code Snippets ```python plex = plexapi.server.PlexServer(baseurl, token) movie = plex.library.section("Movies").get("The Terminator") client = plex.client("MyClientName") client.playMedia(movie,...
## Description Migrate to pyproject.toml. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....
### Describe the Bug When attempting to return the list of clients connect to the server, I get an empty list for plex media apps. I am currently using a...
### Describe the Bug Hi,someone have this problem? it appears just 30min ago File "index.py", line 165, in for invite in account.pendingInvites(): File "/home/plexapi/env/lib/python3.8/site-packages/plexapi/myplex.py", line 706, in pendingInvites elem =...