Switch media controls to QS MPRIS

This commit is contained in:
David Heinemeier Hansson
2026-05-20 22:53:50 +02:00
parent d4d0c6d7bb
commit e1066e67d5
8 changed files with 243 additions and 50 deletions
@@ -0,0 +1,15 @@
{
"schemaVersion": 1,
"id": "omarchy.media",
"name": "Media",
"version": "1.0.0",
"author": "Omarchy",
"description": "MPRIS media control service",
"kinds": [
"service"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml"
}
}