nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
536 stars 58 forks source link

feature: remove APE tags #526

Closed atomGit closed 3 years ago

atomGit commented 3 years ago

some mp3's contain obsolete APE tags (such can be written by mp3gain for ex.) and apparently some decoders have problems with this, plus i personally prefer 'clean' mp3's

it would be great if they could be removed, possibly both explicitly and with --remove-all

nicfit commented 3 years ago

Duplicate of #48