jjlawren
jjlawren
This is possible using the `alerts` module: https://github.com/pkkid/python-plexapi/blob/master/plexapi/alert.py. It sets up a websocket connection where you provide a callback method, and that method is called with a dict of data...
The PR has merge conflicts. Those will need to be addressed first.
@darovic have you tried with the extra header suggestion from #905?
This issue is outdated. The CI uses unclaimed PMS instances for PRs and claimed instances for `master` commits using Docker images for some time.
Ah, yes it is. Although I still understand the latest comment to be around using PMS docker containers in the CI which is already being done (both claimed and unclaimed).
Black is a very good and consistent formatter. [Home Assistant](https://github.com/home-assistant/core) (a user of `plexapi`) uses it across the project and even enforces black formatting in a pre-commit hook. I think...
> Test pass, and I just noticed the coverage hasn’t been updated since 2017... Travis seems to create the coverage report. Does anybody know why it isn’t being uploaded? Is...
I think the open issues could use a purge. Many have been sitting open with no activity for months (or years!).
Things are looking far better now. I still see a few lingering issues related to the CI where I could really use some help to address: 1. The tests still...
I created a canary test over in #569 and validated that we _do_ sometimes start the test runs while the PMS docker instance is still getting settled. Here's the failed...