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..."