Skip to content

Commit

Permalink
Adding Spotify Connect stream
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Aug 12, 2023
1 parent 41fcfa9 commit 06fa22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/snapserver/snapserver-example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ doc_root = /usr/share/snapserver/snapweb/
# stream URI of the PCM input stream, can be configured multiple times
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
#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
#sampleformat = 48000:16:2
Expand Down

0 comments on commit 06fa22b

Please sign in to comment.