Adding Spotify Connect stream

This commit is contained in:
James Barnsley
2023-08-12 12:09:42 +12:00
parent 41fcfa9556
commit 06fa22bd31

View File

@ -73,7 +73,8 @@ doc_root = /usr/share/snapserver/snapweb/
# stream URI of the PCM input stream, can be configured multiple times # stream URI of the PCM input stream, can be configured multiple times
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT] # Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
#stream = pipe:///tmp/snapfifo?name=default #stream = pipe:///tmp/snapfifo?name=default
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2&controlscript=meta_mopidy.py stream = pipe:///tmp/snapfifo?name=Mopidy&sampleformat=48000:16:2&controlscript=meta_mopidy.py
stream = librespot:///librespot?name=Spotify
# Default sample format # Default sample format
#sampleformat = 48000:16:2 #sampleformat = 48000:16:2