andrewrk / mpd.js

Connect to a music player daemon server, send commands, emit events.
MIT License
89 stars 18 forks source link

Added parseArrayMessage #13

Closed nmunro closed 10 years ago

nmunro commented 10 years ago

This new function will return an array of objects, for things such as returning the list of tracks in a playlist.

andrewrk commented 10 years ago

Let's add a test or two for this. I think it would be very easy to test.

nmunro commented 10 years ago

Debug lines removed.

nmunro commented 10 years ago

Is there any news of this?

I'm quite eager to get back to working on my own code and I'm rather dependent on having a function like this present, can this be merged soon?