This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Feature: Service for simpler overlays #136
Open
Description
Description
Since Overlays and alerts are a pretty common task when streaming nodecg-io should provide a service to make the simpler ones trivial to use.
I think the following is a good basic feature set to be versatile, pretty simple to implement, but somewhat powerful:
- It should allow configuring message topics that other services can send to trigger alerts and animations(e.g. sub alerts, ...)
- It should allow configuring replicants to display values permanently (e.g. latest follower, currently playing track)
- It should be able to have custom HTML snippets for the visual things
- It should allow triggering the alerts or manually changing the replicants via a dashboard for ease of testing
Maybe some way to display the chat could be useful, but I am not really shure if that should be part of this service.