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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A Docker image for [librespot](https://github.com/librespot-org/librespot)
4
4
5
5
## News
6
6
7
-
The newest `latest` image is based on the current `v0.7.1` version of [librespot](https://github.com/librespot-org/librespot) at [this commit](https://github.com/librespot-org/librespot/commit/987dfa5df2546a96d34582674a757a3dcc6036a7), is built using [my fork of librespot](https://github.com/GioF71/librespot).
7
+
The newest `latest` image is based on the current `v0.8.0` version of [librespot](https://github.com/librespot-org/librespot) at [this commit](https://github.com/librespot-org/librespot/pull/1632/commits/0cbdd122ae81b51c62954c60b306051e9021a805), is built using [my fork of librespot](https://github.com/GioF71/librespot).
8
8
The purpose of that fork is just to set a version for this repository.
9
9
10
10
## Reference
@@ -102,6 +102,7 @@ AP_PORT||Connect to an AP with a specified port. If no AP with that port is pres
102
102
DISABLE_DISCOVERY||Disable zeroconf discovery mode. `Y` or `y` to disable discovery.
103
103
DITHER||Dither algorithm: none, gpdf, tpdf, tpdf_hp. Defaults to tpdf for formats S16, S24, S24_3 and none for other formats.
104
104
ZEROCONF_PORT||The port the internal server advertises over zeroconf: `1` - `65535`. Ports <= `1024` may require root privileges.
105
+
ZEROCONF_INTERFACE||Comma-separated interface IP addresses on which zeroconf will bind (Example "192.168.0.10,10.0.0.10"). Defaults to all interfaces. Ignored by DNS-SD.
105
106
ZEROCONF_BACKEND||Select the desidered backend, valid values are `avahi`, `libmdns`, `dns-sd`. With the latest builds, I am getting good results with `libmdns`, so it will be the default if discovery is not disabled
106
107
ENABLE_VOLUME_NORMALISATION||Enables volume normalisation for librespot. `Y` or `y` to enable.
107
108
NORMALISATION_METHOD||Specify the normalisation method to use: `basic`, `dynamic`. Defaults to `dynamic`.
@@ -124,7 +125,7 @@ ONEVENT_COMMAND||Specifies the name of a user defined script/executable that wil
124
125
ONEVENT_POST_ENDPOINT||Send a `POST` request with event data to the specified endpoint URL whenever a player event occurs. Request body is `json` encoded and contains all available fields specified by the [librespot's player event handler](https://github.com/librespot-org/librespot/blob/dev/src/player_event_handler.rs). Will be ignored if `ONEVENT_COMMAND` is set.
125
126
ENABLE_OAUTH||Set to `headless` to enable OAUTH authentication. You will need to run the container interactively the first time. Recommended to enable when caching is also enabled, otherwise the credentials file will be lost when the container is recreated.
126
127
LOG_COMMAND_LINE||Set to `Y` or `y` to enable, `N` or `n` to disable. Defaults to `Y`.
127
-
ADDITIONAL_ARGUMENTS||Use this to add additional arguments to be appended to the command line
128
+
ADDITIONAL_ARGUMENTS||Use this to add additional arguments to be appended to the command line. </br> Librespot arguments can be found [here](https://github.com/librespot-org/librespot/wiki/Options).
0 commit comments