Live data from Hacker News

Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

dellamico.com

1–10 of 14 posts

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#2
disclaimer This is my first Show HN, hope I followed the rules but will be watching this to adjust / respond to any feedback.

Quick little app that builds Spotify playlists for any KCRW Morning Becomes Eclectic playlist (by date). You can play directly in app or download / save to your own account to take with you.

Feedback -- positive / negative -- greatly appreciated.

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#3
I just populated my Spotify with a playlist. Painless and I'm looking forward to hearing the music. MBE has been a great way for me to discover new music.

And I have to say -- your little product made me giggle with happiness when I watched the playlist load in Spotify.

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#4

I just populated my Spotify with a playlist. Painless and I'm looking forward to hearing the music. MBE has been a great way for me to discover new music. And I have to say -- your little product made me giggle with happiness when I watched the playlist load in Spotify.

And you have no idea how thrilled your comment made me! I just hacked this together and it came out way better than I expected, which is why I put it here, glad you were able to make some use of it!

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#7

disclaimer This is my first Show HN, hope I followed the rules but will be watching this to adjust / respond to any feedback. Quick little app that builds Spotify playlists for any KCRW Morning Becomes Eclectic playlist (by date). You can play directly in app or download / save to your own account to take with you. Feedback -- positive / negative -- greatly appreciated.

And first lesson, turn off uptime robot for free heroku dynos or you wake up to h82 "over free dyno limits". Sorry if anyone is trying to use this Monday 3/7 morning, it'll be back online around 11am today

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#9
post #8

Nice! I made this: http://billyfowks.com/spotify/ which pretty much contains the full day's playlist

Ah, nice... Is this the compiled, "All KCRW" music list (outside of MBE?). Mine is meant just to cover MBE, not "all the stuff", trying to understand where your tracklists are built from -- are you building them on the fly/programmatically based off historical/most played data? For instance, your Fri 3/4/16 playlist doesn't seem to have the MBE playlist in there, but maybe I'm missing something? Cool stuff either way, actually found yours via Google while researching my own ;)

Re: Show HN: KCRW Morning Becomes Eclectic Spotify Playlist Generator

#10
post #8

Nice! I made this: http://billyfowks.com/spotify/ which pretty much contains the full day's playlist

Ah, nice... Is this the compiled, "All KCRW" music list (outside of MBE?). Mine is meant just to cover MBE, not "all the stuff", trying to understand where your tracklists are built from -- are you building them on the fly/programmatically based off historical/most played data? For instance, your Fri 3/4/16 playlist doesn't seem to have the MBE playlist in there, but maybe I'm missing something? Cool stuff either way…

Thanks!

I'm pulling the day's songs via the API:

http://tracklist-api.kcrw.com/Simulcast/date/2016/03/04?page...

etc, and creating a playlist out of those. I'm parsing the artist/ song names pretty crudely, so I think it drops some.

I thought they were folding all shows during the day into that list, but maybe I'm wrong?

Post reply on HN