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

How to write custom tags? #579

Closed foremtehan closed 1 year ago

foremtehan commented 1 year ago

Hi there, Can you teach me how to write custom tags ? which argument should i pass ?

I want to include Credits tag but i'll get the following error:

eyeD3: error: unrecognized arguments: --credits

frsconsulting commented 1 year ago

If the tag has a native ID3 frame such as TMCL (the ID3 v2.4 frame for musician credits), you can add it via --text-frame TMCL:'Saxophone:Zoot;Trumpet:Lips;Drums:Animal'

For custom tags which don't have a native ID3 frame, add a user text frame: --user-text-frame CREDITS:'Dr. Teeth (Keyboards and Vocals)'