Closed mariusor closed 6 years ago
I did some superficial investigations about this and the problem seems to be that the Spotify web interface doesn't have any obvious place where the Album can be loaded from. If I have some time I'll take a closer look, maybe fix the artist list too in the case where there are multiple.
@mariusor Thanks for reporting and investigating. As you've realized, this issue really depends on the capabilities of a specific plugin. I am going to close this as invalid as there is no bug in the MPRIS implementation but only a limitation in some plugins.
Feel free to contribute to the spotify plugin :wink: :+1:
Description:
The information exposed through the MPRIS Properties DBUS property doesn't contain the Album data, but an empty string.
Steps To Reproduce:
dbus-send --print-reply --type=method_call --dest=org.mpris.MediaPlayer2.MellowPlayer /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:org.mpris.MediaPlayer2.Player string:Metadata
The response is:
Additional Information: