Auto stop spotify

Asked Oct 26, 2023·1 reply·Last activity 2 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hi , just wondering how can i auto stop spotify while someone use nightbot song request on my twitch?

1 reply

Hey @Frosty Lion!

To solve your issue I'd create an API that checks the playback state, then if it's playing, pause the playback, and "inject" that API before Nightbot's Song Request's API:

!addcom !sr -a=!songs $(eval $(urlfetch YOUR_CREATED_API); `request $(query)`;)