Update audio-pp.bash

master
RandomNinjaAtk 3 years ago committed by GitHub
parent cc059d71a6
commit 73a17e022a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,7 +212,7 @@ Main () {
if find "$1" -type f -iregex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" | read; then
beet -c /config/scripts/config/beets-config.yaml -l /beets/library.blb -d "$1" import -q "$1" > /dev/null
if find "$1" -type f -iregex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" -newer "$1/beets-match" | read; then
if find "$1" -type f -iregex ".*/.*\.\(flac\|opus\|m4a\|mp3\)" -newer "beets-match" | read; then
echo "SUCCESS: Matched with beets!"
else
rm -rf "$1"/*

Loading…
Cancel
Save