python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
## Description make mypy pass for these methods related #1296 ## Checklist: - [ ] #1302 is complete - [x] My code follows the style guidelines of this project -...
## Description make mypy pass for these methods related #1296 ## Checklist: - [ ] #1302 is complete - [ ] My code follows the style guidelines of this project...
## Description - mypy passes for audio.py related #1296 ## Type of change Please delete options that are not relevant. ## Checklist: - [ ] merge #1302 - [x] My...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
### What is your feature request? `search(title=None, libtype=None, **kwargs)` and other methods which rely on kwargs for search would be able to accept this filter object will add editor support...
### Describe the Bug When adding a library, the following error response is received: _plexapi.exceptions.BadRequest: (400) bad_request; 'language' is invalid_ Default language in method is set to 'en', documentation also...
### What is your feature request? I suggest adding type hints throughout the codebase to enhance its clarity and maintainability. Type hints provide several benefits: 1. **Readability:** Type hints serve...
### Describe the Bug The Libraries disappear from Plex WebUI and Apps everytime I use a PlexApi script. However I dont see any errors in Plex service or logs. The...
## Description Adds `genres` attribute to `Track`. Requires: Plex Media Server 1.40.0 https://forums.plex.tv/t/plex-media-server/30447/609 Closes #1321. ## Type of change Please delete options that are not relevant. - [x] New feature...
## Description Adds `slug` attributes, the watch.plex.tv clean URL identifier, to: * `Movie.slug` * `Show.slug` * `Season.parentSlug` * `Episode.grandparentSlug` Requires: Plex Media Server 1.40.0. ## Type of change Please delete...