Fix typos
This commit is contained in:
parent
88848726fb
commit
3266462b80
@ -13,7 +13,7 @@ Predicted functionalities will be those people would expect from any classic mus
|
|||||||
- Music in local folders (which can be uploaded through the web interface).
|
- Music in local folders (which can be uploaded through the web interface).
|
||||||
- Youtube/Soundcloud URLs and playlists (everything supported by youtube-dl).
|
- Youtube/Soundcloud URLs and playlists (everything supported by youtube-dl).
|
||||||
- Radio stations from URL and http://www.radio-browser.info API.
|
- Radio stations from URL and http://www.radio-browser.info API.
|
||||||
2. **Modern and powerful web remote control interface.** Powered by Flask. Which supports
|
2. **Modern and powerful web remote control interface.** Powered by Flask. Which supports:
|
||||||
- Playlist management.
|
- Playlist management.
|
||||||
- Music library management, including uploading, browsing all files and edit tags, etc.
|
- Music library management, including uploading, browsing all files and edit tags, etc.
|
||||||
3. **Powerful command system.** Commands and words the bot says are fully customizable. Support partial-match for commands.
|
3. **Powerful command system.** Commands and words the bot says are fully customizable. Support partial-match for commands.
|
||||||
@ -86,7 +86,7 @@ host = 127.0.0.1
|
|||||||
port = 64738
|
port = 64738
|
||||||
````
|
````
|
||||||
|
|
||||||
2. You need to specify a folder that stores your music file. The bot will look for music and upload files into that folder. You also need to specify a temporary folder to store music files download from URLs.
|
2. You need to specify a folder that stores your music files. The bot will look for music and upload files into that folder. You also need to specify a temporary folder to store music files download from URLs.
|
||||||
```
|
```
|
||||||
[bot]
|
[bot]
|
||||||
music_folder = music_folder/
|
music_folder = music_folder/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user