Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
However, instead of providing username and password to
spotifyd
, you authenticate once using a web-based flow. This can be initiated withspotifyd auth
. For details, have a look at our docs.As such, calls to the interface should be much faster than before. Also, calling simple getter methods too frequently no longer leads to rate limiting.
spotifyd
has gained (experimental) support for Windows and Android. While there are no pre-built binaries available (yet), building and running should be possible. There have been several improvements to BSD support, and we now have binaries foraarch64
on macOS as well as on Linux.Unfortunately, we do not provide a binary for
armv6
any more, since that has become increasingly difficult to maintain. If you desperately need such a binary, feel free to join our community matrix server, and we'll try to find a solution.spotifyd
has become more robust in many ways. Most of that comes from improvements to the amazing librespot project that we heavily rely on. Butspotifyd
has also become more resilient to temporary failures due to network not being available and retries several times before exiting.Migration
Migrating from
v0.3.5
tov0.4.0
should be pretty seamless, apart from the one-time setup required if you want to continue using manual authentication. See above for details.Contributors
This release couldn't have happened without the help of many incredible people. We have several new contributors:
rodiojack
backend. Spotifyd/spotifyd#1281Full Changelog