Skip to content

Commit 4a13813

Browse files
authored
Update README.md (#100)
1 parent ca7a98b commit 4a13813

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ VOLUME_CTRL||Volume control type `cubic`, `fixed`, `linear`, `log`. Defaults to
102102
VOLUME_RANGE||Range of the volume control (dB). Default for softvol: `60`. For the `alsa` mixer: what the control supports.
103103
AUTOPLAY||Autoplay similar songs when your music ends. `Y` or `y` to enable.
104104
DISABLE_GAPLESS||Disables gapless playback by forcing the sink to close between tracks. `Y` or `y` to disable gapless mode.
105-
PASSTHROUGH||Pass a raw stream to the output. Only works with the pipe and subprocess backends. `Y` or `y` to enable.
105+
PASSTHROUGH||Pass a raw stream to the output. works with the pipe and subprocess backends. `Y` or `y` to enable.
106106
PUID||Set this value the the user which should run the application, defaults to `1000` if not set when using the `pulseaudio` backend
107107
PGID||Set this value the the user which should run the application, defaults to `1000` if not set when using the `pulseaudio` backend
108108
AUDIO_GID||Specifies the gid for the group `audio`, it is required if you want to use, e.g., the `alsa` backend in user mode. Refer to [this page](https://github.com/GioF71/squeezelite-docker/blob/main/doc/example-alsa-user-mode.md) from my squeezelite-docker repository for more details.
@@ -264,9 +264,9 @@ By defaults, `SPOTIFY_USERNAME` and `SPOTIFY_PASSWORD` entries found in this fil
264264

265265
### Discovery
266266

267-
For discovery mode to work, you will need to specify `network_mode=host` on the compose file. Otherwise the player will not be discovered.
268-
In this mode, you will not need to provide username and password, but OTOH any premium spotify user on your network will be able to use your Librespot Player.
269-
Please note that even in "discovery" mode, the premium account is always required for playback, but it would only not be required to provide the credentials to the container.
267+
For discovery mode to work, you will need to specify `network_mode=host` on the compose file. Otherwise the player will not be discoverable.
268+
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.
269+
Please note that even when using the "discovery" mode, the premium account is always required for playback.
270270

271271
### Dependency on Raspotify
272272

0 commit comments

Comments
 (0)