This is an app I've been working on for the past couple of months (see [1] for some background). A lot of us listen to music while coding or designing and I wanted to build something that makes it as pain-free as possible. I'd love to know what you guys think!
Thanks! I can't believe I never noticed Youtify before, it's amazing. I think we'll see a lot of similar functionality to go across different services.
Last.fm scrobbling has been the #1 request to my surprise! Track grouping is one of the next features, just need to think more about the browse process. The Echo Nest also has a great API for finding similar tracks that I was planning on using, but I'll look at Last.fm, too... thanks!
I would write integrations for both, use last.fm (since it's free) in production, and if last.fm decides to start charging you you're in a good negotiating position. Single-sourcing api's in general is extremely dangerous.
Cool idea! I recently built out a fun side project to scrape local music listings and display youtube videos for each artist (so if you want to go out to live music but don't know any of the bands playing you can quickly listen to music samples):
http://stl.showspinner.com
A big problem though is when there are no youtube videos for artists. Your app makes me realize that tapping into the SoundCloud API might be a good addition, though. Any caveats I should be aware of?
It's definitely coming to mobile (probably iOS first) if there's enough interest. There are already a few browser-based players that search multiple services, and I wanted something that doesn't require me to hunt down which browser tab is playing music :)
CloudPlay is basically Spotlight for Music. (Spotlight is the Mac indexing service/always-running-app that lets you quickly find and open files on your system.)
EDIT: To answer your actual question... it's Mac only for now, since I'm an army of one, but other platforms may come depending on demand.
yeah, i totally understand the need to focus on one platform at a time if you’re not going for a web app, but a Windows version (guess i’m in the minority here; ironic) would also be much appreciated. it looks really cool; would love to try it out someday.
If you do decide to offer a web version, a chrome/firefox extension might be a good choice - it could be a very similar user experience to how it works now in the mac menu bar, and you wouldn't have to keep a tab open for it.
Is there any way to make it so the play/stop/previous/next shortcuts you have right now work off the respective keys on the keyboard? I'm really used to hitting the pause button on my computer so and if I do that right now Spotify start playing random music while I'm trying to pause this app.
Are you using a custom keyboard? Right now I've only mapped the Apple media keys (using the Option-Shift prefix since iTunes takes over the non-prefixed ones and Mac App Store apps can't trap them, giving Spotify/Rdio the upper hand).
I'm not on a mac but good luck, I've been waiting for someone to do something like this or similar for a while. For those people looking at alternatives I recently found and am enjoying - tomahawk-player.org
It would be great if it let me import my playlists from Youtube. Also, option to close the video pane when the song is playing would be nice. Congrats on the launch. Very nice implementation.
hmm.. are you using iTunes Match? I believe iTunes uses a private API to stream music, so unfortunately there's not much I can do until I find another way. In the meantime, I should probably hide non-local iTunes tracks.
Currently it uses whatever is in your iTunes library, so you can play any downloaded podcasts, but you're right, a podcast directory/download feature would be great!
[1] http://amirmalik.net/2012/08/09/cloudplay-a-music-player-for...