|
2 | 2 |
|
3 | 3 | A Docker image for librespot |
4 | 4 |
|
| 5 | +## News |
| 6 | + |
| 7 | +The current `latest` image does not play any file. See [this issue](https://github.com/GioF71/librespot-docker/issues/128). |
| 8 | +There is a workaround, mentioned in the issue, that (at least in my case) worked with the `latest` image. |
| 9 | +You can however use the image tagged as `develop-2025-08-11-bookworm`, in that case you don't need that workaround. |
| 10 | +That image uses the current (as per 2025-08-12) `dev` branch of the librespot repository (link to the repo is just below), instead of the official `v0.6.0` release. |
| 11 | +With the new version, the device type `homething` has been removed (supposedly because of changes on Spotify itself). |
| 12 | + |
5 | 13 | ## Reference |
6 | 14 |
|
7 | 15 | First and foremost, the reference to the awesome project: |
@@ -78,7 +86,7 @@ BITRATE|160|Bitrate (kbps): `96`, `160`, `320`. Defaults to `160`. |
78 | 86 | BACKEND|alsa|Audio backend to use. Use `?` to list options. Currently possible values are `alsa`, `pulseaudio` and `pipe`. |
79 | 87 | INITIAL_VOLUME||Initial volume in % from 0-100. Default for softvol: `50`. For the `alsa` mixer: the current volume. |
80 | 88 | DEVICE_NAME||Device name (spaces allowed). |
81 | | -DEVICE_TYPE|speaker|Displayed device type: `computer`, `tablet`, `smartphone`, `speaker`, `tv`, `avr` (Audio/Video Receiver), `stb` (Set-Top Box), `audiodongle`, `gameconsole`, `castaudio`, `castvideo`, `automobile`, `smartwatch`, `chromebook`, `carthing`, `homething`. Defaults to `speaker`. |
| 89 | +DEVICE_TYPE|speaker|Displayed device type: `computer`, `tablet`, `smartphone`, `speaker`, `tv`, `avr` (Audio/Video Receiver), `stb` (Set-Top Box), `audiodongle`, `gameconsole`, `castaudio`, `castvideo`, `automobile`, `smartwatch`, `chromebook`, `carthing`. Defaults to `speaker`. |
82 | 90 | DEVICE||Audio device to use. Use `?` to list options if using `alsa`, `portaudio` or `rodio`. Enter the path to the output when using `pipe`. Defaults to the backend's default. |
83 | 91 | FORMAT|S16|Output format: `F64`, `F32`, `S32`, `S24`, `S24_3`, `S16`. Defaults to `S16`. |
84 | 92 | ENABLE_CACHE||`Y` or `y` to enable, uses corresponding volume. |
|
0 commit comments