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

i've tried the following... ``` cast = next(cc for cc in chromecasts if cc.device.friendly_name=="my chromecast name") cast.wait() ytc=YouTubeController() cast.register_handler(ytc1) ``` that works fine to get my chromecast. then ``` ytc.play_video(vLink1)...

Hi, I have been able to successfully cast plex contents (movies, shows and playlists) to my chromecast ultra using pychromecast and plexapi components. But I'm not able to play shuffled...

I recently upgraded my Home Assistant installation and the cast feature is currently broken. I'm running it in a Python 3.7.3 venv on Raspbian (buster) and get the following error....

I started receiving the below error during chrome cast discovery and I thought it was strange. So I edited discovery py to see what device was throwing this. And I...

it would be very useful to add an option to play playlists from youtube, or add multiple songs at the same time. would that be possible?

I tried the method to create my own controller. Is this still up to date ? Searching for "Tr@n$p0rt" doesn't give any results I searched for a json file request...

How can I tell the device to play a youtube video?

First of all I want to thank all of you who developed it and helped fix it. It's a wonderful library! I used chrome browser to play my local radio...

I have tried to write a server application that plays a given music playlist. However, when I pause and then play e.g. netflix on the chromecast, my the pychromecast cast's...

I can't for the life of me figure out how to playback Reddit videos with pychromecast. They're available either as HLS or DASH. Here's one of each https://v.redd.it/3hyw7hwoajn21/HLSPlaylist.m3u8 (HLS) and...