pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 5b090cf254
commit 53904ea34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0029"
log "############# SCRIPT VERSION 1.0.0030"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -847,6 +847,8 @@ ProcessWithBeets () {
if [ "$matchedLidarrAlbumArtistId" = "89ad4ac3-39f7-470e-963a-56509c546377" ]; then
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: $matchedLidarrAlbumArtistName is Varoius Artists, skipping..."
rm -rf "$1"
return
else
if [ "${matchedLidarrAlbumArtistCleanName}" != "null" ]; then
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: $matchedLidarrAlbumArtistName ($matchedLidarrAlbumArtistId) found in Lidarr"

Loading…
Cancel
Save