SAMBL - Spotify Artist MusicBrainz Lookup

Wouldn’t have happened if it was musicbrainz_rs :stuck_out_tongue:

1 Like

:sob:

Also. Why is there a character minimum?

Probably rhetorical, but a response nonetheless :slight_smile:

It’s meant to guide users to “more thoughtful” comments, and hearkens back to the days of forums/Reddit posts/code repo/Stack Overflow comment sections that the community felt were “low value”; e.g. a wall of people typing “+1” when they agree on something, or short phrases that don’t fundamentally add much to the conversation for a wide set of readers, like a commenter simply typing “lol”.

Going even further back to the days of BBS’, some communities despised short responses because the effort required to retrieve the post felt like empty calories if the response wasn’t worth the wait.

On the converse, with the rise in popularity of always-on internet (circa ~2002-2010), the short/kurt types of comments made sense and were more prevalent when forums and chat clients didn’t have less “noisy” response indicators like Discourse’s :heart: function, or other emoji responses in spaces like Matrix and Github.

4 Likes

SAMBL 2.2.0 is live!

Fully refactored 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

Full Changelog: Release Version 2.2.0 · Lioncat6/SAMBL-React · GitHub

3 Likes

SAMBL Version 2.2.1 is now live!

  • Fixed newAritst button
  • Fixed Add to MB Button
  • Fixed NaN totalCount and provider name on loading text
  • Mobile styling improvements

  • Tidal stability & error handling
  • Changed mentions of “Spotify” to “provider”

See full changelog here: Release Version 2.2.1 - Bug Fix & Mobile Styling · Lioncat6/SAMBL-React · GitHub

3 Likes

Bandcamp support comming soon!

4 Likes

SAMBL Version 2.2.2

  • SAMBL Now support Bandcamp!
  • Stability improvements
4 Likes

SAMBL 2.2.3

  • Updated item export popup

  • Updated tracks button on albumItems

    • Shows status of having track info
    • image
    • image
  • AlbumItems now contain an albumBarcode and albumTracks field

    • Will be populated for most provider on album refresh
    • Tidal already provides it by default
    • image
  • Updated main providers to typescript

  • Search pages now have &provider= to specify. Will fall back to user preference

  • Created standard edit note generation

  • Add deep searching

3 Likes

ooh, Bandcamp support you say? gonna make working on my backlog so much easier, lol

are you considering adding SoundCloud support too? I don’t think it’s supported by either a-tisket or Harmony yet, so it’s understandable if not

2 Likes

Im definitely going to look into adding it, especially considering they have an api, unlike bandcamp… though getting a key might prove difficult…

1 Like