[GH-ISSUE #281] Current track information not displaying on Spotify web #169

Open
opened 2026-02-28 14:25:58 +03:00 by kerem · 1 comment
Owner

Originally created by @brianclinkenbeard on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/281

On Spotify web, when switching to the go-librespot device, the current track and album art disappear:
Image

Switching the device back to "This web browser" or any other device (e.g. mobile player) goes back to showing current track information.
config.yml:

normalisation_disabled: true
credentials:
  type: interactive
Originally created by @brianclinkenbeard on GitHub (Jan 6, 2026). Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/281 On Spotify web, when switching to the go-librespot device, the current track and album art disappear: <img width="1201" height="116" alt="Image" src="https://github.com/user-attachments/assets/a38a4489-d737-4e14-b5fe-4421257181c6" /> Switching the device back to "This web browser" or any other device (e.g. mobile player) goes back to showing current track information. config.yml: ```yaml normalisation_disabled: true credentials: type: interactive ```
Author
Owner

@odiroot commented on GitHub (Jan 6, 2026):

Just noticed the same.
Image

Mine is working inside Podman container though.

log_level: info
device_name: 'GoLibrespot'
device_type: stb
bitrate: 320

audio_backend: "pulseaudio"
audio_device: "<redacted>"
volume_steps: 50
initial_volume: 25
disable_autoplay: true
external_volume: true

zeroconf_enabled: true
zeroconf_port: 1235
credentials:
  type: zeroconf
  zeroconf:
    persist_credentials: true

server:
  enabled: true
  address: 0.0.0.0
  port: 3678

<!-- gh-comment-id:3714794130 --> @odiroot commented on GitHub (Jan 6, 2026): Just noticed the same. <img width="1855" height="124" alt="Image" src="https://github.com/user-attachments/assets/8af767dc-b253-4f10-b858-900954922c2b" /> Mine is working inside Podman container though. ```yml log_level: info device_name: 'GoLibrespot' device_type: stb bitrate: 320 audio_backend: "pulseaudio" audio_device: "<redacted>" volume_steps: 50 initial_volume: 25 disable_autoplay: true external_volume: true zeroconf_enabled: true zeroconf_port: 1235 credentials: type: zeroconf zeroconf: persist_credentials: true server: enabled: true address: 0.0.0.0 port: 3678 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#169
No description provided.