Send the current song in your stream chat (alpha teal.fm)

Detects updates of the current listening song from teal.fm and sends the song info to Streamplace chat

fm.teal.alpha.actor.status
Lexicon
fm.teal.alpha.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": "Now playing: '{{event.commit.record.item.trackName}}' - {{event.commit.record.item.artists.0.artistName}} ({{event.commit.record.item.releaseName}})"
}