-
-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Hello!
I have a few albums with multiple artists, tagged using musicbrainz with Picard.
Picard would create an "albumartist" tag with the combination of the two artist (e.g. "ArtistOne & ArtistTwo"), while the individual artists remain in two distinct "albumartists" tag. That's perfectly fine.
But, when I use BubbleUPnP on my subsonic plugin for upmpdcli and select the context menu "Albums by ..." then BubbleUPnP asks the upmpdcli server to search for the displayArtist, because that is what I associated to the UPnP entry.
The problem is then that the search3 endpoint doesn't return any of the artist when the query parameter is set to e.g. "ArtistOne & ArtistTwo".
I circumvented the issue by keeping track of which actual artist ids are related to the artist display name, but that's a bit hacky.
Is there something different I can do about the situation?
Thank you!