mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-12 06:08:11 -05:00
6f0fef6179
Select use of either libspotify or librespot-c as streaming backend via config option. librespot-c (renamed/improved spotifyc) impl has the following: - sync interface - seek support - honor bitrate config, set client and thread name - use web access token with "streaming" scope for login - fix issue with podcast playback Also say goodbye to file-based Spotify login.
14 lines
329 B
Markdown
14 lines
329 B
Markdown
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)
|