diff --git a/.gitignore b/.gitignore index 862581f7..0d6a3cda 100755 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ npm-debug.log .idea ._* venv +docker/snapserver.conf docker/mopidy.conf docker/data/ docker/jellyfin/ diff --git a/docker/snapserver.conf b/docker/snapserver-example.conf old mode 100755 new mode 100644 similarity index 95% rename from docker/snapserver.conf rename to docker/snapserver-example.conf index f540fc9f..fe6f521f --- a/docker/snapserver.conf +++ b/docker/snapserver-example.conf @@ -73,8 +73,7 @@ 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 -stream = pipe:///tmp_secondary/snapfifo?name=Secondary&sampleformat=48000:16:2 +stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2&control_url=http://localhost:6680 # Default sample format #sampleformat = 48000:16:2