python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
Addressing Issue #462 addActor() and removeActor() methods are now added to video.Movie and video.Show.
Howdy, I don't know if there is an architectural reason for this, or if it's simply an oversight, but the sessions API call does not appear to include the /livetv/sessions....
Hello! First off, thank you for the great project. I’ve been using it to randomly mix trailers and set them as preroll videos in Plex. Until recently, it has worked...
dont work because protocolCapabilities list is missing from the xml info so you cant really do anything usefull.
## Description Mobile Sync is officially deprecated. Remove sync tests from CI. https://forums.plex.tv/t/official-sunset-of-mobile-sync-as-of-2022-08-01/802430 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...
## Description Fix initializing Plex online metadata server multiple times when retrieving watchlist or Discover results. Fixes #1026 ## Type of change Please delete options that are not relevant. -...
A request is sent to METADATA for each item of the watchlist. It seems to be problematic for huge watchlist because plex server can't handle so many requests. https://github.com/Taxel/PlexTraktSync/issues/1048 _Originally...
## Description More f-string updates. Reverts logger to use arguments for string formatting. Ref #1000 ## Type of change Please delete options that are not relevant. - [ ] Bug...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.4.0 to 1.4.1. Release notes Sourced from websocket-client's releases. v1.4.1 1.4.1 Changelog Sourced from websocket-client's changelog. 1.4.1 Fix stack growth bug when run_forever reconnects (#854) Add doctest...