pychromecast icon indicating copy to clipboard operation
pychromecast copied to clipboard

Library for Python 3 to communicate with the Google Chromecast.

Results 141 pychromecast issues
Sort by recently updated
recently updated
newest added

Is it possible to know which commands are sent in CEC at the moment they are sent?

Came here from [this post](https://www.reddit.com/r/Chromecast/comments/1zilh5/python_controls_for_your_chromecast/) created by the author that promissed me an example how to replace my Chromecast idle screen with something more useful, but the link is dead....

Does it possible to set custom http headers (cookies) when casting mp4 video from url which requires authentication?

Hi, Not sure if this is limitations of what google provide but I'm getting inconsistencies in data available about what's playing currently when casting manually vs when using the google...

With pychromecast >= 13.0.2 I am getting an error: Traceback (most recent call last): File "C:\Users\bfk\PycharmProjects\SmartImage\venv\lib\site-packages\pychromecast\socket_client.py", line 538, in run if self.run_once(timeout=POLL_TIME_BLOCKING) == 1: File "C:\Users\bfk\PycharmProjects\SmartImage\venv\lib\site-packages\pychromecast\socket_client.py", line 572, in run_once...

from googlecontroller import GoogleAssistant host = "192.168.1.28" home = GoogleAssistant(host=host) home.say("test") If I run the say test I have the following error in line 20 : if self.cc.media_controller.status.player_state != "PLAYING"...

Logger: pychromecast.discovery Source: components/cast/helpers.py:105 First occurred: 03:09:13 (1 occurrences) Last logged: 03:09:13 Unhandled exception in worker thread Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pychromecast/discovery.py", line 302, in run self._poll_hosts() File...

Suppose something is played using the media controller and now I press the next button in the google home app. How do I catch that event on the code side?

Hello everyone, I am searching for a possibility to control start/stop/pause/seek via the Google Home App after invoking the video stream via pychromecast. My actual setup: * local video files...

Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.10 to 4.15.12. Release notes Sourced from plexapi's releases. 4.15.12 Bug Fixes #1394 - Fix: stop maxresults from overwriting previous results #1393 #1396 - Fix: Bug introduced...

dependencies
python