Id3 icon indicating copy to clipboard operation
Id3 copied to clipboard

Implement tag merging

Open JeevanJames opened this issue 7 years ago • 0 comments

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);

JeevanJames avatar May 05 '18 21:05 JeevanJames