Update ERA.bash

pull/157/head
Makario1337 2 years ago committed by GitHub
parent d9f57dbe9f
commit 4fcaac45ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,7 @@ for artist in ${ERAArtistsList[@]}; do
trim=$(echo $line | cut -c 2- | head -c -2)
ReleaseName=$(wget -U "$agent" --timeout=0 -q -O - "https://musicbrainz.org/ws/2/release-group/$trim" | grep -o "<title>.*</title>" | sed 's/<title>//g' | head -c -9)
AddReleaseToLidarr $trim "$artistname" "$ReleaseName"
sleep 1.5
done
fi
done

Loading…
Cancel
Save