Sinono3 / souvlaki

A cross-platform library for handling OS media controls and metadata.
MIT License
79 stars 15 forks source link

use `xesam:artist` instead of `xesam:albumArtist` #22

Closed eladyn closed 2 years ago

eladyn commented 2 years ago

As noted in https://github.com/Sinono3/souvlaki/issues/21#issuecomment-1015691265, the GNOME mpris indicator displays "Unknown artist" instead of the artist's name, even though the xesam:albumArtist is provided.

This is due to the fact that most MPRIS indicators out there use xesam:artist (GNOME, KDE). With this patch applied, the track is showing correctly for me:

souvlaki_mpris

PS: If you'd like to, you can either use this screenshot for the demonstration in the README (#17) or I can take another screenshot, if you rather like to have a different area displayed.

Sinono3 commented 2 years ago

Thanks! I'll use the pic for the example. I'll release a patch to apply these fixes.