Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-Configured Input and Output #6

Open
m-ruhl opened this issue Nov 14, 2018 · 2 comments
Open

Pre-Configured Input and Output #6

m-ruhl opened this issue Nov 14, 2018 · 2 comments

Comments

@m-ruhl
Copy link

m-ruhl commented Nov 14, 2018

I would like to use this as a kind of HomeKit device.
So I could start and stop the playback with Siri.

The HomeKit Integration can be done with Homebridge.
Currently Babelpod can be only configured with the Web-UI.
I would suggest something like that we can start Babelpod with a pre-configured Input and Output device.

What do you think?

@vmasko
Copy link

vmasko commented Jan 18, 2019

Hey Michael,

You'd probably want to check out my fork to do this. There're two variables at the top of the index.js, defaultInputId and defaultOutputId.

Paste in your values (you can get them from the Web UI by opening the dev console and looking the according option values in the <select id="input"> and <select id="output"> tags) and you're good to go!

The only caveat is that you should restart the service if you've switched input/outputs in the web interface and then want your defaults back. I didn't extend the interface since I'm sure the input and output will always be the same.

@ukypayne
Copy link

ukypayne commented Aug 4, 2019

@vmasko But does your fork have an integration with home bridge? Or does it just offer the default settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants