← 返回命令列表

Linux command

mp3info 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Show MP3 info

mp3info [file.mp3]

Set title tag

mp3info -t "[Song Title]" [file.mp3]

Set artist tag

mp3info -a "[Artist Name]" [file.mp3]

Set album tag

mp3info -l "[Album Name]" [file.mp3]

Set year tag

mp3info -y [2024] [file.mp3]

Set track number

mp3info -n [1] [file.mp3]

Delete all tags

mp3info -d [file.mp3]

说明

mp3info displays and edits MP3 file ID3 tags. It's a lightweight tag editor. The tool reads ID3v1 tags. Shows bitrate, duration, and other technical info.

参数

-t _TITLE_
Set title tag.
-a _ARTIST_
Set artist tag.
-l _ALBUM_
Set album tag.
-y _YEAR_
Set year tag.
-n _NUM_
Set track number.
-d
Delete all ID3 tags.
--help
Display help information.

FAQ

What is the mp3info command used for?

mp3info displays and edits MP3 file ID3 tags. It's a lightweight tag editor. The tool reads ID3v1 tags. Shows bitrate, duration, and other technical info.

How do I run a basic mp3info example?

Run `mp3info [file.mp3]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t _TITLE_ do in mp3info?

Set title tag.