Spotify: Now Playing
SpotifyInputs
| in | Exec | exec | multiplexed |
Outputs
| out | Exec | exec | None |
| trackTitle | Data | System.String | multiplexed |
| artist | Data | System.String | multiplexed |
| isPlaying | Data | System.Boolean | multiplexed |
| progressMs | Data | System.Int32 | multiplexed |
| durationMs | Data | System.Int32 | multiplexed |
Lowers to C#
var np = await ctx.Spotify.GetNowPlayingAsync();Used in
- Sync a now-playing label from Spotify (Example)
- Take whichever lookup answers first (Example)
