From f4fe8dd0d7c192a9a72a335c4bf4dfac2b4e4d94 Mon Sep 17 00:00:00 2001 From: Iscle Date: Mon, 31 Mar 2025 01:33:53 +0200 Subject: [PATCH] Add "type" UUID to v4a_re effect xml --- module/common/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module/common/install.sh b/module/common/install.sh index 1ae55e1..e7f4d42 100644 --- a/module/common/install.sh +++ b/module/common/install.sh @@ -14,16 +14,14 @@ for OFILE in ${CFGS}; do cp_ch -n $OFILE $FILE case $FILE in *.conf) - sed -i "/v4a_standard_re {/,/}/d" $FILE sed -i "/v4a_re {/,/}/d" $FILE - sed -i "s/^effects {/effects {\n v4a_standard_re {\n library v4a_re\n uuid 90380da3-8536-4744-a6a3-5731970e640f\n }/g" $FILE + sed -i "s/^effects {/effects {\n v4a_re {\n library v4a_re\n uuid 90380da3-8536-4744-a6a3-5731970e640f\n type b9bc100c-26cd-42e6-acb6-cad8c3f778de\n }/g" $FILE sed -i "s/^libraries {/libraries {\n v4a_re {\n path $LIBPATCH\/lib\/soundfx\/libv4a_re.so\n }/g" $FILE ;; *.xml) - sed -i "/v4a_standard_re/d" $FILE sed -i "/v4a_re/d" $FILE sed -i "// a\ " $FILE - sed -i "// a\ " $FILE + sed -i "// a\ " $FILE ;; esac done \ No newline at end of file