Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

I am running into this issue at the moment as well: `go test ./... -coverprofile=cov.out` is causing `command failed to generate coverage information` . Is this something that could be...

I don't quite understand how the idle timeout works, but I believe that thread is saying it is set by the "app developer" which will be whoever built the chromecast...

> it would be nice if we can use the WEB API sending the IP Adress of the Device instead of UUID. We should be able to add the ability...

This list isn't provided by me, but what is provided by the chromecast. A full list can be found here: https://developers.google.com/cast/docs/media

I have never tried to load a web page before sorry, so I can't answer for sure. I've only been able to load video and audio files like mp3/4, avi,...

It looks like it is possible then. @fivestones not sure if you are able to, but if possible could you run `go-chromecast watch` and then run the `catt` command? Otherwise...

This would be a cool feature. I don't think we currently have a way to talk to that API, we currently talk to the api on port `:8009` (default port)....

> I started down the path to get the auth token, but with my limited tool set- it was a manual process and the token expires. How were you able...

Thanks! I'll have a look when I get a chance :)

It doesn't look as simple as I was hoping. Looks like we need to get an auth token from the Google play store (maybe?) and then use that when making...