Send the current radio in your stream chat (atradio.fm)

Detects updates of the current listening radio from atradio.fm and sends the radio info to Streamplace chat

fm.atradio.actor.status
Lexicon
fm.atradio.actor.status
Operations
Record updated, Record created

Steps (2)

Conditionbranch
  • If event.did equals {{self}} - Fetches updates only from yourself
Then

Create a recordAction 1

Target Collection
place.stream.chat.message
Record Template
{
  "$type": "place.stream.chat.message",
  "createdAt": "{{now}}",
  "streamer": "{{self}}",
  "text": "Radio playing: '{{event.commit.record.station.name}}' - from {{event.commit.record.station.country}}"
}