NovaGL
NovaGL
Tried this out and works as desired, which is great. Are you going to expand it? We could possibility overhaul the repo I am doing which is simply homebridge-http. It...
This is working for me but might need some refinements as I am not a unix expert. Change user and folder depending on your usage. Assumes you have created a...
I can understand if you don't want to do this as it's possible via presets, but I would like the option. The way I would go about it is: Get...
Is it possible to have the absolute URL in the albumArtUri not the relative URL. Spotify seems to have changed and the album art showing is just the playlist albumart...
Do you think it would be possible to see the stations listed on an Echo Show, so you can select them via touch rather than just voice? I think it...
Using Live TV when I look at the channel all I see the below. How can I get it to show the correct information ``` [object Object] qos : 0,...
Any chance of you getting this to work with MusicCast players that would be great. It uses a JSON API instead of XML on the older devices.
Great work however the power button doesn't work for me as it doesn't register commands till the tv is on. If I could remap the power button I could get...
Thanks for making this, at the moment it only does one zone and doesn't do party mode. I have already forked yamaha-nodejs with support for party mode, is this something...
Having a bit of trouble Turning on works eg localhost:8080/cmd?device=13&level=100&timeout=0&delay=0 reduce works http://192.168.1.34:8080/cmd?device=13&level=50&timeout=0&delay=0 But turn off does not work http://192.168.1.34:8080/cmd?device=13&level=0&timeout=0&delay=0 However via the console it does work http://localhost:8080/cgate?cmd=OFF //HOME/254/56/13 What...