dbus-native icon indicating copy to clipboard operation
dbus-native copied to clipboard

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

Open nukeop opened this issue 7 years ago • 2 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.

nukeop avatar Aug 15 '18 18:08 nukeop

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

sidorares avatar Aug 15 '18 23:08 sidorares

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

sidorares avatar Aug 16 '18 07:08 sidorares