andrewrk / mpd.js

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

MPD on windows #15

Closed caioketo closed 10 years ago

caioketo commented 10 years ago

Im trying to connect to a MPD on windows, it connect fine, and throws "ready" event. But when I try to send "add command" it says "Not found" or if I try url it says "unsupported URI scheme"

Any ideas?

Delapouite commented 10 years ago

Hi. Are the others simpler commands like play or stop work correctly ?

caioketo commented 10 years ago

When I try play it says "bad song index" cause I cant add songs.. But I think it will work, if I can add songs/urls

andrewrk commented 10 years ago

Troubleshooting MPD is not in the scope of this module. Feel free to have a discussion here but I don't consider this an issue with the module.

caioketo commented 10 years ago

I know just wondering if someone knows whats the problem