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 WriteTag wipeout and shrinking options #59

Open sc630 opened 2 years ago

sc630 commented 2 years ago

Added implementation for shrinking/wipeout the remaining space when tag size decreases. This can be controlled by options; however, the defaults are set to shrink the file (if applicable).

This is usefull if tags are removed (especially pictures) or when tags are added/removed/added/removed several times; otherwise the file size will always increase and the removed tag data will remain in the file.