A spotify daemon
Find a file
dependabot[bot] 6af1e48d9f build(deps): bump bytes from 1.11.0 to 1.11.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-10 11:26:49 +01:00
.github ci: build aarch64 natively 2026-01-03 20:07:59 +01:00
contrib docs: change initial_volume to int in example config 2025-02-24 22:10:18 +01:00
docs add rpm building 2025-10-21 20:36:56 -04:00
hooks chore: properly remove any references to dbus_keyring feature 2025-02-24 01:16:44 +01:00
src mpris: fix mpris interface not reappearing 2025-12-31 11:05:16 +01:00
.all-contributorsrc docs: add @SimonPersson as a contributor 2021-02-03 15:35:04 +01:00
.gitignore Add log to ignore 2023-08-25 00:01:04 -07:00
Cargo.lock build(deps): bump bytes from 1.11.0 to 1.11.1 2026-02-10 11:26:49 +01:00
Cargo.toml build(deps): bump time from 0.3.44 to 0.3.47 2026-02-10 11:25:52 +01:00
CHANGELOG.md chore: fix changelog and update used macos images 2025-11-19 03:20:27 +01:00
CONTRIBUTING.md chore(git): add git pre-commit and setup script (#513) 2020-02-11 19:48:00 +01:00
CONTRIBUTORS.md add rpm building 2025-10-21 20:36:56 -04:00
Cross.toml chore: use resolver v2 for correct bindgen feature 2025-03-11 03:53:02 +01:00
LICENSE Rename LICENCE -> LICENSE 2020-11-07 20:25:08 +01:00
README.md Remove outdated # Common Issues 2025-04-29 21:00:13 +02:00
setup-dev-workspace.sh chore(git): add git pre-commit and setup script (#513) 2020-02-11 19:48:00 +01:00

Spotifyd

Matrix GitHub Workflow Status Github Actions - CI

An open source Spotify client running as a UNIX daemon.

Project Website

Spotifyd streams music just like the official client, but is more lightweight and supports more platforms. Spotifyd also supports the Spotify Connect protocol, which makes it show up as a device that can be controlled from the official clients.

Note: Spotifyd requires a Spotify Premium account.

To read about how to install and configure Spotifyd, take a look at our wiki!

Contributing

We always appreciate help during the development of spotifyd! If you are new to programming, open source or Rust in general, take a look at issues tagged with good first issue. These normally are easy to resolve and don't take much time to implement.

Credits

This project would not have been possible without the amazing reverse engineering work done in librespot, mostly by plietar.