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

'NotImplementedError: Unable to write ID3 v2.2' #552

Closed awsms closed 2 years ago

awsms commented 2 years ago

Having this error when trying to edit a mp3 with id3v2.2 tags.

Related issue: https://github.com/dskrad/mp3chaps/issues/9

nicfit commented 2 years ago

ID3 2.2 is read-only. You have to write to v2.3/v2.4