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
+4-4Lines changed: 4 additions & 4 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
-
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.
153
+
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.
154
154
155
155
### Examples
156
156
@@ -165,7 +165,7 @@ SPOTIFY_USERNAME=myusername
165
165
SPOTIFY_PASSWORD=mypassword
166
166
```
167
167
168
-
e that username and password is deprecated as an authentication method in librespot.
168
+
Note 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
-
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).
238
+
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).
239
239
240
240
##### Docker run in PulseAudio mode
241
241
@@ -296,7 +296,7 @@ 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
-
e that even when using the "discovery" mode, the premium account is always required for playback.
299
+
Note that even when using the "discovery" mode, the premium account is always required for playback.
0 commit comments