UPDATE and Feature news
This commit is contained in:
azlux 2018-05-18 20:21:27 +02:00
parent ad378a586c
commit 6c9dfdc5ad

View File

@ -6,7 +6,13 @@
Botamusique is a mumble bot which goal is to allow users to listen music together with its audio output. Botamusique is a mumble bot which goal is to allow users to listen music together with its audio output.
Predicted functionnalities will be the one you could expect from any classic music player. Predicted functionnalities will be the one you could expect from any classic music player.
1. Where to start Bot the can play :
- Radio url
- Youtube/Soundcloud URL (everything supported by youtube-dl)
- Local folder (disabled, I need to work on the web interface)
#### Web interface
* Disable * I need to work on it. Since I use this bot for radio, youtube/soundcloud and folder music, the web interace isn't ready.
You need to create a folder for all your music. Organize your music by subfolder. You need to create a folder for all your music. Organize your music by subfolder.
The main folder need to be declare into the config (with a '/' at the end) The main folder need to be declare into the config (with a '/' at the end)
@ -30,7 +36,7 @@ chmod +x ./mumbleBot.py
#### Starting the bot #### Starting the bot
./mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL ./mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL
The bot listen to the 8181 port so you should redirect to this one in you NAT configuration to let others peoples access the web interface. The bot listen to the 8181 port so you should redirect to this one in you NAT configuration to let others peoples access the web interface. (DISABLED)
2.TODO list 2.TODO list
@ -38,12 +44,11 @@ The bot listen to the 8181 port so you should redirect to this one in you NAT co
### TODOLIST ### TODOLIST
#### Features #### Features
- [ ] Next song - [x] Next song
- [ ] Previous song
- [x] Randomizer - [x] Randomizer
- [ ] Looking for songs previously downloaded in a folder by users. - [ ]Graphical interface
#### Commands with the interface #### Commands with the interface (disabled)
- [x] list - [x] list
- [x] play - [x] play
- [x] playfolder - [x] playfolder
@ -51,12 +56,13 @@ The bot listen to the 8181 port so you should redirect to this one in you NAT co
#### Commands by message to the bot #### Commands by message to the bot
- [x] volume - [x] volume
- [ ] skip - [x] next
- [x] stop - [x] stop
- [x] joinme - [x] joinme
- [x] away - [x] away
- [x] help
#### Web Interface #### Web Interface (disabled for now)
- [x] Primary functions - [x] Primary functions
- [ ] CSS - [ ] CSS