Global Variable for live status on twitch and/or youtube
MxPuffin
I know its easy enough to get my live status using an API but I think it would be a pretty nice addition to include a global variable for instance
live_on_twitch
true/false, I kinda messed up in the first place by having multiple buttons poll the twitch api for my live status when I shouldve set it in a single button and referenced it where needed but I think adding a live status to the global variables would be much more intuitive for people, especially those who are less versed in using SAMMI. Even if it gets added as a separate option/config so those who don't need it can turn it off so it isn't constantly polling the api for nothing
JzTurrini
One thing that you can do to mitigate this is having a deck with one button called "Variables" and you save there the status of your variables. And always check your other buttons based on the value you have there.
Another way is to check if obs is streaming, because usually this also mean you are in live on your twitch channel.
But yes, I agree this suggestion would be a good addition.