sidorares / dbus-native

D-bus protocol client and server for node.js written in native javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use this to implement an mpris client?

nukeop opened this issue · comments

Hi, I'm trying to move away from libdbus in my node program, and I'm wondering if it's possible to use this library as an mpris client? I only want to receive and send some basic messages like title, thumbnail, artist, and receive events like play/pause, next, and quit.

should be possible (anything is possible at messaging level, just a bit more verbose to program)

People definitely attempted to interact with mpris using this library, have a look at #102 #89 #121 #60