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

Copyright message not shown #608

Open WGroleau opened 1 year ago

WGroleau commented 1 year ago

I see that eyeD3 defines COPYRIGHT_FID = b"TCOP" but copyright texts inserted by Apple's Music.app or by Amadeus Pro are not displayed by eyeD3.

exiftool finds them and displays them (but of course cannot write them)