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.<p>You may have seen Mixest on HN 3 years ago, back when it was written in PHP. Its data was destroyed last year by a PHP virus, so I rebuilt it from scratch.<p>I've been using it as my hacking playlist, and I hope you guys will enjoy it too!
Woah, blew my ears off. I did not expect it to start playing instantly.<p>Awesomeness past that. Simple. Quick. No bullshit. I usually don't use services like this but I find myself still listening.<p>You should offer a link to where you got the track, the artist title and song name are great starts.
Great execution, no barrier to playing.
If I understand what you are doing correctly (scraping mp3 blogs), most of the music is provided to the blogs by artist (or PR) for purposes of promotion, so legally it's relatively solid.<p>I'm curious to know what blogs you are scraping, and how the crawler is moving on to new blogs? I chase a lot of music blogs and host one myself, and know how inconsistent they can be design and format-wise!<p>Also suggest linking to the original blog the song was found from, somewhat of a courtesy to the blogger, but even more as a means to find more information about the artist (without you having to input that data yourself)
Great stuff! I've really been enjoying this--the interface is clean and it's a great experience. If you write up more about how you find the songs or the tech under the hood, I'd enjoy reading more.<p>Also, 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.<p>Way to go!
The site is incredible. I love the design and the extraordinary simplicity in functionality.<p>To make a side comment, this seems like an ideal MVP. It gets all the core functionality well-implemented, with enough polish to make it captivating.<p>Some users mentioned that user accounts, despite the use of HTML5 to store user-specific info, is something that would still be useful. I agree, and it makes it an ideal part of your next revision.<p>Keep up the good work! This is definitely bookmarked.
Love this, already found a great new artist I love. Well done. Another vote for a little more info on where the track was found so information on the artist can be chased down.
It's a play button, and when you press it it actually just starts playing cool music? I didn't know that sort of straightforwardness and intuitiveness was even possible. Why can't the whole Internet be like this?
Very good execution and a good choice for the domain name. The design (green/white/red/hearts) reminds me of <a href="http://hypem.com/" rel="nofollow">http://hypem.com/</a> - you should check it out if you haven't. It's got a similar theme (crawl indie blogs for music) and has a pretty big following.
I love it. I really wish there was a link to more information about the artist or at least to where the crawler found the audio. I'm sure the artists would appreciate it also. On that topic, how legal is this? Is all the music public domain?
Awesome site. Im curious as to how you defined your heuristics? Finding good obscure music seems like a hard thing to do programmatically.<p>It seems like you would want to find "good" music (which maybe could be determined by how many unique references link it) but thats the opposite of obscurity.. So how did you determine the quality of the "obscure" music you crawled? By hand?
I'm loving every single song it's selecting for me. Is there a way I can login and save my loved songs (apart from scrobbling) ?<p>So I liked a song, then I clicked scrobble , it redirected to last.fm - fine, but when it returned to mixest, it started playing another song, and also lost all my previously loved songs :(
Guys/gals in need of ideas to hack together: this is a perfect example of what to aim for. A minimal, easy to use app that draws a passionate niche.<p>Easier said then done, I know. But this is really outstanding execution of a light app for music lovers. Great work.
I love this. There's a particular song that I absolutely can't get enough of, but it isn't labeled correctly (says "Track 4 by New Artist"). I've "loved" it but do you have any suggestions for finding out what it is?
This is awesome, I've been using it for the last couple of hours now really nicely done. Would love a blog post explaining the development process and the choices you made.
I have fond memories of discovering nice indie music with something called Indy, which was released in 2005 by Ian Clarke (of Freenet fame) <<a href="http://blog.locut.us/2005/04/17/indy/>" rel="nofollow">http://blog.locut.us/2005/04/17/indy/></a>; and featured a nice recommendation engine. Sadly, it seems to be dead now...
I definitely prefer it to Grooveshark radio. Nice and simple. The interface is a bit confusing, I pressed the music button thinking it was broken. Maybe add tooltips? Also, using the URL for playing certain songs is interesting. If a user bookmarks the page though, doesn't that mean they'll get the same song every time?
For the lazy ones, here's a copy-paste to add a download-link:<p><pre><code> $('#extras').append("<a href='"+$('#player').data('jPlayer').status.src+"'>Download</a>");
</code></pre>
(Only for the currently playing song, there's probably an event to hook it up to the playlist switching songs.)
Bookmarked it and shared with a few friends. Just don't put too many ads on there, and I'll probably be coming back a few times.<p>Maybe you can make the ads themselves entertaining by scraping the web for the most unusual of those as well...<p>Anyway, nice work!
In both Firefox(ESR) and Chrome(v22) I am getting a message that I don't have the latest Flash installed. When I click on the message, adobe says I already have it. (no flash blockers enabled)
What do you mean by "indie"? Creative Commons and other free music? Did you include the big free sites' catalogs?<p>It would be great if it work without Flash but I understand that this would be a major change.
Works on iphone (without autoplay of course). Oddly the skip and play icons are reversed, but the functionality is not? Almost made me give up thinking iOS might not be supported.
awesome, i love the simplicity!<p>i'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).<p>i'm building <a href="http://cloudplay.fm" rel="nofollow">http://cloudplay.fm</a> a multi-source music player, and would love to have an API to Mixest. the world does need more niche'd Pandoras :)
This is truly outstanding. Please allow me to create an account so I can come back to my favorites (or make the UI clearer as to what is saved for me and what's not).
great execution for all the reasons already mentioned.<p>since it's layout is already simple and modular, a couple of meta tags and @media styles in your CSS would be good to make it collapse down on phones for easier access to the controls