mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Changelog: https://github.com/Spotifyd/spotifyd/blob/v0.4.1/CHANGELOG.md Major changes: * OAuth: Manual authentication is working again after it had been broken by changes on Spotify servers * MPRIS: The MPRIS interface now interacts with the player locally instead of calling the web API * Robustness: spotifyd has become more robust in many ways Spotifyd is based on librespot, which recently introduces dualstack socket mechanism in the discovery service. This works on Linux who has the V6ONLY set at false by default as RFC2553 recommend, but not in FreeBSD. As a consequence, the discovery mechanism is only bind to IPv6, making spotifyd not usable on FreeBSD. After discussions with spotifyd and librespot developers, I introduce a patch who forces discovery on IPv4 only. |
||
---|---|---|
.. | ||
extra-patch.Cargo.toml | ||
patch-cargo-crates_librespot-discovery-0.6.0_src_server.rs | ||
spotifyd.conf | ||
spotifyd.in |