pychromecast
pychromecast copied to clipboard
Library for Python 3 to communicate with the Google Chromecast.
It seems that despite this speaker playing, it has a state of `idle`. ```yml volume_level: 0.4000000059604645 is_volume_muted: false media_content_id: '' media_position: 0 media_position_updated_at: '2021-08-30T06:23:03.191993+00:00' app_id: CD3D2E90 app_name: JioSaavn - Google...
Hi, I understand that chromecast doesn't support m3u. But enqueuing multiple files is a common wish. I did a lot of research, and haven't found a common way to do...
When using Spotcast, pychromecast fails to start spotify playback. The 'connection tone' on the chosen speaker plays but the item is not started, while the following `pychromecast` error is thrown:...
The only code I have written is `import pychromecast services, browser = pychromecast.discovery.discover_chromecasts()` and it returns this error every time. I haven't found any other issues related to this, and...
Hi, I used to cast all my plex contents including video playlists but it's been sometimes that I'm no longer able to cast playlists. Bellow you will find my code...
I've been debugging https://github.com/muammar/mkchromecast/issues/292, and traced the issue down to pychromecast / my Chromecast Audio. Using `examples/media_example.py`, I was able to repro the issue. Here's the setup: - Start [this](https://pastebin.com/Dbn5b7V5)...
I followed instalation guide in readme file and when i wanted to run a script i got just empty list. What may block it? ``` Python 3.8.5 (default, Jul 28...
I could not figure out the hass_url and client_id plus the refresh_token arguments given in the HomeAssistantController class. Can someone explain me how to achieve this?
I would expect that when casting using the media controller that I would be able to pause it using the google home app, but I can't. The code I am...