Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files | id3tag
·
110 words
·
1 minute read
id3tag is a program used to read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files.
Set artist and song title tag of an MP3 file:
id3tag --artist artist --song song_title path/to/file.mp3
Set album title of all MP3 files in the current directory:
id3tag --album album *.mp3
Display help:
id3tag --help
More information: https://manned.org/id3tag .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .