https://bugs.kde.org/show_bug.cgi?id=378460
Bug ID: 378460
Summary: MPRIS property issues for xesam:artist
Product: elisa
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The MPRIS specification defines the xesam:artist property as being a String
Array, not a string[0].
Elisa returns it as a simple string:
$ dbus-send --print-reply --type=method_call
--dest=org.mpris.MediaPlayer2.elisa /org/mpris/MediaPlayer2
org.freedesktop.DBus.Properties.GetAll string:org.mpris.MediaPlayer2.Player |
grep -B1 -A2 xesam:artist
dict entry(
string "xesam:artist"
variant string "The Gloaming"
)
This might be an issue with the underlying MPRIS implementation that elisa
uses, as I see there is at least a bug for Amarok with similar description[1].
[0]
https://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata/#index6h4
[1] https://bugs.kde.org/show_bug.cgi?id=119539
--
You are receiving this mail because:
You are watching all bug changes.