Is http post possible?

I’d like to use Roon at our community radio station, but I’d also like to be able to post “Now playing” metadata to our playlisting service automatically through an http post

(Roon would create a URL containing basic metadata that would be read by the playlisting service and added to our playlists. http://spinitron.com/member/logthis/artist= blah blah)

Is it possible to initiate this kind of http post in Roon?

–eric

You can subscribe to zone change (change of track) and do whatever you need with the available metadata - including posting somewhere for real time display purposes.

I suggest having a look at Roon SDK samples at https://github.com/RoonLabs/node-roon-api. You should also be familiar with the basics of writing a node.js app - there are plenty of ‘getting started’ guides around.

For metadata, you will want to use the roon-api-transport service (https://github.com/roonlabs/node-roon-api-transport) and subscribe to zone change.

1 Like

Hi @Eric_Hines did you ever wind up building this out? I’m looking into a similar project as I’d like to get Roon ‘now playing’ metadata artist and song to plug into Icecast streaming audio. I’m just starting to investigate here.

Not yet, but may be getting there soonish. We needed some computer upgrades to get all this done, which were delivered right before COVID closed the studio. So I’ll probably be in the thick of it in a few weeks.