Multiple Value Tag Fields (eg albumartists
)
#5932
Unanswered
danni-storm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For much of my content I currently have beets setting a primary artist for
artist
andalbumartist
. Plural fields such asartists
andalbumartists
fields are recorded as;
deliminated lists, if there is more than one value. For example,albumartists: X; Y
. However, to my understanding Navidrome, my music server of choice, only splits the singularartist
andalbumartist
tag fields and generally prefers to have multipleartists
andalbumartists
fields, one for each value in the list. So instead ofalbumartists: X; Y
, it would bealbumartists: X
&albumartists: Y
.I would appreciate any ideas or input ya'll have. I have been banging my head against this for months trying to figure out a method that works for Navidrome, allows me to use Beets for tag management, and doesn't introduce errors in edge cases. As per usual, I am likely missing something very obvious.
Beta Was this translation helpful? Give feedback.
All reactions