You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current interface does not enable selecting the soundboard tab in vertical screen orientation on smart phones
Smaller spacing of the tiles for each sound file
Ideally square tiles for easier smashing on mobile
Search for sounds
We have quite extensive libraries and a search would be great
Set Favourites with wildcards
Right now we are having hardcoded favourites in our old soundboard, the ability to set favourites with wildcards would be great
Count plays
Persist the amount a certain sound has been played
Allow for sorting by count
Enable upload without restart
This is not crucial for me, I will solve it via hard linking folders from our nextcloud, but for a self-contained solution it would be great to be able to upload files
Basic user management for the web ui
Right now the web ui is powerful, having access to it gives full access over the bot.
It would be great if there would be two tiers: Admin tier and user tier. The admin has full control of the bot, the user tier can upload files and play sounds, but not control the channel, mute, delete sounds etc. A simple password based differentiation might suffice. An alternative would be two different endpoints, which would bring some security through obscurity. A reverse proxy could be used to add a simple auth mechanism or point to the correct endpoint.
The text was updated successfully, but these errors were encountered:
Thanks for the request! I'll look into this and see what I can do. I have a busy schedule for a while, so I might not be able to get to all of this immediately.
Search for sounds: We have quite extensive libraries and a search would be great.
Hello, I forgot to mention earlier, but the bot contains the !sbsearch <name> command to allow fuzzy-searching of sound files in your library. This would fulfill your request for search functionality.
Describe the solution you'd like
Mobile friendly soundboard
Search for sounds
We have quite extensive libraries and a search would be great
Set Favourites with wildcards
Right now we are having hardcoded favourites in our old soundboard, the ability to set favourites with wildcards would be great
Count plays
Enable upload without restart
This is not crucial for me, I will solve it via hard linking folders from our nextcloud, but for a self-contained solution it would be great to be able to upload files
Basic user management for the web ui
Right now the web ui is powerful, having access to it gives full access over the bot.
It would be great if there would be two tiers: Admin tier and user tier. The admin has full control of the bot, the user tier can upload files and play sounds, but not control the channel, mute, delete sounds etc. A simple password based differentiation might suffice. An alternative would be two different endpoints, which would bring some security through obscurity. A reverse proxy could be used to add a simple auth mechanism or point to the correct endpoint.
The text was updated successfully, but these errors were encountered: