DeaDBeeF-Player / deadbeef

DeaDBeeF Player
https://deadbeef.sourceforge.io/
Other
1.64k stars 178 forks source link

[Feature request] Last.fm scrobbler API v2 support: to submit both artist and album artist tags #2435

Open sennowa opened 4 years ago

sennowa commented 4 years ago

Is there any way to get the scrobbler plugin to transmit both the main artist tag and also the album artist tag? Here's what it looks like - the song gets added to the main album tag, but the artist is under a different tag. Right now, the plugin in deadbeef either submits just the main artist tag (and the album tag gets written to that artist alone), or, if you tick the "prefer album artist over the artist" field, it replaces the main artist tag with the album artist tag (which is not good for scrobbling compilations of different artists).

Oleksiy-Yakovenko commented 4 years ago

At the time when the last.fm plugin was developed (~10 years ago), last.fm API v1 didn't support any other metadata, than what deadbeef is transmitting. I don't think they updated it. It's possible, that last.fm API v2 supports that, but to make this supported in deadbeef, the whole plugin needs a rewrite.

Oleksiy-Yakovenko commented 4 years ago

Yeah, I can confirm that API v2 supports this, as documented here. https://www.last.fm/api/show/track.scrobble

Oleksiy-Yakovenko commented 4 years ago

I can't find an existing feature request for implementing API v2 support, so I'll rename this one.