Skip to content

Commit 10ba390

Browse files
authored
Add news section (#129)
1 parent d93251e commit 10ba390

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A Docker image for librespot
44

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+
513
## Reference
614

715
First and foremost, the reference to the awesome project:
@@ -78,7 +86,7 @@ BITRATE|160|Bitrate (kbps): `96`, `160`, `320`. Defaults to `160`.
7886
BACKEND|alsa|Audio backend to use. Use `?` to list options. Currently possible values are `alsa`, `pulseaudio` and `pipe`.
7987
INITIAL_VOLUME||Initial volume in % from 0-100. Default for softvol: `50`. For the `alsa` mixer: the current volume.
8088
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`.
8290
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.
8391
FORMAT|S16|Output format: `F64`, `F32`, `S32`, `S24`, `S24_3`, `S16`. Defaults to `S16`.
8492
ENABLE_CACHE||`Y` or `y` to enable, uses corresponding volume.

0 commit comments

Comments
 (0)