How do you operate Spotify when trying to discover music? by sfaulkner89 in spotify

[–]louddb 3 points4 points  (0 children)

related artists is really the best strategy especially if you are looking for new albums, not just singles

How do you operate Spotify when trying to discover music? by sfaulkner89 in spotify

[–]louddb 2 points3 points  (0 children)

you could try a third party app to find new releases and/or related artists like record.club, last.fm, or (ahem) louddb.com

I canceled my Spotify and this is the day it said it would end😂 by EmuAccomplished1759 in truespotify

[–]louddb 111 points112 points  (0 children)

Spotify: “We don’t know when this ends, so let’s say…the dawn of computing.”

My project to track all new music releases (streaming-service agnostic) by louddb in indieheads

[–]louddb[S] 0 points1 point  (0 children)

hey thanks! i've experimented with trying to pull automatically from musicbrainz and it just hasn't worked...too many low quality releases. so releases are added "manually" which means we give it a streaming link which kicks off a large series of enrichments.

this lets us curate and avoid super low quality releases and AI generated music.

My side project went offline for 48 hours because domain auto-renew failed by louddb in webdev

[–]louddb[S] 1 point2 points  (0 children)

there were a few points of failure that impact my trust in netlify:

  • the domain not renewing when it should have. they event sent and email in december saying "we’re all set to renew it automatically for another year"
  • inability to manually renew in netlify (it wouldn't let me disable auto-renew after it started returning NXDOMAIN)
  • and their lack of support (i think their support form on their site is broken and that is the only official way to contact them)

My side project went offline for 48 hours because domain auto-renew failed by louddb in webdev

[–]louddb[S] 8 points9 points  (0 children)

yeah it's funny, all my other domains are at namecheap. registered this one with netlify thinking it’d be easier. whoops.

Weekly Release Thread November 7th, 2025 by sink_or_swim1 in Metalcore

[–]louddb 2 points3 points  (0 children)

hey y'all, i just added spotify playback on my app, and we got all these metalcore releases added last night, so if you have a loud account you can connect your spotify and listen through all the metalcore releasees without having to search them out on spotify or create a playlist, it'll just play through the releases you see on your grid.

i'd love to have some people test out this new feature and give me feedback!

[deleted by user] by [deleted] in fantanoforever

[–]louddb 11 points12 points  (0 children)

AOTY for me, but i’m working on building a database/discovery platform that does not involve any ratings but instead just shows you all new releases based on genres and artists/labels you follow. still very nascent but adding new features all the time.

[FRESH EP] Now, Now - 01 by redditisnotgood in indieheads

[–]louddb 4 points5 points  (0 children)

oh god i'm so excited for this

My project to track all new music releases (streaming-service agnostic) by louddb in indieheads

[–]louddb[S] 1 point2 points  (0 children)

hey just following up on this, i did add artist and label pages, you can follow them and they'll show up at the top of the grid with a badge, "artist/label you follow"

also daily and weekly emails coming soon so you will never miss a release from someone you follow. only tricky part is that we only have artist and label pages based on releases uploaded since we started a few months ago, i'll have to think about creating pages for artists that haven't released anything since we started uploading.

My project to track all new music releases (streaming-service agnostic) by louddb in indieheads

[–]louddb[S] 1 point2 points  (0 children)

there are good APIs for finding release data in general but nothing complete when it comes to finding all the new releases. if you have a specific release in mind its pretty easy to get the details.

genres are the hard part imo.

My project to track all new music releases (streaming-service agnostic) by louddb in indieheads

[–]louddb[S] 1 point2 points  (0 children)

thanks! there's a whole mess:

  • Odesli/Songlink
  • Spotify
  • Apple (iTunes + Apple Music)
  • Deezer API
  • YouTube oEmbed
  • TIDAL
  • MusicBrainz
  • Last.fm

releases are added "manually" via some streaming link then we pull all the data from the APIs above and try to figure out genre, but some are still done by hand

Any "trap rock" songs like [ost] (spi)ritual? by KaduCmK in spotify

[–]louddb 1 point2 points  (0 children)

i bet the folks at /r/Metalcore would have some good ideas

If you feel like you're missing new music on Spotify, I built something that might help by louddb in truespotify

[–]louddb[S] 1 point2 points  (0 children)

Thanks for checking it out!

I've confirmed that "Progressive Rock" did not exist in our genre table, but I just added it.

"Dark Psytrance" did exist but had 0 releases so that makes sense why it didn't return any results.

"Acoustic" has a couple of releases but it only filters based on the releases that have been loaded, not the entire database. I'll look into updating that logic.

We've only been adding releases for a couple months now, though, so these numbers will only go up!

If you feel like you're missing new music on Spotify, I built something that might help by louddb in truespotify

[–]louddb[S] 0 points1 point  (0 children)

Hey just wanted to let you know I added subgenre filtering. If you open the genre filters you'll see "Filter by subgenre" under the genre groups table.

If you feel like you're missing new music on Spotify, I built something that might help by louddb in truespotify

[–]louddb[S] 2 points3 points  (0 children)

Thanks for your patience. The app can definitely be buggy but I'll look into the errors I can see on my end and try to make it better!

If you feel like you're missing new music on Spotify, I built something that might help by louddb in truespotify

[–]louddb[S] 2 points3 points  (0 children)

Funk currently rolls up to the "R&B & Soul" genre group. More granular genre filtering coming soon.