rstemmer / id3edit

🛠 id3edit is a command line tool to edit and debug ID3v2 tags of mp3 files supporting Unicode.
GNU General Public License v3.0
31 stars 4 forks source link

Remove all ID3 data including the Header from an audio file #1

Closed rstemmer closed 6 years ago

rstemmer commented 6 years ago

id3edit --clean $FILE removes all Frames from an ID3 Tag and leaves a clean Tag.

It would be nice to add the feature to even remove the ID3 Tag Header.

Possible command line option:

Result should be a raw mp3 file

rstemmer commented 6 years ago

--strip implemented for v 2.0.0