You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Volume|Description
150
150
/data/system-cache|Volume for system-cache (recommended), used by --system-cache (`ENABLE_SYSTEM_CACHE`).
151
151
/user/config|Volume for user-provided configuration. Might contain a `credentials.txt` file.
152
152
153
-
Please note that the volume `/data/system-cache` will contain the encrypted credentials. Enabling the system cache and using a dedicated volume will help keeping players discoverable by the Spotify web app when you don't provide credentials to LibreSpot.
153
+
e that the volume `/data/system-cache` will contain the encrypted credentials. Enabling the system cache and using a dedicated volume will help keeping players discoverable by the Spotify web app when you don't provide credentials to LibreSpot.
154
154
155
155
### Examples
156
156
@@ -165,7 +165,7 @@ SPOTIFY_USERNAME=myusername
165
165
SPOTIFY_PASSWORD=mypassword
166
166
```
167
167
168
-
Please note that username and password is deprecated as an authentication method in librespot.
168
+
e that username and password is deprecated as an authentication method in librespot.
169
169
170
170
##### Docker-compose in Alsa mode
171
171
@@ -235,7 +235,7 @@ Discovery mode, using docker `--user`:
235
235
236
236
See [here](https://github.com/GioF71/audio-tools/tree/main/players/librespot/alsa) for a sample configuration using a specified user (uid) in a docker-compose file.
237
237
238
-
Please note that with this DAC I had to specify S32 as the format. It would not work with the default (which is S32 for librespot).
238
+
e that with this DAC I had to specify S32 as the format. It would not work with the default (which is S32 for librespot).
239
239
240
240
##### Docker run in PulseAudio mode
241
241
@@ -296,15 +296,15 @@ By defaults, `SPOTIFY_USERNAME` and `SPOTIFY_PASSWORD` entries found in this fil
296
296
297
297
For discovery mode to work, you will need to specify `network_mode=host` on the compose file. Otherwise the player will not be discoverable.
298
298
In this mode, authentication is not required on the container itself, but OTOH any premium spotify user on your network will be able to use your Librespot Player.
299
-
Please note that even when using the "discovery" mode, the premium account is always required for playback.
299
+
e that even when using the "discovery" mode, the premium account is always required for playback.
300
300
301
301
## Build
302
302
303
303
You can build (or rebuild) the image by opening a terminal from the root of the repository and issuing the following command:
304
304
305
305
`docker build . -t giof71/librespot`
306
306
307
-
Now that we are building from code, please not that the build will take quite a lot of time. When it's finished, you can run the container following the previous instructions.
307
+
Now that we are building from code, please note that the build will take quite a lot of time. When it's finished, you can run the container following the previous instructions.
0 commit comments