Linux command
eyed3 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
View
eyeD3 [filename.mp3]
Example
eyeD3 [-t|--title] "[A Title]" [filename.mp3]
Example
eyeD3 [-A|--album] "[Album Name]" [*.mp3]
Example
eyeD3 --add-image [front_cover.jpeg]:FRONT_COVER: [filename.mp3]
说明
eyeD3 reads and manipulates ID3 metadata in MP3 files. It supports ID3 v1.x and v2.x tags including text, images, and custom frames. Useful for organizing music libraries and batch tagging MP3 collections.
参数
- -t, --title _text_
- Set track title.
- -A, --album _text_
- Set album name.
- -a, --artist _text_
- Set artist name.
- -b, --album-artist _text_
- Set album artist (compilations, multi-artist albums).
- -n, --track _num_
- Set track number.
- -N, --track-total _num_
- Set total number of tracks.
- -d, --disc-num _num_
- Set disc number.
- -G, --genre _genre_
- Set genre (name or numeric ID3v1 code).
- -Y, --release-year _year_
- Set release year.
- -c, --comment _text_
- Add a comment.
- --add-image _path:type:description_
- Add an image (APIC frame); TYPE from `--list-image-types` (e.g. FRONT_COVER).
- --remove-all-images
- Remove all embedded images.
- --write-images _dir_
- Extract images to a directory.
- --to-v2.3, --to-v2.4, --to-v1.1
- Convert the tag to the specified ID3 version.
- --remove-v1, --remove-v2, --remove-all
- Remove ID3 v1.x, v2.x, or all tags.
- --preserve-file-times
- Keep original file modification timestamps.
- -Q, --quiet
- Suppress output.
FAQ
What is the eyed3 command used for?
eyeD3 reads and manipulates ID3 metadata in MP3 files. It supports ID3 v1.x and v2.x tags including text, images, and custom frames. Useful for organizing music libraries and batch tagging MP3 collections.
How do I run a basic eyed3 example?
Run `eyeD3 [filename.mp3]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t, --title _text_ do in eyed3?
Set track title.