Language fixes and improvements
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
======
|
||||
|
||||
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 functionalities will be ones you could expect from any classic music player.
|
||||
|
||||
Bot the can play :
|
||||
- Radio url
|
||||
@ -14,11 +14,11 @@ Bot the can play :
|
||||
* 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)
|
||||
The main folder needs to be declared in the config (with a '/' at the end)
|
||||
|
||||
#### Installation
|
||||
1. You need python 3 with opuslib and protobuf (look at the requirement of pymumble)
|
||||
2. The Bot use ffmpeg, so you know what you have to do if ffmpeg aren't in your package manager. I personally use [this repository](http://repozytorium.mati75.eu/) on my raspberry.
|
||||
2. The Bot uses ffmpeg, so you know what you have to do if ffmpeg isn't in your package manager. I personally use [this repository](http://repozytorium.mati75.eu/) on my raspberry.
|
||||
|
||||
commands (don't forget the sudo mode):
|
||||
```
|
||||
@ -41,7 +41,7 @@ You can copy the file `configuration.default.ini` to `configuration.ini` and cus
|
||||
you have the section :
|
||||
- bot : basic configuration of the bot : comment, folder, volume at start ....
|
||||
- command : you can customize the command you want for each action (if you put `help = helpme` , the bot will response to `!helpme` )
|
||||
- readio : here you can have a list of default radio ( I can play a jazz radio with the command `!radio jazz`)
|
||||
- radio : here you can have a list of default radio ( I can play a jazz radio with the command `!radio jazz`)
|
||||
- strings : you can customize all string the bot can say.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user