royshilkrot
Member
You can certainly achieve that fairly simply using the automatic scene switcher plugin https://obsproject.com/forum/resources/advanced-scene-switcher.395/First off: Neat plugin! Definitely something that I wanted for a while but would've needed to use a custom browser source with some JS in before haha
Now, I'm kinda curious.
My idea is to use this to fetch a StreamElements API endpoint to check the song request player status. That part should be easy.
However, I wonder if there's a way to show a text if the API output has specific data?
Say the endpoint returnsIn this case I wouldn't want it to show any text at all.Code:{ "state": "paused" }
However, if it were to returnI want it to show `Playing Requested Song` or something similarCode:{ "state": "playing" }
On first glance it doesn't seem like that'd be possible but I thought I'd ask anyway
Just check for the value of the output (you'd need a separate hidden text source though)