0+git.c38e977236.1 MB
unset
strict
core18
a headless Spotify Connect receiver
A sample program implementing a headless Spotify Connect receiver. You can use this app to play audio from Spotify on your system using a remote client(like spotify for your phone, spotify-qt app for desktop etc.) that can send requests to spotify API. Not just this, you can do many more things just run
Example commands:
librespot -u USERNAME -p PASSWORD -n librespotserver
The above command will create a device names librespotserver which will play audio on your system when requested by remotes.
librespot -n "Librespot" -b 320 -c ./cache --enable-volume-normalisation --initial-volume 75 --device-type avr
The above command will create a receiver named Librespot, with bitrate set to 320kbps, initial volume at 75%, with volume normalisation enabled, and the device displayed in the app as an Audio/Video Receiver. A folder named cache will be created/used in the current directory, and be used to cache audio data and credentials.
librespot --help to list usage.Example commands:
librespot -u USERNAME -p PASSWORD -n librespotserver
The above command will create a device names librespotserver which will play audio on your system when requested by remotes.
librespot -n "Librespot" -b 320 -c ./cache --enable-volume-normalisation --initial-volume 75 --device-type avr
The above command will create a receiver named Librespot, with bitrate set to 320kbps, initial volume at 75%, with volume normalisation enabled, and the device displayed in the app as an Audio/Video Receiver. A folder named cache will be created/used in the current directory, and be used to cache audio data and credentials.
Update History
0+git.c38e977 (23)13 Dec 2025, 09:47 UTC
14 Mar 2021, 14:47 UTC
4 Oct 2021, 07:54 UTC
13 Dec 2025, 09:47 UTC