You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's an interesting one. Id3v2Tag::merge_tag() handles joining items, but Tag::save_to_path() skips the merging step. The artists are both written, the problem is they end up in different frames, which is not correct. For now, the solution would be to just convert the Tag back to an Id3v2Tag when you are done with it.
Reproducer
I tried this code:
while this code works:
And it seems that this only happens with
mp3
. I can write multiple artists with vorbis comment on aflac
file.Summary
When converting to generic
Tag
fromId3v2Tag
, multiple artitsts are not preserved.Expected behavior
When converting to generic
Tag
fromId3v2Tag
, multiple artitsts are preserved.Assets
No response
The text was updated successfully, but these errors were encountered: