JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Implement tag merging #7

Open JeevanJames opened 6 years ago

JeevanJames commented 6 years ago

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