originallyus / node-red-contrib-better-sonos

NodeRed node for controlling Sonos Players
MIT License
8 stars 9 forks source link

Documentation #35

Open dissemin8 opened 4 years ago

dissemin8 commented 4 years ago

Forgive me if I've just somehow missed the link, or I'm looking in the wrong place, but where is the latest full documentation for node-red-contrib-better-sonos. I'm on version 0.1.21 which appears to be the latest version but the info page for the better-sonos-queue node still says "This node is currently under development to make it more user-friendly" I'm particularly interested in how to fill in the "Song URI" field. We've not seen an update for over a year, is this project dead now?

mathias-ewald commented 1 year ago

+1 to this. I would like to find out how to start playing a radio station. Some documentation would be nice.

mainboarder commented 1 year ago

Hi there, unfortunally the project seems to be abandoned. But it works quite well.

To play a radiostation: add a queue node -> queue next, URI: stream url, something like http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_radio_one.m3u8 or to play a local song: x-file-cifs://<LOCALIP>/<SHARE>/<PATH>/<FILE>.mp3 The control node just contains play as mode

image