Essentially, you need to archive it first.
I’m working on a solution that will automatically tell IA to archive it, but for now, you can just either paste the image URL in the save page now page or use the extension listed in that GitHub. Most popular artists’ icons should already be archived though
Yeah… SAMBL has been rate limited by Spotify due to google web crawlers going crazy and trying to index… every page they could find. I have put in place some crawler restrictions on Cloudflare though.
I’ve swapped the key I’m using temporarily while the other one cools down… hopefully the restrictions I put in place will prevent this from happening again.
In the meantime though, the issues should be resolved, now that I’ve added a robots.txt file, google and or other search engines should stop spamming the Spotify API on my behalf.
Here’s a quick suggestion: Remember filters between refreshes.
Sometimes I need to refresh the page to clear out all the inserted albums, but it reset my filters. Would be cool to be able to keep them
Updated /find api endpoint to return an object with data and issues
Updated find page front end to read the issues and display them as toasts
Added support for a mastodon verification URL through environment variables
Because why not
Added the compareArtistAlbums API endpoint
Basically SAMBL but an API (Thanks @RustyNova for bothering me to do this :3)
Parameters
spotifyId [Required]
mbid
Only neccesary if you want to check if the associated albums are linked to that artist
quick (bool)
Uses URL matching to check for spotify album links in MusicBrainz. This returns faster, but contains less information, removing the orange album status.
full (bool)
Adds inc parameters to the MusicBrainz query. (Does not affect quick mode)
This puts in the groundwork for quick fetching!!
It’s also probably buggy, so please bully it (Only bully the quick fetching though, or else it will cause problems)