ismailof / mediacontroller_plus

Modified version of mediacontroller plasma5 widget
GNU General Public License v2.0
30 stars 11 forks source link

Add support for modern multiple artists API #27

Closed roccodev closed 2 years ago

roccodev commented 2 years ago

The MPRIS2 specification allows for multiple artists to be passed as an array of strings. Some music players like Lollypop are doing that.

This adds support for artists as arrays of strings, while keeping compatibility with old-style strings.

See upstream: https://invent.kde.org/plasma/plasma-workspace/-/blob/5290d8e6/applets/mediacontroller/contents/ui/main.qml#L39
Relevant commit: https://invent.kde.org/plasma/plasma-workspace/-/commit/1be4bb880fdeea93381eb45846a7d487e58beb93

ismailof commented 2 years ago

Thank you so much! It works like a charm