Ramon Wijnands

Results 56 comments of Ramon Wijnands

The problem is that there could be multiple people playing that song. Now it just puts multiple names next to each other. How could this be visualized in a column?

I found this concept design by [Piotr Kwiatkowski](http://www.piotrkwiatkowski.co.uk/): ![image](https://cloud.githubusercontent.com/assets/91969/5114772/040f54e2-703c-11e4-96b8-1401e0bc96ee.png)

How do you think atmospherejs is implemented? Just custom animations? I also found this http://www.mypartiq.com/ which looks like just an other spotify queue (no voting).

How can I reproduce this? When I go to http://fusic.herokuapp.com/playlist/DwevZZRLJpJKJm6Re everythings seems to work fine.

That's a good idea. Soundcloud also has an API we can use: http://developers.soundcloud.com/docs/api/reference This is however not very high on my priority list.

I found a list of music API's. Last.fm integration is also pretty cool and every major player has support for it: http://musicmachinery.com/music-apis/

I found a cool looking soundcloud player: https://www.toneden.io/player We could take a look how they implemented the soundcloud API to get some idea's.

That's a nice package! If you [look at the code](https://github.com/dburles/meteor-collection-helpers/blob/master/collection-helpers.js#L16), it's quit short (18 lines of code) and quite brilliant. What would be some use cases for us? - playlists...

I started working on this by using [jQueryUI.Sortable](http://jqueryui.com/sortable/). Unfortunately it's pretty hard get it to work correctly. For example what to do with a user that is playing a song...

I see your point. This will be fixed when I integrate the [meteor-music-player](https://github.com/Rayman/meteor-music-player)