Send the current song in your stream chat (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

Conditions

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

Actions (1)

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

Target Collection
place.stream.chat.message
Record Template
{
  "text": "Now playing: '{{event.commit.record.item.trackName}}' - {{event.commit.record.item.artists.0.artistName}} ({{event.commit.record.item.releaseName}})",
  "$type": "place.stream.chat.message",
  "streamer": "{{self}}",
  "createdAt": "{{now}}"
}