CDrummond / cantata

Qt5 Graphical MPD Client
GNU General Public License v3.0
1.05k stars 184 forks source link

MPRIS2 expects xesam:artist to be a stringlist #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed the "Now Playing" plasmoid from KDE does not display artist 
information for Cantata, while it is exported. Digging a little, I found out 
that it is expecting xesam:artists to be a stringlist rather than just a 
string. According to 
http://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata this is also 
what the specification expects.

Attached is a quick patch that fixes it and works with the Now Playing plasmoid 
from KDE 4.10.

Original issue reported on code.google.com by DJFreest...@gmail.com on 22 Nov 2012 at 2:11

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting. I've updated, so that strnig-lists are used - and I've 
added more meta-data.

Please try latest trunk build.

Original comment by craig.p....@gmail.com on 22 Nov 2012 at 9:13