Is it possible to use this to implement an mpris client?
nukeop opened this issue · 2 comments
nukeop commented
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.
sidorares commented
should be possible (anything is possible at messaging level, just a bit more verbose to program)