v1.5 - attempting to bugfix...
This commit is contained in:
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user