Hey there. I like your plugin really awesome work but I have some suggestions.
I want to make my own Sub-Alerts with the name from the Subscriber in it, so I would need the name from Twitch and the possibility to change text in OBS. Hope you like the idea an will implement it.
Overall suggestions
- Twitch
- OBS
- -Add "Change Text" to edit text in obs
- "Receiver"
- -Close to Tray
- -List with the queued items
- -Webhook Post/Get func
br Wobi
Thanks for the feed back, regarding those suggestion
-Get latest Sub Name
A bit out of the scope of the app, it's only meant for receiving notification from twitch as they happen not really meant to pull analytic from twitch.
The app is not really setup to do that kind of stuff
-Add "Change Text" to edit text in obs
I should add that to the command list as its own command, although for the moment if you want that now you can do it by using the custom packet command and send this
Code:
{"text":"YOUR TEXT","source":"SOURCE NAME","request-type":"SetTextGDIPlusProperties","message-id":"1"}
just replace YOUR TEXT and SOURCE NAME by whatever you see fit
-Close to Tray
Unless I can find a DLL that does that, that's not an option for what I'm using. And I don't think DLL can do that i'd have to look into it.
-List with the queued items
That's a good idea, only thing I'm struggling with in my head is how do I label buttons, you're not forced to put a text name on a button, you can just leave it blank or have a pictures, so how do I display that in the queue?
-Webhook Post/Get func
same issue as the twitch latest subname