MPRIS: Added basic missing metadata and marked the MPRIS server as complete in the README.md

This commit is contained in:
The Wobbler 2025-04-19 13:36:11 +02:00
parent 1f149a25a3
commit ec2713d98d
3 changed files with 31 additions and 11 deletions

View file

@ -13,7 +13,7 @@ class MPRISPlayer(DBusInterface):
self.metadata = {
"mpris:trackid": ("o", "/org/bla/gubber"), # random junk, no functionality
"mpris:length": ("x", 0),
"xesam:title": ("s", "Huggenburgl")
"mpris:artUrl": ("s", "file://" + self.server.app.utils.wobuzz_location + "/icon.svg"),
}
self.volume = 1.0