mirror of
https://github.com/Burningstone91/smart-home-setup.git
synced 2022-05-05 21:16:50 +03:00
Add Snapserver example configuration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,3 +42,4 @@ check_docker_list.txt
|
||||
!*mopidy.conf
|
||||
mopidy/local
|
||||
mopidy/music
|
||||
!snapserver_example.conf
|
||||
19
snapserver/snapserver_example.conf
Executable file
19
snapserver/snapserver_example.conf
Executable file
@@ -0,0 +1,19 @@
|
||||
[server]
|
||||
|
||||
[http]
|
||||
|
||||
doc_root = /usr/share/snapserver/snapweb
|
||||
|
||||
[tcp]
|
||||
|
||||
[stream]
|
||||
source = librespot:///librespot?name=Dimitri&devicename=Multiroom&username=myspotifyusername&password=secretpassword&killall=false&bitrate=320&volume=100¶ms=--zeroconf-port%205353
|
||||
source = librespot:///librespot?name=Sabrina&devicename=Multiroom&username=herspotifyusername&password=secretpassword&killall=false&bitrate=320&volume=100¶ms=--zeroconf-port%205353
|
||||
source = pipe:///run/snapserver/tts_fifo?name=TTS
|
||||
source = pipe:///run/snapserver/office_fifo?name=Office
|
||||
source = pipe:///run/snapserver/livingroom_fifo?name=Livingroom
|
||||
source = pipe:///run/snapserver/bedroom_fifo?name=Bedroom
|
||||
source = pipe:///run/snapserver/balcony_fifo?name=Balcony
|
||||
|
||||
[logging]
|
||||
|
||||
Reference in New Issue
Block a user