#2
1. Sort related artists by highest -> lowest fan count (so with a setting of 1 for the limit, you'll only add the artist with most fans)
2. Limit the number of related artists per artist to be added (minimum 1, maximum 20)
3. Pause script until Lidarr finishes all tasks when adding an artist
4. Disable automatic Missing album Search after adding the additional artist to allow the script to have a chance to process them first
5. Skip adding related artists for unmonitored artists
log ":: $currentprocess of $getDeezerArtistsIdsCount :: $deezerArtistName :: Artist not found in Musicbrainz, please add \"https://deezer.com/artist/${deezerArtistId}\" to the correct artist on Musicbrainz"
fi
LidarrTaskStatusCheck
done
}
@ -1064,11 +1068,12 @@ ProcessWithBeets () {
\"foreignArtistId\": \"$foreignId\",
\"qualityProfileId\": $qualityProfileId,
\"metadataProfileId\": $metadataProfileId,
\"rootFolderPath\": \"$path\"
\"rootFolderPath\": \"$path\",
\"addOptions\":{\"searchForMissingAlbums\":false}
}"
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: Adding Missing Artist to Lidarr :: $matchedLidarrAlbumArtistName ($matchedLidarrAlbumArtistId)..."