Tagging Multiple Genres With lastgenre #5255
Unanswered
supermepsipax
asked this question in
Q&A
Replies: 2 comments
-
Hmm, there is multi-value-fields feature in Beets already but that is not implemented for the genre field yet. As a workaround, I can only suggest you try to work with a simple separator of |
Beta Was this translation helpful? Give feedback.
0 replies
-
That works for me with a count of three. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add multiple genres for each album in my library using the lastgenre plugin. I am having trouble with different file formats and getting a consistent output, with my current solution only working on mp3s and not on m4a or flac.
This is my config for the lastgenre plugin portion, the
\0
will be pythonized as a null character whenever it is used as a string and this works for any id3v2.4 tag.The issue is with flac or mp4/aac as it either drops all but the first genre, or concatenates them together into one large mutant genre when inspected with Picard, MediaInfo, and my media server/music players. I think with these formats there should be multiple instances of the genre field, like genre=Rock, genre=Britpop
Does anyone know of a workaround for this? I don't know if this is too picky of a request for a full feature request. I'm thinking of just defining my own separator, running lastgenre, and then making a custom script that will check the file types and separate and rewrite the tags based on the filetype.
I guess my other alternative is just individually tagging tracks with 1 genre and I will get something more in line with my expectations.
Beta Was this translation helpful? Give feedback.
All reactions