Store previously checked artists. #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Store artist that have been previously checked by the script. This would likely take the form of a SQLite database. It could store the artist name, path, previous response, and how many times until it is retried.
This would cut down on the number of artist being tried each time the script is run after an initial run which would help with running into rate-limiting on the APIs being used.