From f171512e47c49c040b991bf2ac0b59018a00438a Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 7 Jul 2023 15:17:03 -0400 Subject: [PATCH] Update audio.bash --- sabnzbd/audio.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sabnzbd/audio.bash b/sabnzbd/audio.bash index 150e0d5..1234837 100644 --- a/sabnzbd/audio.bash +++ b/sabnzbd/audio.bash @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash TITLESHORT="APP" -ScriptVersion="1.2" +ScriptVersion="1.3" set -e set -o pipefail @@ -217,7 +217,7 @@ Main () { sleep 0.1 if [ $(find "$1" -type f -regex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" | wc -l) -gt 0 ]; then - beet -c /config/scripts/configs/beets-config.yaml -l /scripts/library.blb -d "$1" import -q "$1" + beet -c /config/scripts/beets-config.yaml -l /scripts/library.blb -d "$1" import -q "$1" if [ $(find "$1" -type f -regex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" -newer "/scripts/beets-match" | wc -l) -gt 0 ]; then echo "SUCCESS: Matched with beets!" else