Id3
Id3 copied to clipboard
Implement tag merging
Allow two or more tags to be merged into a single Id3Tag instance.
Implement as a static method on Id3Tag:
Id3Tag merged = Id3Tag.Merge(tag1, tag2, tag3);