Skip to main content
Corvus Connection

On Spotify Track Changed

Spotify
entry.onSpotifyTrackChangedFires when the now-playing track changes. Binds the title, artist, and duration.Triggers on a now-playing track change; binds title / artist / durationMs.

Outputs

Name
Kind
Type
Flags
outExecexecNone
titleDataSystem.Stringmultiplexed
artistDataSystem.Stringmultiplexed
durationMsDataSystem.Int32multiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnSpotifyTrackChanged] Handle(ctx, SpotifyTrackChangedContext e)