1.0.108 - Skip Varoius Artists album search that is not supported...

pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 20c31217f8
commit 37758edca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.0.107" scriptVersion="1.0.108"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase="" lidarrUrlBase=""
@ -971,6 +971,12 @@ SearchProcess () {
fi fi
fi fi
fi fi
# Skip Varoius Artists album search that is not supported...
if [ "$lidarrArtistForeignArtistId" = "89ad4ac3-39f7-470e-963a-56509c546377" ]; then
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: ERROR :: Varoius Artists is not supported by normal search, skipping..."
continue
fi
if [ "$skipDeezer" = "false" ]; then if [ "$skipDeezer" = "false" ]; then

Loading…
Cancel
Save