Send the current song in your stream chat (Rocksky)

Detects updates of the current listening song from Rocksky and sends the song info to Streamplace chat

app.rocksky.actor.status
Lexicon
app.rocksky.actor.status
Operations
Record updated, Record created

Steps (2)

Conditiongate
  • Continue only if event.did equals {{self}} - Fetches updates only from yourself

Create a recordAction 1action1- Post song 'name' - artist (album) as Streamplace chat message

Target Collection
place.stream.chat.message
Record Template
{
  "text": "Now playing: '{{event.commit.record.track.name}}' - {{event.commit.record.track.artist}} ({{event.commit.record.track.album}})",
  "$type": "place.stream.chat.message",
  "streamer": "{{self}}",
  "createdAt": "{{now}}"
}