Show HN: A site that makes Spotify playlists of bands coming to town
61–70 of 113 posts
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#62Does no one here know about the BandsInTown app?
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#63Devil is in the details. There'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's the one place (almost) all of them show up.
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#64I like the idea. Maybe you could leverage Songkick API to support more cities ? (I moved to Tel Aviv recently and it's really hard to spend the time to find out which concerts are worth going to)
Looked into this. SongKicks licensing is really restrictive once I start using their API. Do you have a site you use for upcoming shows in Tel Aviv?
I've been working on something in a similar direction for Vienna. Tried to get SongKick API access, but they declined me. I also used BandsInTown on a project, but it's a bit limited. These days I'm just using Facebook Events, which is ok, but not perfect – can't get all the events in a particular city automatically. Managed to manually overcome this though.
But great work! Tried the app out and I really like it. Followed you on Twitter if you want to keep in touch. Would be nice to have some MusicEventsHackers group to discuss these topics :)
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#65Re: Show HN: A site that makes Spotify playlists of bands coming to town
#66Re: Show HN: A site that makes Spotify playlists of bands coming to town
#67Great idea! Another idea I've wanted for awhile, setlist.fm based Spotify playlists for concerts I liked.
I had a friend mention this to me too recently. I just grab the artist's top 3 tracks and add them to your playlist. Perhaps I could use setlist.fm to put songs more likely to be heard at the upcoming shows. Thanks!
I took it a step further to make a playlist out of the bands most recent setlist, so its similar, but not the same. It's currently just a cli that allows you to make a playlist on your google play music based on a band's most recent setlist, provided it was posted on setlist.fm. Most of the bands that I listen to have the setlist.fm posted basically the same night of the show.
Would love to help, leverage, or even refactor some of your stuff so that we could use virtually any music playing platform to do this.
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#68Kind of OT but has anyone succeeded in creating playlists through YouTube's API? I had a kind of similar idea to this and wanted to create automatic playlists but failed on the integration part. EDIT: Ok, looks like this is very easy with the v3 API. This was quite a long time ago.
Re: Show HN: A site that makes Spotify playlists of bands coming to town
#69Re: Show HN: A site that makes Spotify playlists of bands coming to town
#70Great idea! Another idea I've wanted for awhile, setlist.fm based Spotify playlists for concerts I liked.
I'll work on this tonight to make it better at handling errors where it will force to find the most recent one that isn't blank, because if there are no songs in the most recent entry it will return a blank list.