HarmfulBreeze / overlay

Customizable UI for League of Legends champion select spectating.
MIT License
31 stars 8 forks source link

[Feature Req] Easy way to update team info #23

Closed Saamstep closed 2 years ago

Saamstep commented 2 years ago

Possibly through OSC or a plain-text file to easily update team info on the fly, mid broadcast faster would be wonderful!

HarmfulBreeze commented 2 years ago

Hi, you can already do so by editing config.conf and saving the file, the display will be updated automatically :)

Saamstep commented 2 years ago

Hi, I use that now but I am looking for a way to automate the system by pulling data from other data sources, was wondering if it would be possible to even build in an http api to send POST requests to update specific fields?

HarmfulBreeze commented 2 years ago

that's not planned, but you can try to parse the file as a JSON, edit the desired fields, then write it back and it should achieve what you desire