node-mpris
node-mpris copied to clipboard
Control you media player with node.js!
I like it. nice one! I could control these players separately. NuvolaAppYoutubeMusic NuvolaAppSoundcloud VLC Then, Can I use multiple connections on same time with more than 2 Players?
When trying to listen to any player other than VLC, Omxplayer or Totem the following error is thrown. ``` TypeError: Bad argument at ChildProcess.spawn (internal/child_process.js:289:26) at exports.spawn (child_process.js:399:9) at EventEmitter.mc.start...
Trying the play example, the command that is passed to spawn just makes omxplayer dump the help output and quits. I'm assuming that the problem is that the dbus client...