From 5553b4f44343eb7023c76023791bd0efd0713f16 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 9 Sep 2023 14:19:55 -0400 Subject: [PATCH] v1.5 - attempting to bugfix... --- lidarr/BeetsTagger.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lidarr/BeetsTagger.bash b/lidarr/BeetsTagger.bash index 63bf058..38252a5 100644 --- a/lidarr/BeetsTagger.bash +++ b/lidarr/BeetsTagger.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.4" +scriptVersion="1.5" scriptName="BeetsTagger" #### Import Settings @@ -73,8 +73,8 @@ ProcessWithBeets () { touch "/config/extended/beets-lidarr-match" sleep 0.5 - log "$1 :: Begin matching with beets!" - beet -c /config/extended/beets-config-lidarr.yaml -l /config/extended/library-lidarr.blb -d "$1" import -qC "$1" + log "$1 :: Begin matching with beets!" + beet -c /config/extended/beets-config-lidarr.yaml -l /config/extended/library-lidarr.blb -d "$1" import -qC "$1" 2>&1 | tee -a /config/logs/$scriptName.txt # Fix tags log "$1 :: Fixing Tags..."