Hi , just wondering how can i auto stop spotify while someone use nightbot song request on my twitch?
Auto stop spotify
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)`;)