Linux command
kid3 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Kid3
kid3
Open directory
kid3 [/path/to/music]
Command-line tagging
kid3-cli -c "[get title]" [file.mp3]
Set tag value
kid3-cli -c "[set title 'My Song']" [file.mp3]
Batch convert
kid3-cli -c "[fromtag '%{artist} - %{title}' 2]" [*.mp3]
说明
Kid3 is an audio tag editor supporting MP3, Ogg Vorbis, FLAC, MPC, MP4/AAC, and other formats. It can edit ID3v1, ID3v2, APE, Vorbis, and other tag formats. The application provides batch editing, filename-to-tag and tag-to-filename conversion, and import from online databases like MusicBrainz and Discogs.
参数
- -c _command_
- Execute command (kid3-cli).
FAQ
What is the kid3 command used for?
Kid3 is an audio tag editor supporting MP3, Ogg Vorbis, FLAC, MPC, MP4/AAC, and other formats. It can edit ID3v1, ID3v2, APE, Vorbis, and other tag formats. The application provides batch editing, filename-to-tag and tag-to-filename conversion, and import from online databases like MusicBrainz and Discogs.
How do I run a basic kid3 example?
Run `kid3` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c _command_ do in kid3?
Execute command (kid3-cli).