TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A site that makes Spotify playlists of bands coming to town

346 pointsby slashblakeabout 7 years ago

55 comments

metakermitabout 7 years ago
Hey, I love this idea and am working on something similar (an alternative events discovery and promotion tool for cities). I see that a lot of you folks here are also working on similar stuff.<p>How about we chat more about these topics? Integration with APIs like BandsInTown, Facebook, apps like Spotify, SoundCloud, YouTube, music metadata collection from MusicBrainz, Discogs… If these topics sound interesting, join the public group on Facebook I created just now:<p><a href="https:&#x2F;&#x2F;www.facebook.com&#x2F;groups&#x2F;2016318755302445&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.facebook.com&#x2F;groups&#x2F;2016318755302445&#x2F;</a><p>or this new subreddit:<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MusicEventsHackers" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MusicEventsHackers</a>
评论 #16701734 未加载
评论 #16706337 未加载
评论 #16702448 未加载
peterburkimsherabout 7 years ago
I&#x27;m a big fan of live music, and even flew to Japan to go to the PunkSpring festival. If you&#x27;d like data for Taiwan, please get in touch!<p>There&#x27;s also a large, free dataset from Apple with the whole iTunes Store database. Search &quot;iTunes EPF&quot; for more info. It&#x27;s 55 GB uncompressed. Perhaps you could use this to generate affiliate links and earn money if people buy the songs in your playlist.<p><a href="https:&#x2F;&#x2F;affiliate.itunes.apple.com&#x2F;resources&#x2F;documentation&#x2F;itunes-enterprise-partner-feed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;affiliate.itunes.apple.com&#x2F;resources&#x2F;documentation&#x2F;i...</a>
avarshabout 7 years ago
I made a similar site last August. <a href="http:&#x2F;&#x2F;www.hearnow.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.hearnow.io&#x2F;</a><p>You can pick a location on a map and it will generate a playlist for pretty much any city. I haven&#x27;t done much work on it since then, but had a decent response when I posted it to Reddit. I&#x27;ve been considering open sourcing it, but not sure if there is interest.<p>My approach:<p>- Use SeatGeek&#x27;s API to find venues&#x2F;artists near the user<p>- Query Spotify&#x27;s search API for artists with these names to get artist IDs (which you need to do other interesting things with Spotify&#x27;s API)<p>- Filter results from Spotify search queries with fuzzy matching between artist names and results<p>- Use Spotify&#x27;s API to get the top 5-10 most popular tracks for each artist, and randomly select ~30 to add to a playlist<p>Spotify&#x27;s search API cannot be queried in batch which is a pretty frustrating bottleneck. I mainly solved this by caching artist name &#x2F; ID pairs, but this would only really be effective if I got a lot of traffic (I don&#x27;t).<p>Also, SeatGeek&#x27;s API was a lot more friendly than Songkick, which I considered using. But SeatGeek didn&#x27;t seem to have data for many venues overseas, so I had some users outside the U.S. that were disappointed that their queries would usually fail because the app couldn&#x27;t find enough tracks.
评论 #16704569 未加载
dansoabout 7 years ago
Very cool. Haven&#x27;t been back to NYC in awhile but good to see the Rockwood Music Hall is still a hot venue. My main suggestion would be to populate the page with the Spotify data before having the user commit to signing into Spotify. Yes, have the call to action be at the top, but have the below-the-fold content be a list view of venues and artists. The map is nice but I don&#x27;t think that&#x27;s the most relevant view for NYC, since it&#x27;s so easy to get around town between any popular venue.<p>My perspective is based on my assumption of, at the start of the week, what most people want to know but don&#x27;t yet know. They know the venues, they just don&#x27;t know (without tedious inspection) who is playing where. Maybe it&#x27;d make sense to have the genre of the acts more prominently shown. I&#x27;d be more immediately interested in looking at the list of alt rock bands who are in town that week, and then looking up the venues they&#x27;ll be at. As opposed to having a list of venues and acts, and having to scan it to see if any of those acts are in the genres I prefer.
mnxabout 7 years ago
Devil is in the details. There&#x27;s just no place to reliably source all of the events that are happening. Sure you can get the ones that sell tickets through ticketmaster, or whatever, but nobody reliably aggregates all the smaller concerts. So this will always be badly incomplete. Discovering all those shows is on of my main use-cases for facebook right now - it&#x27;s the one place (almost) all of them show up.
评论 #16698493 未加载
评论 #16698505 未加载
评论 #16699132 未加载
评论 #16699304 未加载
wjncabout 7 years ago
Awesome! Now worldwide ;)<p>Ideas: -Open up to the main local bookers (in my country that would be one firm, Mojo), monetization via referrals?<p>-other awesomeness would include: local clubs and pubs access via API, same monetization.<p>-Main few hits per band and then select bands that &quot;sound like&quot; selected view of the most listened to bands.<p>-Anything that makes me discover worthwhile bands in my area that give me an unexpected nice night out without having to notice the social media multiverse (my favorite teen bands from 20 yrs ago got together last summer and I noticed last week.. guess I haven&#x27;t got any of my teen surf punk friends anymore)
heytsabout 7 years ago
This is such a great, simple, almost obvious idea. This type of ideas is getting more and more rare, so it is great to see one popping here and there.
anc84about 7 years ago
Oh this is a great idea! Any chance to get a plain list of musicbrainz IDs for the nerds with their own music collection instead of the ever so ephemeral and privacy-infringing Cloud?
评论 #16699043 未加载
shanevabout 7 years ago
Nice execution! I made something similar a few years ago, except it generated a playlist of previews from iTunes with an option to connect Spotify. It worked by finding all venues within a certain radius from you using the Foursquare API, and correlating that with the JamBase and Songkick APIs. It was a bit ahead of its time because not enough people had Spotify, and their catalog wasn’t big enough to cover artists coming to some of the smaller venues. I might still own the domain rockout.fm if you want something a bit more catchy.
Kiroabout 7 years ago
Kind of OT but has anyone succeeded in creating playlists through YouTube&#x27;s API? I had a kind of similar idea to this and wanted to create automatic playlists but failed on the integration part.<p>EDIT: Ok, looks like this is very easy with the v3 API. This was quite a long time ago.
评论 #16699075 未加载
评论 #16699584 未加载
评论 #16701078 未加载
cauterizeabout 7 years ago
Great idea! Another idea I&#x27;ve wanted for awhile, setlist.fm based Spotify playlists for concerts I liked.
评论 #16699779 未加载
评论 #16698061 未加载
评论 #16713268 未加载
acomjeanabout 7 years ago
This is a great idea. My partner made a playlist of Boston Calling bands. It was helpful for a festival when you don&#x27;t know all of the bands (the festival bands play concurrently too so you couldn&#x27;t see all the music..)
评论 #16697621 未加载
paulgbabout 7 years ago
Brilliant! It&#x27;s always surprised me that Spotify didn&#x27;t add this feature since they already have the data.
CGamesPlayabout 7 years ago
Let me sign up for a mailing list for when you add in my city :)
评论 #16700999 未加载
评论 #16701039 未加载
coldsauceabout 7 years ago
I think this is a really interesting idea. Spotify has a feature where you can see if an artist is going to be playing near your location by going to the artist&#x27;s page and going to the &#x27;concert&#x27; tab. However, I don&#x27;t think they have one to go the other way i.e &quot;find all artists performing in one location&quot;<p>Someone at the SXSW Hackathon two weeks ago worked on a similar thing [1]. The difference in their project was that it looked at the artists you listened to and then created a list of artists that you would know who would be coming to the venue.<p>I like your idea in that you&#x27;re creating a channel for people to discover new bands.<p>[1] <a href="https:&#x2F;&#x2F;devpost.com&#x2F;software&#x2F;sx-setfinder" rel="nofollow">https:&#x2F;&#x2F;devpost.com&#x2F;software&#x2F;sx-setfinder</a>
评论 #16697939 未加载
评论 #16697803 未加载
beefaloabout 7 years ago
Very cool. I have had a suspicion that Google&#x2F;Spotify has been sort of tracking these things for a while. The features that Google music and Spotify have for discovery seem to correlate with artists touring with other artists I like pretty consistently.
magwa101about 7 years ago
This is great, I waste a LOT of time doing playlists to figure out my festival schedule. So time consuming. Can you do google play please? I had to junk Spotify years ago because streams would constantly interrupt and jitter.
extralegoabout 7 years ago
Great idea. Congrats.<p>I’m assuming aggregating the booking calendars is a fair amount of manual work but the value of this to audiences interested in lesser-known artists should be significant. I would love to see smaller, mix-use and under-age venues included.
ebellityabout 7 years ago
I like the idea. Maybe you could leverage Songkick API to support more cities ? (I moved to Tel Aviv recently and it&#x27;s really hard to spend the time to find out which concerts are worth going to)
评论 #16698752 未加载
评论 #16697631 未加载
fascinatedabout 7 years ago
Jukely (<a href="https:&#x2F;&#x2F;www.jukely.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jukely.com&#x2F;</a>) does another good version of this. Here&#x27;s their playlist for NYC <a href="https:&#x2F;&#x2F;open.spotify.com&#x2F;user&#x2F;jukely&#x2F;playlist&#x2F;6d8T2n9ISP4ZgHKP6UOBtj?si=2kT3fuTHSPmvBG6iVZNxeA" rel="nofollow">https:&#x2F;&#x2F;open.spotify.com&#x2F;user&#x2F;jukely&#x2F;playlist&#x2F;6d8T2n9ISP4ZgH...</a> (other cities are avail too).
scardineabout 7 years ago
I&#x27;ve made a similar app at a local hackathon sponsored by Sabre: it would search your playlists on Spotify in order to identify your favorite artists. Then it would match the artist presentation schedule and find the best place in the world to watch the artist&#x27;s concert based on ticket price + travel expenses. Something like: &quot;the best city to watch U2 is Buenos Aires in August - while there you can also visit the Recoleta neighborhood and ...&quot;
seanwilsonabout 7 years ago
Great idea!<p>Some feedback though: I found the tagline &quot;It&#x27;s a pain to look up every band coming to your city. Now just follow your favorite venues and genres and get a weekly Spotify playlist of upcoming music.&quot; intuitive but the heading &quot;Stop Typing Every Band in Town&quot; didn&#x27;t make sense to me.<p>I&#x27;d go with something more straightforward like the title used for this Hacker News post. I immediately understood what that meant.
runnr_azabout 7 years ago
That&#x27;s a really good idea. Nice execution on it, too...
评论 #16698283 未加载
merongivianabout 7 years ago
I created something similar, though it just creates a youtube playlist that you can listen in your browser: <a href="http:&#x2F;&#x2F;touristplaylist.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;touristplaylist.com&#x2F;</a>, you can pick a date range and the location, it uses songkick api
sslashabout 7 years ago
Please add London! I&#x27;d pay for this easily
评论 #16698314 未加载
Q4traderabout 7 years ago
www.PlaylistHQ.com does this better!
foroakabout 7 years ago
Please add a list view of all venues by city! I don&#x27;t want to have to search for all the venues.
评论 #16698979 未加载
overcastabout 7 years ago
Awesome idea, but this seems like something that could be just switched on quickly at Spotify.
functioningCogabout 7 years ago
This is great! Right now I use last.fm, bandsintown, and Spotify to search for live shows. However none of them actually generate a playlist. I will definitely be using this to discover new music. When will I be able to add my own city?
lgreggabout 7 years ago
You should add a way to submit venues for other cities in single and batch methods.
vereloabout 7 years ago
Please please please add Toronto! This is a killer idea, i&#x27;d love to use it!
o_____________oabout 7 years ago
Great job! I will use this. It might be a nice discovery pipeline if nothing else.<p>A &quot;select all venues&quot; feature seems important, and the playlist probably only needs one song per artist, I see that quite a few have 2-3.
stef25about 7 years ago
Is there some kind of filter for types of music?<p>When I look at the &quot;bands&quot; in my town (not through your app), there&#x27;s everything from metal to folk to techno.
评论 #16709464 未加载
natestemenabout 7 years ago
May have been suggested but would love to be able to toggle all venues in a certain city so I don&#x27;t have to go searching for venues that I may be interested in.
squanttoabout 7 years ago
I did this too: moreencores.com<p>And you can do it for any city<p>Please beta test it :)
rguldenerabout 7 years ago
Great idea but why no contact details for suggestions and no way to sign up&#x2F;vote for other cities?
nwsmabout 7 years ago
Possible to support any city by checking Stubhub&#x2F;Ticketmaster API for events in user-entered city?
ameliusabout 7 years ago
Cool, but one question: did you send a feature-request to Spotify before you decided to make this?
评论 #16700344 未加载
评论 #16697948 未加载
nukeopabout 7 years ago
Can this be used to create playlists in formats with more interoperating potential, such as JSON?
smprodabout 7 years ago
Great idea. Congrats!<p>Would it be possible to aggregate shows from a ticket website like seatgeek or ticketmaster?
sebastienparisabout 7 years ago
Really liked the work you put in!<p>And I love that everybody is so supportive of it, cheers to all you guys!
ikeyanyabout 7 years ago
This is a very cool idea—are you familiar with the BandsInTown app as well?
评论 #16698269 未加载
ibdfabout 7 years ago
Only selected cities :(
c54about 7 years ago
Cool too, good work. Needs more cities! Seattle especially :)
kalkutabout 7 years ago
Very cool! I am eager to see my town in your app
hart_russellabout 7 years ago
I&#x27;d love you forever if you added San Diego.
staplersabout 7 years ago
Does no one here know about the BandsInTown app?
评论 #16699254 未加载
codematiabout 7 years ago
Fantastic idea.
k__about 7 years ago
Does this work the other way around?
kbar13about 7 years ago
i&#x27;m listening to a playlist for nyc and I love it. would love a playlist for SF.
briankwestabout 7 years ago
Great, an empty play list. :P
sixothreeabout 7 years ago
Please add New Orleans.
评论 #16698048 未加载
pdswaniiabout 7 years ago
very cool. would love this for nashville, willing to help =)
osazuwaabout 7 years ago
Boston Boston Boston!
benbristowabout 7 years ago
Wow. A whole 4 cities in one country. Totally useful :\
评论 #16697731 未加载
评论 #16697833 未加载
评论 #16698072 未加载