Mixest was a project I built this summer because Pandora is too mainstream and Spotify isn't random enough. I wrote a scraper and crawler in node.js that constantly searches for new blogs and adds new music to the radio. Instead of an account system, I used HTML5 local storage to keep track of favorite songs and recently played songs. You may have seen Mixest on HN 3 years ago, back when it was written in PHP. Its da…
Show HN: Mixest, my summer project that crawls the web for new indie music
31–40 of 76 posts
Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#32i'm curious, how are you seeding your crawler and determining attributes for the next song recommendation? from my understanding, pandora has a team of musical experts and it takes them 30 minutes to gather data for each song (attributes/input to their recommendation algorithm).
i'm building http://cloudplay.fm a multi-source music player, and would love to have an API to Mixest. the world does need more niche'd Pandoras :)
Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#33Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#34Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#35Mixest was a project I built this summer because Pandora is too mainstream and Spotify isn't random enough. I wrote a scraper and crawler in node.js that constantly searches for new blogs and adds new music to the radio. Instead of an account system, I used HTML5 local storage to keep track of favorite songs and recently played songs. You may have seen Mixest on HN 3 years ago, back when it was written in PHP. Its da…
Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#36Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#37Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#38Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#39Re: Show HN: Mixest, my summer project that crawls the web for new indie music
#40Also, I'd love to see buy/download/more info links. It would be a lot of work to canonicalize band/song names, but might provide some good ways to monetize if you wanted to make this a bigger project.
Way to go!