Show HN: I built a site that lets users find playlists by songs they contain
101–110 of 131 posts
Re: Show HN: I built a site that lets users find playlists by songs they contain
#102It's kind of mind boggling to me that Spotify doesn't offer this themselves. Seems like use case 101
Re: Show HN: I built a site that lets users find playlists by songs they contain
#103Re: Show HN: I built a site that lets users find playlists by songs they contain
#104Re: Show HN: I built a site that lets users find playlists by songs they contain
#105Re: Show HN: I built a site that lets users find playlists by songs they contain
#106Re: Show HN: I built a site that lets users find playlists by songs they contain
#107Earlier quoted context omitted.
> Thinking this a little further, it provides the perfekt basis for a dating application. Music is a very personally representation of oneself and if you find someone who has the same muscial taste, you already have a common basis for communication. I don't think a shared taste in music is that important, or at all, in a relationship but this is the premise of aptly named Tastebuds[1], a dating app based around favor…
In isolation, perhaps not, but musical taste plus another characteristic can say a lot about someone. (I might be biased because my future wife caught my attention when I overheard her say she liked a certain band in a group setting where most people hadn't heard of it.) Spotify doesn't have its claws in real-life gatherings yet, but they might have something with their music (personality) and podcasts (interests, af…
Re: Show HN: I built a site that lets users find playlists by songs they contain
#108Re: Show HN: I built a site that lets users find playlists by songs they contain
#109Earlier quoted context omitted.
In isolation, perhaps not, but musical taste plus another characteristic can say a lot about someone. (I might be biased because my future wife caught my attention when I overheard her say she liked a certain band in a group setting where most people hadn't heard of it.) Spotify doesn't have its claws in real-life gatherings yet, but they might have something with their music (personality) and podcasts (interests, af…
What does someone's music say about their personality?
Re: Show HN: I built a site that lets users find playlists by songs they contain
#110I maintain an archive of Spotify playlists, scraped daily via GitHub Actions: https://github.com/mackorone/spotify-playlist-archive.
If you're willing to share, I'd love to hear about your experience with the Spotify API. What endpoints do you use? How often do you call them? How do you handle rate limiting? Has Spotify reached out regarding storing playlist data (being in violation of their terms of service)? Any other lessons or advice?
Additionally, I wonder if there's any opportunity for collaboration here. Perhaps you can use the archive to fill out your dataset? Maybe it can act as a cache for your system's scraping needs? Perhaps our Web UIs could link to each other or be combined somehow (https://spotifyplaylistarchive.com/)?
> Currently we keep track of 18378 Spotify playlists
How did you find all of these playlists? Querying Spotify for "Spotify"-owned playlists gives me less than 5000 results. I'd love to add more playlists to my archive but I don't have good discovery mechanisms, especially for non-Spotify-owned playlists.