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
546 stars 58 forks source link

[Feature Request] CLI Function --remove-all-preserve-basic #443

Open MrHobbits opened 4 years ago

MrHobbits commented 4 years ago

When doing the --remove-all feature, it's nice to clear everything and your tool does a great job.

Would like to see a feature to preserve the basic information like, artist, title, album, but clear everything else like album art, comments, priv_data, etc. Pretty much the areas that are filled in on this screenshot.

Kazam_screenshot_00008

nicfit commented 4 years ago

I suggest writing an eyeD3 plugin to do this. The fixup plugin is a bit specific, but does some of you are want here. A plugin for your own purpose, or I'd be interested in a very general tag pruner plugin if you want to PR it.