MPRIS: Added basic missing metadata and marked the MPRIS server as complete in the README.md
This commit is contained in:
parent
1f149a25a3
commit
ec2713d98d
3 changed files with 31 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue