lyarenei / jellyfin-plugin-listenbrainz

ListenBrainz plugin for Jellyfin.
MIT License
65 stars 2 forks source link

Send full artist credit in listens #11

Closed lyarenei closed 2 years ago

lyarenei commented 2 years ago

Send full artist credit as artist name in submitted Listens.

Metadata in Jellyfin:

Screenshot 2022-07-05 at 20 25 47

Before (only the first artist is sent):

Screenshot 2022-07-05 at 20 25 38

After (all artists with correct join phrases):

Screenshot 2022-07-05 at 20 26 31

Since Jellyfin does not provide enough data to get the full credit in the correct intended format, the info is fetched from MusicBrainz, same as with recording IDs.

From: #10

gbcox commented 2 years ago

Wow, thanks! Will test as soon as it is pushed. Hopefully the Listenbrainz folks will also respond. There should be a standardized way to do this.

lyarenei commented 2 years ago

Wow, thanks! Will test as soon as it is pushed. Hopefully the Listenbrainz folks will also respond. There should be a standardized way to do this.

Yeah, I liked the idea with MusicBrainz data, so I went ahead and implemented it. Since communication with MB was already there, it was pretty easy.