spotifyd
spotifyd copied to clipboard
A spotify daemon
I am using the package Spotifyd as the back end for the package Spotify-QT on a 32 bit FreeBSD 13.0 install. If I choose "Use global settings" in the settings...
This adds a new configuration option to configure which bus should be used by spotifyd. It addresses situations like #944 or one I personally found me in, where access to...
This mainly upgrades the `rspotify` crate to `0.11.5`. Since large parts of the API surface changed between (the previous) `0.8.0` and `0.11.5`, the changes are a bit more complex in...
``` ~ aplay -L null Discard all samples (playback) or generate zero samples (capture) default Default Audio Device sysdefault Default Audio Device lavrate Rate Converter Plugin Using Libav/FFmpeg Library samplerate...
config proxy = socks5://127.0.0.1/10808 not work
**Description** My `spotifyd` service no longer works after resuming if my computer sleeps for at least a couple of minutes. There are no errors logged by `spotifyd`, and the service...
**Description** Spotifyd sink in never corked, even if no audio is playing. This prevents [audio based idle monitoring](https://github.com/ErikReider/SwayAudioIdleInhibit/issues/2) from working. **To Reproduce** 1. run spotifyd 2. run 'pactl list sink-inputs'...
**Description** Random reset stops songs from playing, and player disappears from Spotify. Spotify daemon is still running (active) but can't select player / play more songs without service stop/start. **To...
**Description** Fresh installation of spotifyd does not function. In my config its the bare minimum: User, password and backend are given. See errors down below, I myself am a user...
Another PR by me! :sweat_smile: This builds on top of #1047 (the first 4 commits are from that PR) and reimplements the mainloop using the `async`/`await` syntax instead of implementing...