1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 11:55:31 +02:00
tldr/pages/linux/eyed3.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

480 B

eyeD3

Read and manipulate metadata of MP3 files. More information: https://manned.org/eyeD3.

  • View information about an MP3 file:

eyeD3 {{filename.mp3}}

  • Set the title of an MP3 file:

eyeD3 {{[-t|--title]}} "{{A Title}}" {{filename.mp3}}

  • Set the album of all the MP3 files in a directory:

eyeD3 {{[-A|--album]}} "{{Album Name}}" {{*.mp3}}

  • Set the front cover art for an MP3 file:

eyeD3 --add-image {{front_cover.jpeg}}:FRONT_COVER: {{filename.mp3}}