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

Don't lose frames option #30

Open spottedmahn opened 4 years ago

spottedmahn commented 4 years ago

If the library doesn't know about a frame, it will get lost if the ID3 tag is read-in and written out.

What about a parameter to allow/disallow this? I don't want to lose tags, at least w/o know I am.

Thoughts? 💭