From 15c71f1c380e7473ab5948eba41b7d926bcf3f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=BChne?= Date: Tue, 7 Apr 2026 08:42:55 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20--device-type=20computer=20f=C3=BCr=20li?= =?UTF-8?q?brespot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Behebt "context is not available. type: Default" Fehler, bei dem librespot keine Tracks laden konnte. Die Angabe des Device-Types hilft Spotify den Client korrekt zu klassifizieren. Co-Authored-By: Claude Sonnet 4.6 --- busch_radio_spotify/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/busch_radio_spotify/run.sh b/busch_radio_spotify/run.sh index 2b54a4b..fb37ef9 100644 --- a/busch_radio_spotify/run.sh +++ b/busch_radio_spotify/run.sh @@ -157,6 +157,7 @@ LIBRESPOT_ARGS=( "--name" "${DEVICE_NAME}" "--bitrate" "${BITRATE}" "--backend" "pipe" + "--device-type" "computer" "--disable-audio-cache" "--initial-volume" "100" "--disable-discovery"