@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.107"
scriptVersion="1.0.108"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase=""
@ -971,6 +971,12 @@ SearchProcess () {
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
if [ "$skipDeezer" = "false" ]; then