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

Notably, the app requires two JWTs ("session tokens") to allow playback. These can either be retrieved from a browser and given (expiry seem to not be critical), or alternatively retrieval...

If you go into the google home app (on android at least) then tap media at the top you get something like this: From here I can add and remove...

This implements the suggestion from #290

With chromecast 1st gen at least, calling cast.media_controller.update_status() puts a black screen with blue chromecast logo as if it's going to play something, on chromecasts that aren't playing anything and...

I had a script working fine by connecting directly by IP: ``` import pychromecast pychromecast.Chromecast("192.168.1.108") # => Chromecast('192.168.1.108', port=8009, device=DeviceStatus(friendly_name='myChromecast', model_name='Eureka Dongle', manufacturer='Google Inc.', uuid=UUID('78c41f7a-7370-bdd1-99cf-515532fc4a81'), cast_type='cast')) ``` This work fine...

Hello, I am trying to cast a given URL (www.espn.com for example) to a given chromecast. Though I dont see any controller that specifically handles URLs Right now what I...

In order to properly classify and render the Media Player in Home Assistant, it would be great if the library could expose whether the device is a real television or...

Ran into an issue where having a Cast-enabled LG Soundbar on the network was leading to an error being thrown in _dial.py_. Here's the error: ``` Failed to determine cast...

Submitting example .py that allows casting of YouTube videos to multiple selected screens. Still see some issues with synchronized timing of casting, but generally pretty reliable.

I have a slight problem that I can't seem to regain any control if the Chromecast (the new one with Google TV) starts the screen saver, e.g. if it does...