[Feature Request] AutoDJ
Is your feature request related to a problem? Please describe. No. It's just an enchantment.
Describe the solution you'd like I would like to see an auto DJ, that will automatically play songs, based on the genre u used on the command.
Describe the basic flow/steps of using this feature How this feature would be used:
- Option on the config to enable dj [true-false]
- If it is true, any user with the DJ role can do
autodj [music genre] - The bot starts playing music that is based in the music genre the user has specified
- If the user writes autodj off, the bot stops playing music in this mode, and it returns to the default mode.
Have you confirmed that this idea is not already described here? https://github.com/jagrosh/MusicBot/projects/1: Yes
Can this functionality not be implemented with playlists for different genres?
something like this would be awesome! an automatic mode, where the bot automatically plays similar music if the queue is empty, could be interesting to
i think that could probably be done through the spotify api https://spotify-api.js.org/main/interface/RecommendationQuery (which would reqire another api token) or through the ksoft api https://docs.ksoft.si/api/lyrics-api (which would probably require another api token as well)
which would reqire another api token
Features requiring additional API keys or other credentials are not going to be implemented.