From 88848726fb0ee963c318609905ea67ea4dd2dda3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 10 Apr 2020 08:03:31 +0200 Subject: [PATCH 1/2] Fix typo on refresh_cache_on_startup option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db95f1..598f6d7 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ You need to install the opus codec (not embedded in all system): `apt install li 3. If you have a large amount of music files (>1000), it may take some time for the bot to boot, since it will build up the cache for the music library on booting. You may want to disable this auto-scanning by -setting ``refresh_cache_on_startu=False`` in `[bot]` section and control the scanning manually by +setting ``refresh_cache_on_startup=False`` in `[bot]` section and control the scanning manually by ``!rescan`` command and the *Rescan Files* button on the web interface. 4. Alpine Linux requires some extra dependencies during the installation (in order to compile Pillow): From 3266462b80490c8beb6cc0efa1a26d7ecdeddad9 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 10 Apr 2020 12:45:43 +0200 Subject: [PATCH 2/2] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598f6d7..506a28b 100644 --- a/README.md +++ b/README.md @@ -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). - Youtube/Soundcloud URLs and playlists (everything supported by youtube-dl). - 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. - 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. @@ -86,7 +86,7 @@ host = 127.0.0.1 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] music_folder = music_folder/