You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: