From 4bd41a9181c3e53d09f4e06e642453d6d2a9e4c3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 5 Oct 2022 12:07:10 -0400 Subject: [PATCH] 1.1.2 --- root/scripts/ERA.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/scripts/ERA.sh b/root/scripts/ERA.sh index 0f94b1c..1e8ed00 100644 --- a/root/scripts/ERA.sh +++ b/root/scripts/ERA.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.1.1" +scriptVersion="1.1.2" agent="ERA ( https://github.com/Makario1337/ExtendedReleaseAdder )" ### DEBUG ### @@ -82,7 +82,7 @@ SearchAllArtistsByTag(){ offset=0 tag="audio%20drama" log "Collecting artists by tag :: Collecting..." -while [ $offset -le 200 ] +while [ $offset -le 5000 ] do AllArtistsByTagWget=$(wget -U "$agent" --timeout=0 -q -O - "https://musicbrainz.org/ws/2/artist?query=tag:"audio%20drama"&limit=100&fmt=json&offset=$offset" | jq '.artists[].id') AllArtistsByTag="$AllArtistsByTag $AllArtistsByTagWget" @@ -148,4 +148,4 @@ CheckIfCollectedArtistsAreInLidarrInstance ArtistLookupAndCallAddReleaseToLidarr RefreshArtists log "DONE :: Finishing..." -exit \ No newline at end of file +exit