dbus-native
dbus-native copied to clipboard
Is it possible to use this to implement an mpris client?
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