esamarathon / esa-layouts

The on-screen graphics used during European Speedrunner Assembly's "marathon" events.
MIT License
5 stars 7 forks source link

Allow this bundle to change the Twitch title, include current donation total #62

Closed zoton2 closed 2 years ago

zoton2 commented 2 years ago

Basically we want to also include the donation total in the title somewhere, but can't do that in nodecg-speedcontrol alone, unless I was to change some logic in that. We don't have anything else in the title that changes for our events currently, so could simply just use speedcontrol's twitchUpdateChannelInfo message function and change it ourselves, although speedcontrol will still attempt to change it when changing runs so may need to add a way to disable that too?

zoton2 commented 2 years ago

Added nodecg-speedcontrol functionality to trigger other scripts to change the title, we then edit it more and then send it back to nodecg-speedcontrol via the twitchAPIRequest message.