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

Invalid frame-id COMM for text frame #598

Closed foremtehan closed 1 year ago

foremtehan commented 1 year ago

I want to add comment tag by frame id which is COMM like below:

eyeD3 --text-frame COMM:'my-comment' file.mp3

But i get the following error:

Setting b'COMM' text frame to 'my-comment'
Invalid frame-id for text frame

What's wrong? this frame id is standard.

nicfit commented 1 year ago

See --add-comment, text frames in ID3 begin with T.