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
Describe the bug
Trying to rebuild my HA image in order to introduce the librespot credentials patch. Librespot runs fine on it's own, but Snapserver doesn't.
Steps to Reproduce
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.2.1 # alpine v3.20.2
FROM $BUILD_FROM
# Add envENV LANG C.UTF-8
# Set shellSHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
pulseaudio alsa-plugins-pulse bash \
&& rm -fr \
/tmp/*
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast-server=0.28.0-r2
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.4.2-r4
RUN \
wget https://github.com/badaix/snapweb/releases/download/v0.8.0/snapweb.zip && \
unzip -o snapweb.zip -d /usr/share/snapserver/snapweb/ && \
rm snapweb.zip
# Copy data for add-onCOPY run.sh /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]
root@local-snapcast-server-libspot:/$ librespot -c /data/librespot --cache-size-limit=2G --disable-discovery
[2024-08-21T13:23:49Z INFO librespot] librespot 0.4.2 UNKNOWN (Built on 2023-08-01, Build ID: 1690865570, Profile: release)
[2024-08-21T13:23:49Z WARN librespot_core::apresolve] Ignoring blacklisted access point ap-gue1.spotify.com:4070
[2024-08-21T13:23:49Z WARN librespot_core::apresolve] Ignoring blacklisted access point ap-gew4.spotify.com:443
[2024-08-21T13:23:49Z INFO librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070"
[2024-08-21T13:23:49Z INFO librespot_core::session] Authenticated as "X" !
[2024-08-21T13:23:49Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0)
[2024-08-21T13:23:49Z INFO librespot_core::session] Country: "X"
[2024-08-21T13:23:49Z INFO librespot_playback::convert] Converting with ditherer: tpdf
[2024-08-21T13:23:49Z INFO librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: ALSA
[2024-08-21T13:23:49Z INFO librespot_playback::audio_backend::rodio] Using audio device: default
Describe the bug
Trying to rebuild my HA image in order to introduce the librespot credentials patch. Librespot runs fine on it's own, but Snapserver doesn't.
Steps to Reproduce
Environment details
Code is here: https://github.com/rwjack/addon-snapserver-spotify/
The text was updated successfully, but these errors were encountered: