FoxxMD / multi-scrobbler

Scrobble plays from multiple sources to multiple clients
https://foxxmd.github.io/multi-scrobbler
MIT License
299 stars 14 forks source link

feat(lastfm): Add option to only send primary artist to Last.fm #82

Closed Whhoesj closed 1 year ago

Whhoesj commented 1 year ago

Last.fm doesn't support multiple artists per track. Add an option for the Last.fm config to send over only the primary artist of a track instead of all artists combined in a single string.

Issue: #81

FoxxMD commented 1 year ago

Thanks for the catching this oversight!

I can't think of a good reason anyone would want to continue concatenating multiple artists together since its not what LFM expects anyways so:

Whhoesj commented 1 year ago

Change is in. It now always sends the primary artist. No options.