-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple id3v2 artists are not copied when using CopyTagsToComments() #206
Comments
Can you please provide a sample file with multiple artists to ease my testing? |
Yes sure ! |
JamesHeinrich
added a commit
that referenced
this issue
Nov 26, 2019
#206 tags with multiple entries in any category (e.g. artist) would overwrite instead of append
One missing character inverted the logic. Thanks for the sample file, it made testing and fixing easy. |
Thanks !!! That will make my life easier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the time for me files read by getID3() shows multiple artists in an array when they are stored in a ID3v2 format but just the first artist is copied when using
CopyTagsToComments()
so I have to extract my self which is VERY anoying because I have to handle all tags format myself.The text was updated successfully, but these errors were encountered: