mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
update setup instructions for librespot
This commit is contained in:
parent
a588aa30e2
commit
4265887403
1 changed files with 3 additions and 5 deletions
|
@ -113,11 +113,9 @@ Snapserver supports [shairport-sync](https://github.com/mikebrady/shairport-sync
|
|||
|
||||
|
||||
###Spotify
|
||||
Snapserver supports [librespot](https://github.com/badaix/librespot) with `stdout` backend.
|
||||
1. Build `librespot` with `stdout` backend: `cargo build --features stdout-backend`
|
||||
* Prebuild binaries are in [releases](https://github.com/badaix/librespot/releases)
|
||||
2. Copy the `librespot` binary somewhere to your `PATH`, e.g. `/usr/local/bin/`
|
||||
3. Configure snapserver with `-s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320]"`
|
||||
Snapserver supports [librespot](https://github.com/badaix/librespot) with `pipe` backend.
|
||||
1. Build and copy the `librespot` binary somewhere to your `PATH`, e.g. `/usr/local/bin/`
|
||||
2. Configure snapserver with `-s "spotify:///librespot?name=Spotify[&username=<my username>&password=<my password>][&devicename=Snapcast][&bitrate=320]"`
|
||||
* Valid bitrates are 96, 160, 320
|
||||
|
||||
###Process
|
||||
|
|
Loading…
Add table
Reference in a new issue