Skip to content

Tags: Lioncat6/SAMBL-React

Tags

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2.2.6 - Hotfix

- Bump next.js to 15.5.7
- Fix issue with quick fetching
- Fix several spelling issues

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #46 from Lioncat6/dev

Version 2.2.4

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #41 from Lioncat6/dev

Version 2.2.3

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #38 from Lioncat6/dev

Version 2.2.2

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from Lioncat6/dev

Version 2.2.1 - Bug Fix

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #25 from Lioncat6/dev

Version 2.1.0

v2.0.9

Toggle v2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merged Version 2.0.8

v2.0.8