python-plexapi
python-plexapi copied to clipboard
Python bindings for the Plex API.
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.64.1. Release notes Sourced from tqdm's releases. tqdm v4.64.1 stable support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364) fix jupyter lab display update notebook...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...
Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.9.3 to 1.10.0. Release notes Sourced from requests-mock's releases. 1.10.0 What's Changed Response parameters type hints by @OldSneerJaw in jamielennox/requests-mock#178 Support Python 3.10. by @adamchainz in jamielennox/requests-mock#190...
## Description Added `&X-Plex-Container-Size={self.childCount}` to seasons function in the Show class. This allows a user to pull all seasons for a shot in one call. Previously, this would be limited...
### Describe the Bug I am attempting to list all of the seasons within a watchlisted show. I cannot get it to go past 19. I have also tried first...
## Description Change `fetchItem`'s `regex` and `iregex` filters to use `re.search` rather `re.match`. This means that the pattern is now matched from anywhere the string, not start of the string:...
## Description Support mypy and/or pyright for the `base.py` related #1296 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds...
## Description Add a separate exception for two-factor required on login. Refer to `tools/plex-gettoken.py` for an example. ## Type of change Please delete options that are not relevant. - [x]...
## Description ref: https://github.com/pkkid/python-plexapi/pull/1302#discussion_r1452938774 The changes optimize the code by using the filter function instead of a list comprehension. ## Type of change Please delete options that are not relevant....
## Description A Playlist entry if added a remote server item has field "source" initialized with value like `server:///com.plexapp.plugins.library` The `source` attribute should be on - [x] Movie - [x]...