spotifyd
spotifyd copied to clipboard
A spotify daemon
**Description** Using `spotifyd` on RPi4 with ALSA as backend and USB DAC as output. No sound servers used. Everything works fine, except that when the USB DAC is switched off,...
Fix for issue #1131
**Description** When trying to switch to a song that is unavailable the spotify app continues playing the last song and starts acting strangely but spotifyd stops. **To Reproduce** 1. connect...
**Description** Any audible notification cause spotifyd to crash/exit. **To Reproduce** Play music on spotifyd. Get an audible notification such as from discord. Spotifyd crashes/ exits. **Expected behavior** Music continues playing...
**Description** I set up a systemd service to always start the service on startup. Every single time it starts or I restart the service the volume drops to 0. Ideally...
The underlying `librespot` library already supports the JACK audio backend via `rodio`. Enabling it in `spotifyd` turns out to be dead simple--just needed to add the config enum elements to...
**Description** The service file found at `contrib/spotifyd.service` tries to find the spotifyd binary from `/usr/bin` but installation instructions cause the binary to install at `~/.cargo/bin`. When the user tries to...
**Description** Cannot launch spotifyd with discovery when there are 2 IPs (i.e. 2 IPv4 ) on the same interface. It gives the following error: ``` Message: called `Result::unwrap()` on an...
add pipe as a backend, which sends audio to stdout or the file handle given to --device Fixes #354
**Is your feature request related to a problem? Please describe.** Support for syncing local files from other devices as explained in the [Spotify Developer docs](https://developer.spotify.com/documentation/web-api/concepts/playlists#local-files).