mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-14 07:02:31 -05:00
Sadly user-agent spoofing seems to be necessary after Spotify sunset of libspotify. Apparently librespot is whitelisted.
Limited C version of librespot. No Spotify Connect support. Library only. Used by OwnTone.
Build:
- autoreconf -i && ./configure && make
Test:
- make check
- ./tests/test1
Dependencies:
- libevent-dev libgcrypt20-dev libcurl4-gnutls-dev libjson-c-dev libprotobuf-c-dev
Credits:
- librespot (https://github.com/librespot-org/librespot)
- timniederhausen for Shannon cipher (https://github.com/timniederhausen/shannon)