๐ก [REQUEST] - A few feature suggestions for the bot
Opened this issue ยท 2 comments
1: Quick playback by artist name or song name
- for example: /play Adele - Hello
2: 7/24 playback feature
- Even if all users leave the bot server, it remains on the server until the song or playlist is finished. Then, if no action is taken for the time specified in the config file, it leaves the server.
3: Radio list
- You draw a list from a previously prepared file for the bot and start listening to the desired radio.
Command: /radio
Radio Channels
1: Radio Name
2: Radio Name
3: Radio Name
4: Radio Name
5: Radio Name
-
radio_list.txt
https://www.example.com/
https://www.example.com/
https://www.example.com/
https://www.example.com/
https://www.example.com/
This list can be created, for example, via the URL in the radio.txt file. You can add or delete any radio link you want.
๐ Hey buddy. Thank you for opening your first issue here.
You may have already selected the right issue category (Bug, change or feature request). Please take a second look. Thank you!
To check if everthing alright please check our CODE OF CONDUCT here and hit the checkbox if you have read them.
- I have read and understood the CODE OF CONDUCT
- I have read and understood the CONTRIBUTING.md
Hey @Guazy
thanks for the suggestions! ๐
-
/play already exists. You can try it if you are in a voice channel.
-
I've planned a 24/7 music feature, but at the moment it's too much effort and resource for just a few use cases. If this feature is strongly requested by many people, I may implement it, but for now it's on hold.
-
This is actually a good idea. Shouldn't be hard to implement - a few spotify / youtube links in a list and looping over and adding them to the playlist. ๐ค
I also plan to optimise the code... you may have seen some mess in some files. Would be a huge challenge to rework in typescript, but thousands of lines of code to rework in typescript will take days or weeks lol