Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

Actually, we need to add the `python_generic_services` to `gunk-opt`. `cc_generic_services` and `cc_enable_arenas` are already in `gunk-opt`. All the `generic_services` options are considered somewhat deprecated in favour of plugins, but we...

I don't have ant time to work on this, but I am happy to accept a PR for this feature. I think it would be a useful feature and don't...

Here is the PR that added the initial support for subtitles: https://github.com/skorokithakis/catt/pull/207/files and that eventually uses https://github.com/home-assistant-libs/pychromecast/blob/db4100a1fa9be22be6683c80abfe7ff3a55b31c8/pychromecast/controllers/media.py#L478-L495. It looks like you can serve the subtitles over HTTP and then tell...

That is correct. There is some initial progress here https://github.com/w8mr/go-chromecast/commit/1f13ee7facea4c359f404e99e254d4e7d631add5 but I don't think it was event completed.

I like the idea of being able to stream from stdin, but I haven't had a chance to take a look at this. I'm happy to accept a PR if...

Apologies @Admiral-Piett , I don't have the time anymore to add the tests. If you have time to add them that would be amazing :)

It depends how the `source tables` are being invalidated, if it's happening within the django application itself the tables will be invalidated, if it's happening outside the django application then...

Hmm, this is odd. Can you try specifying the network interfacce argument and seeing if that works: `go-chromecast ls --iface=`? We piggyback on https://github.com/grandcat/zeroconf for mDNS and I see a...

Thanks @thoughtsunificator! What OS are you on? I am a bit confused about why this is happening. Looking at the zeroconf library, it tries to bind to a `[ff02::]:5353`: (https://github.com/grandcat/zeroconf/blob/master/connection.go#L21-L25...

Ahh, that's interesting, thanks for that @utrack. I suspect a Kernel upgrade could have fixed things. It seemed like it was either an Kernel/OS thing, or the way Go was...