LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

id3v2

command-line tool for viewing and editing ID3v2 tags in MP3 files

TLDR

List all available genres
$ id3v2 -L
copy
List all tags of specific files
$ id3v2 -l [path/to/file.mp3]
copy
Delete id3v2 tags from files
$ id3v2 --delete-v2 [path/to/file.mp3]
copy
Delete id3v1 tags from files
$ id3v2 --delete-v1 [path/to/file.mp3]
copy
Display help
$ id3v2 -h
copy

SYNOPSIS

id3v2 [options] [files]

DESCRIPTION

id3v2 is a command-line tool for viewing and editing ID3v2 tags in MP3 files. It also handles ID3v1 tags and can convert between the two versions.ID3 tags store metadata like artist, album, title, year, and genre within MP3 files. The id3v2 format supports extended information including album art, lyrics, and custom frames.

PARAMETERS

-L, --list-genres

List all available genre codes
-l, --list
List all tags in the specified files
--delete-v2
Delete all id3v2 tags
--delete-v1
Delete all id3v1 tags
-a, --artist ARTIST
Set the artist tag
-A, --album ALBUM
Set the album tag
-t, --song TITLE
Set the song title tag
-g, --genre GENRE
Set the genre (number or name)
-y, --year YEAR
Set the year tag
-T, --track NUM/TOTAL
Set track number

INSTALL

sudo apt install id3v2
copy
sudo dnf install id3v2
copy
sudo pacman -S id3v2
copy
sudo zypper install id3v2
copy
brew install id3v2
copy
nix profile install nixpkgs#id3v2
copy

CAVEATS

Some poorly-encoded files may have corrupted tags. ID3v2 tags can be at the beginning or end of the file. Editing tags doesn't re-encode the audio. Some players may cache tag information.

HISTORY

ID3v2 was developed as an extension to the original ID3v1 tag format, which was limited to 30 characters per field. ID3v2 was introduced in 1998 and supports Unicode, embedded images, and virtually unlimited field lengths.

SEE ALSO

mid3v2(1), ffmpeg(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid