Skip to content

Version 2.0.9

Choose a tag to compare

@Lioncat6 Lioncat6 released this 08 Jul 05:45
· 160 commits to main since this release
95e237b
  • Add more error handling to the /find page
    • 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 @RustyNova016 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)