UPDATE
UPDATE and Feature news
This commit is contained in:
parent
ad378a586c
commit
6c9dfdc5ad
22
README.md
22
README.md
@ -6,7 +6,13 @@
|
||||
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.
|
||||
|
||||
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.
|
||||
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
|
||||
./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
|
||||
@ -38,12 +44,11 @@ The bot listen to the 8181 port so you should redirect to this one in you NAT co
|
||||
### TODOLIST
|
||||
|
||||
#### Features
|
||||
- [ ] Next song
|
||||
- [ ] Previous song
|
||||
- [x] Next song
|
||||
- [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] play
|
||||
- [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
|
||||
- [x] volume
|
||||
- [ ] skip
|
||||
- [x] next
|
||||
- [x] stop
|
||||
- [x] joinme
|
||||
- [x] away
|
||||
- [x] help
|
||||
|
||||
#### Web Interface
|
||||
#### Web Interface (disabled for now)
|
||||
- [x] Primary functions
|
||||
- [ ] CSS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user