stefan-sherwood

Results 23 comments of stefan-sherwood

https://bugs.launchpad.net/ubuntu/+source/gitsome/+bug/1931350

On my Raspberry Pi 3B+ with the latest Buster release (2020-12-02) I was able to install opencv (and successfully use with this module) directly using pip3: `pip3 install opencv-python==4.4.0.46` (I...

It looks like this has been done because I'm looking for it and can't find it :(

I am looking for a standalone native Windows app. Not a huge deal. Regardless, I think you can close this issue.

This just started happening to me about a week ago with untouched code that has worked for years, almost exactly as shown above except that I'm using `pychromecast.get_chromecasts()` instead of...

I solved it by downloading the whole file and then playing from the local version. Because the download finishes before Google expires the link, it doesn't get cut off. A...

It means that my code behaves as it did before Google broke it so I'm ok with it.

I'm using Python 3.7 on Windows 10. I stripped out a bunch of error handling to make it easier to read. ```self.cache_and_stream_gmusic_track_on_chromecast( track_id )``` --- # Serve locally cached songs...

```play_media( url, 'audio/mpeg', metadata = { 'foo': 'my custom metadata', 'bar': 'is this what you're talking about?' } )```

I guess it depends on _why_ you want to set the `customData`. When you include the `metadata` parameter as shown in my snippet that data is included in any notifications...