Linux command
id3v2 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List
id3v2 -L
List
id3v2 -l [path/to/file.mp3]
Delete
id3v2 --delete-v2 [path/to/file.mp3]
Delete
id3v2 --delete-v1 [path/to/file.mp3]
Example
id3v2 -h
说明
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.
参数
- -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
FAQ
What is the id3v2 command used for?
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.
How do I run a basic id3v2 example?
Run `id3v2 -L` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -L, --list-genres do in id3v2?
List all available genre codes