Closed rasmuslos closed 1 year ago
Yeah, multiple values in tags were always an issue and not only in JF. It seems it will be properly sorted out with JF 10.9 though - or at least the issue in JF repo is now closed as resolved.
Added /
as a separator in #50. I will release it in version 3.1.1.0
later this day.
Thanks a lot! As far as I can tell it is not jet sorted out in the latest version, as I encountered the problem while running on the unstable version
@rasmuslos Plugin version 3.1.1.0
has been released. I'll close this issue for now, let me know if there are still any issues. Thank you.
@lyarenei seems APEv2-tagged files may be using ", " as separator (comma + space). #103 should fix this.
Thanks for this great plugin!
For some reason Jellyfin parses metadata tags different, depending on the filetype. Both Id3 2.4 (mp3) and Vorbis comments (flac) support multiple values for the same key, but Id3 tags are joined with
;
and Vorbis comments with/
. This results in listenbrainz rejecting a scrobble request when listening to a flac file with multiple artists.While research the issue I found that only
;
is use to split ids, not;
(https://github.com/lyarenei/jellyfin-plugin-listenbrainz/blob/main/src/Jellyfin.Plugin.ListenBrainz/Extensions/AudioExtensions.cs#L50)Here are some logs of the bug: