node-roon-api icon indicating copy to clipboard operation
node-roon-api copied to clipboard

Javascript Roon API

Results 16 node-roon-api issues
Sort by recently updated
recently updated
newest added

I'm requiring this as a dependency for my [homebridge plugin](https://www.npmjs.com/package/homebridge-roon-outputs) as so in the package.json: ``` "dependencies": { "node-roon-api": "github:RoonLabs/node-roon-api", "node-roon-api-status": "github:RoonLabs/node-roon-api-status", "node-roon-api-transport": "github:RoonLabs/node-roon-api-transport" }, ``` We're experiencing issues now...

When goPlay is emitted, I get 2 updates shown below in my console logs: ..............>>>> updateZone().now_playing:state.PlayPauseStop=showPlay ..............>>>> updateZone().now_playing:state.PlayPauseStop=showPause >>> updateZone().now_playing:state.PlayPauseStop=showPause

Hi, It will be awesome if we can get the technical information of the streaming, like bitrate, sample rate, format :) The idea is to get information to shopw this...

I've noticed the info I get in the `now_playing` field is not consistent with the info displayed in the Roon App. Namely, I observed the data returned contains the band...

I encountered an issue with my rooDial after the latest roon server update [Roon version 1.8 (build 790) stable (64Bit)]. To discover the zones and also the changes of the...

There is currently no way to use API to programmatically update album/artist/track names or other metadata. Now, users have to make a minimum of 5 clicks to edit track title...

I’m interested in transferring my starred songs in Subsonic over to Roon, but the playlist watch folder import process is far too clunky for me. I’d like to programmatically create...

I stuck with one Problem. In one of the images attached you see my roon setup combining two output devices to one zone. The transport.subscribe_zones API function also delivers the...

Referencing the basic nature of the current browse api -> https://community.roonlabs.com/t/roon-web-controller-2-0-0-alpha-now-available/110504/41?u=mannp We would welcome the ability to filter and sort the results of the browse api. Thanks for your consideration.