musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Request] Change Number Shown on the DJ Queue Icon to Reflect Queue Length #72

Closed ImGrumpy closed 8 years ago

ImGrumpy commented 8 years ago

image

Currently the number shown on the DJ Queue icon is the number of people in the queue plus the DJ. Our bot activates/deactivates features based on the number of people in the queue. For example, one feature requires at least 5 people in the queue before it will activate. When the icon shows 5, people assume that feature is active, but it's not because there's only 4 in queue. It's pretty confusing.

Is there any chance of changing that number to accurately reflect the queue length?