Tags: Lioncat6/SAMBL-React
Tags
Version 2.2.5 - Refactor Start and Bug Fixes - [SoundCloud] Add ISRC and UPC fetching for SoundCloud - Add `.env.example` file - Start a full typescript refactor of SAMBL - [SoundCloud] Fix some issues related to how SAMBL was fetching artists from SoundCloud - Updated API documentation in the `README` file - [Spotify] For single album refreshing, SAMBL now properly fetches albums with more than 50 tracks - [Bandcamp] Normalize track duration to ms - [Tidal, Spotify, Deezer] Fix some providers not returning `releaseDate` fields for `TrackObject` entities - Refactor album processing to create URL and name maps instead of using nested for loops - Fix critical issue causing some MusicBrainz releases not to be fetched due to reusing an array for both featured and normal artist releases
Merge pull request #30 from Lioncat6/dev - Fully refactor all data handling to support multiple providers - Add new provider Pill - Mobile UI is *functional* but needs work - Add support for Deezer and Tidal - The homepage now supports lookup by any provider URL and no longer supports lookup by artist ID - The find page now supports Deezer and Tidal along with lookup by any track or album URL - Refactored Popups - Added artist refresh button which clears the cache for the given artist
Version 2.0.9 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)
PreviousNext