parent
1923fd1474
commit
c387b05787
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.6"
|
scriptVersion="1.7"
|
||||||
scriptName="BeetsTagger"
|
scriptName="BeetsTagger"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -74,7 +74,7 @@ ProcessWithBeets () {
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
|
|
||||||
log "$1 :: Begin matching with beets!"
|
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
|
beet -c /config/extended/beets-config-lidarr.yaml -l /config/extended/library-lidarr.blb -d "$1" import -qC "$1" 2>&1 | -a "/config/logs/$logFileName"
|
||||||
# Fix tags
|
# Fix tags
|
||||||
log "$1 :: Fixing Tags..."
|
log "$1 :: Fixing Tags..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue