Kid3

Kid3

Edit the ID3v1 & ID3v2 tags in MP3 files in an efficient way

Category
Metadata
License
GPL
Platforms
Windows macOS Linux
Released
2003
Path
c:\kid3\kid3-cli.exe
Notes
Adobe only has read-only functions. This library can write ID3 metadata.
Version
Latest known: 3.9.6 (2024-09-21)

Examples

1. Generates ID3 metadata for a client-uploaded MP3 file.

kid3-cli.exe -c "set title 'My Track Title'" -c "set artist 'My Artist'" -c "set album 'My Album'" -c "set track '2'" -c "set composer 'My Composer Name'" -c "set 'album artist' 'My Artist Name'" -c "set 'disc number' 90" -c "set date '2020-04-09T12:47:01'" -c "set language 'eng'" -c "set genre 'Speech'" -c "set copyright 'My Copyright�(R)'" -c "set WXXX https://www.mywebsite.com/" -c "set comment 'Visit MyWebsite�(R) to listen to a recent podcast.'" -c "set picture:'d:\MyCoverArt.jpg' 'Cover (front)'" d:\myAudio.mp3

Try it

Agree to terms to run demos.