Twitch Queue Overlay
Ever needed
to generate a list of users that want to play a game, request a song or video. This will create a list containing the users name and
avatar. The list has a limit that you define. Let's say that you are looking for 7 people from chat to
join a game. Chat can type !play until the limit is reached.
Notes:
- !command reset = Will reset the queue and reload the browser source. This is limited to
mods and streamer. ie: !play reset
- !command remove username = Will remove the user name from the list. This is limited to
mods and streamer. ie: !play remove teklynk
- Only one entry per person/username. Command will be ignored if the user name is already in the
queue.
- Discord integration with a webhook. Send !command requests to a Discord channel to keep track of requests.
- You can manually edit the browser source URL in OBS to make some quick changes. Maybe you want to
adjust the
limit. Look for &limit=5 in the URL and change the value. The &command=play can also be changed to
something
else.