joaorb64 / TournamentStreamHelper

101 stars 38 forks source link

Feature: Overlay to display the last X number of sets that completed at the current event #111

Closed ZombieHDGaming closed 2 years ago

ZombieHDGaming commented 2 years ago

This is more so looking for help creating an overlay to accompany this query (and maybe a slight help with coding it, mainly to constantly loop check it every like 30 seconds or so), as I am currently finishing up a query for pulling the last 3 sets a player has done via SmashGG (See #30 for context, and will also try to make it limited to the event as well) and thought of an idea to have an overlay that could pull in the last X number of sets (Might make it a setting to choose the amount pulled) that were completed as a sort of potential stream overlay, or even for doing something like I am, where we will use OBS Studio to do signage in the venue and can use it as a cool look to show current on-going standings in the event.

Ideally I'd do this myself, but as it turns out, I'm not really the HTML/CSS/JS wizard I thought I was and am more of an editor of the templates than creator like @joaorb64 (Call it jealousy, but my overlay creation attempts failed lmao).

ZombieHDGaming commented 2 years ago

Completed as of PR #194.