]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
forgot to add new option autoconnect_pattern to default conf and common.h
authorJörn Nettingsmeier <nettings@luchtbeweging.nl>
Sat, 16 Feb 2019 16:08:40 +0000 (16:08 +0000)
committerJörn Nettingsmeier <nettings@luchtbeweging.nl>
Sat, 16 Feb 2019 16:08:40 +0000 (16:08 +0000)
common.h
scripts/shairport-sync.conf

index 9a824cbfcf9257be88d0dcd7a2513769c95dd00b..b06fd52d82b8e38c74c7ffe896f7d7a52101cd72 100644 (file)
--- a/common.h
+++ b/common.h
@@ -233,6 +233,7 @@ typedef struct {
                                           // debugging. Currently audio packets only...
 #ifdef CONFIG_JACK
   char *jack_client_name;
+  char *jack_autoconnect_pattern;
 #endif
 
 } shairport_cfg;
index dded929459f552b0816f3e99c86a2c6f853052b0..addbd1ee27ee83f79e45e02d4dd669e9c33c2ac4 100644 (file)
@@ -109,6 +109,7 @@ pa =
 jack =
 {
 //     client_name = "shairport-sync"; //Set this to the name of the client that should appear in "Connections" when Shairport Sync is active.
+//     autoconnect_pattern = ""; //Set this to a pattern that describes the ports you would like to connect to automatically when we start up, like "system:playback_?"
 };
 
 // Parameters for the "pipe" audio back end, a back end that directs raw CD-style audio output to a pipe. No interpolation is done.