https://bugs.kde.org/show_bug.cgi?id=405762

--- Comment #3 from K900 <m...@0upti.me> ---
I've got a custom script that pulls data from a web page and feeds it into
MRPIS, and I have it follow the FDO spec. 

Clementine seems to use a list too:
https://github.com/clementine-player/Clementine/blob/17d95b7833fd0f8b7547d70a6dbf3367be31b85e/src/core/song.cpp#L1176
(despite only ever having a single artist per track).

So does Rhythmbox:
https://github.com/GNOME/rhythmbox/blob/4abbd528da0a32d0c343a22d5dfb2c5e98c489f5/plugins/mpris/rb-mpris-plugin.c#L557
(but, again, only with a single track - note the last argument to
add_string_property_2, which is "gboolean as_list").

VLC seems to also use a single item list?
https://github.com/videolan/vlc/blob/f83434ac6488e5cee32e191f9a89859254156b0e/modules/control/dbus/dbus.c#L1305

It seems like there's some sort of auto-cast involved - doing
`console.log(currentMetadata["xesam:artist"])` gives me `[Artist Name]`, but
the applet still processes it correctly. Adding more than one artist breaks
things though.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to