node-sonos-http-api icon indicating copy to clipboard operation
node-sonos-http-api copied to clipboard

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.

Results 139 node-sonos-http-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Removes `minimist` Updates `mkdirp` from 0.5.1 to 0.5.6 Commits 92f086d 0.5.6 2a28125...

dependencies

Playing a SiriusXM station from a favorite works. However, when attempting to play using a station name or number, I get an error. Here is an example: http://localhost:5005/Office/siriusXM/25 Error(s) seen...

Everthing works so far, except XM radio via direct station input. Calling XM radio by favorite name works fine. /RoomName/siriusXM/{channel number,station name} http://localhost:5005/living room/siriusXM/8 This should play 80's on XM...

I've added OpenAI as TTS provider. The quality is pretty good and it's not very expensive either. Results get better with longer texts. They don't support providing a language but...

Hi there, loving this program so far, I have built a fake occupancy sound with this system. What I'm having issue with is resuming my music when a clip plays,...

I've been trying to troubleshoot playback issues recently with my Sonos and this program. I use it as part of https://github.com/ryanolf/node-sonos-nfc to read nfc tags and play music. I think...

Hi All, Been using this great library since 2017 and it has worked flawlessly. I realized last night that out of the blue some of my various scheduled announcements were...

When calling thumbsup or thumbsdown, I always receive the following error: "ERROR The music that is playing is not a Pandora station" Examining lib/actions/pandora.js shows that it first checks to...

bug