20xd6 386f17779b Changes the internal ratelimiting scheme.
Rather than ratelimit to one request per-second, attempt to detect the
MusicBrainz API ratelimiting. The API will return HTTP 503 errors once
ratelimiting has begun. Once this has been detected, the script will wait 1
second before continuing processing.
2024-10-03 14:53:52 -04:00
2024-09-20 12:58:58 -04:00
2024-09-17 14:55:18 -04:00
2024-09-17 14:55:18 -04:00

get_artist_art

Pulls artist art from https://www.theaudiodb.com/

Description
Pulls artist art from https://fanart.tv using their API and a MusicBrainz artist tag.
Readme 95 KiB
Languages
Python 100%