Floby / node-libspotify

Node bindings for the libspotify C library
projects.flo.by/node-libspotify/
103 stars 66 forks source link

[Feature Request] Playlist subsystem support #4

Closed bentruyman closed 11 years ago

bentruyman commented 11 years ago

One feature most of the libspotify binding libraries are missing are bindings into the Playlist subsystem. I have an app, for example, that pulls in random tracks off of specified playlists.

I'd send you a pull request to add this myself, but my lack of C knowledge seems to be holding me back.

Floby commented 11 years ago

Yes I know this is missing as well as a good part of the browsing system. I need to find some time to get to it. But seeing this is a feature you need I'll move it at top priority

On 21 March 2013 16:54, Ben Truyman notifications@github.com wrote:

One feature most of the libspotify binding libraries are missing are bindings into the Playlist subsystem. I have an app, for example, that pulls in random tracks off of specified playlists.

I'd send you a pull request to add this myself, but my lack of C knowledge seems to be holding me back.

— Reply to this email directly or view it on GitHubhttps://github.com/Floby/node-libspotify/issues/4 .

IainCole commented 11 years ago

I've started to implement this in my fork, it's early days but you can do the basics, I also haven't done any tests or anything because I'm still learning how everything works ;)

Floby commented 11 years ago

Seeing I merged @IainCole's work, I'm closing this issue.