fardog / node-chromecast-osx-audio

Stream OS X audio input to a local Chromecast device.
MIT License
90 stars 16 forks source link

Enable being able to find out if a Chromecast is a Chromecast Audio or not. #6

Closed danjenkins closed 8 years ago

danjenkins commented 8 years ago

It would be great to output whether a Chromecast is a chromecast audio or not.

This would require changing the output format to be JSON data rather than just newline separated (I think that's how things are right now) - which would require a major version bump

danjenkins commented 8 years ago

Oh, I should have added, I'm about to see if this is possible and if so, add a PR

jamesmorgan commented 8 years ago

Any news on this?

fardog commented 8 years ago

@jamesmorgan yes @danjenkins PR'd this actually, i think it's in this commit https://github.com/fardog/node-chromecast-osx-audio/commit/d4fb472ee4f5ce95584c7ec9f06f5545556a4af1 (and should be in v0.3.0)

Gonna close this issue since I think it's fixed, but if I'm wrong comment and I can re-open.