From 7cec7ef63904f2f40d22b20bdba6f41db03da0db Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 1 Apr 2022 08:09:51 +0200 Subject: [PATCH] Change source string filter for ndi-feeder. --- icedreammusic/ndi-feeder/ndi-feeder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/ndi-feeder/ndi-feeder.sh b/icedreammusic/ndi-feeder/ndi-feeder.sh index 32c05c3..37a1a30 100644 --- a/icedreammusic/ndi-feeder/ndi-feeder.sh +++ b/icedreammusic/ndi-feeder/ndi-feeder.sh @@ -47,7 +47,7 @@ while true; do found_source[0]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[0]}") found_source[1]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[1]}") case "${found_source[0]}" in - *\(IDHPC\ Main\ Audio\)) + *\(ID*\ Main\ Audio\)) found_audio_source="${found_source[0]}" ;; esac