v1.5 - attempting to bugfix...
This commit is contained in:
parent
70f696ed82
commit
5553b4f443
1 changed files with 3 additions and 3 deletions
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue