From 3dec74d32807cbb6a737274a183b5e322277bda2 Mon Sep 17 00:00:00 2001 From: CraigD Date: Sat, 21 May 2022 10:11:17 +0100 Subject: [PATCH] Mention password protected LMS access --- UserGuide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UserGuide.md b/UserGuide.md index 2069f88..a8286e0 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -109,7 +109,8 @@ music folders may be specified via `music_1`, `music_2`, `music_3`, and `music_4 * `db` specifies the name and location of the database file used to store the analysis results. This will default to `bliss.db` in the current folder. * `lms` specifies the hostname, or IP address, of your LMS server. This is used -when uploading the database file to LMS. This defaults to `127.0.0.1` +when uploading the database file to LMS. This defaults to `127.0.0.1` If your LMS is +password protected then use `user:pass@server` - e.g. `lms=pi:abc123@127.0.0.1` * `ignore` specifies the name and location of a file containing items to ignore in mixes. See the `Ignore` section later on for more details.