Commit graph

4 commits

Author SHA1 Message Date
Zander Brown
860ecc583e
m-mpris: Only initialise the builder once 2025-11-05 14:49:37 +00:00
Zander Brown
b3cb42b72a
m-mpris: ‘Item’s are allocated with GLib
As are the string copies they point to, don't leak them and free them
the right way.
2025-11-05 14:49:05 +00:00
Zander Brown
17ca0ef7bb
m-mpris: ‘items’ is a GHashTable, not a GObject
That did fun things to my session that did.
2025-11-05 14:10:46 +00:00
Pauli Virtanen
bc713acafd m-mpris: add MPRIS plugin
Add a plugin module that can list active MPRIS media players, and send
Pause commands to them.
2025-07-23 10:19:44 +03:00