JJMumbleBot
JJMumbleBot copied to clipboard
A plugin-based All-In-One mumble bot solution in python 3.7+ with extensive features and support for custom plugins.
when I try to send commands via the web interface nothing happens
there are some issues I am having with plugin_template_generator.py: 1. the command given on the wiki `python3 JJMumbleBot/utility/plugin_template_generator.py my_example_plugin` does not actually work and returns `ModuleNotFoundError: No module named 'JJMumbleBot'`....
Update the PGUI system to allow all commands that have been sent through a whisper/private-message to display the output back to only the user instead of the entire channel. Similarly,...
using docker, if jjmumblebot remains unused for an extended period of time (eg overnight), when i go back into mumble and try to play something eg with `!link` I get...
it would be great if the media plugin could play from other sites besides youtube and soundcloud, for example: - bandcamp - online radio stations (eg [KCRW](https://www.kcrw.com/streams-help), [KEXP](http://live-aacplus-64.kexp.org/kexp64.aac) or [radio.net](https://radio.net))...
often when I add a track to the playlist eg with `!link`, the audio playback will stutter/glitch, sometimes for up to a second. I also see in `htop` that the...
The web interface shows buttons for all of the sound files I uploaded, but the only button that does anything is "Random Clip." That button, along with sending !sbr to...
Adding a command to allow changing plugin settings for a plugin, so that settings in the plugin metadata file can be changed at runtime. For example: `!pluginsettings ` This would...
It might be a better idea to change the command handling system so that it uses a `@command` decorator instead of the current `cmd_` prefix on methods. This would also...
Currently unsure where this would fit in... maybe a separate plugin.