Wouldn’t have happened if it was musicbrainz_rs
Also. Why is there a character minimum?
Probably rhetorical, but a response nonetheless
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 function, or other emoji responses in spaces like Matrix and Github.
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
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
SAMBL Version 2.2.2
- SAMBL Now support Bandcamp!
- Stability improvements
SAMBL 2.2.3
-
Updated item export popup
- Scrolling is a thing
- It looks better
-
Updated tracks button on albumItems
- Shows status of having track info
-
AlbumItems now contain an
albumBarcode
andalbumTracks
field- Will be populated for most provider on album refresh
- Tidal already provides it by default
-
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
-
Allows you to find artists with UPCs in MusicBrainz but not an actual artist link
-
Grabs the first 5 albums of the artist and attempts to find the most common artist between them on musicbrainz
-
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
Im definitely going to look into adding it, especially considering they have an api, unlike bandcamp… though getting a key might prove difficult…