Forrest logo
back to context overview

eyed3

List of commands for eyed3:

  • eyed3:tldr:4529e eyed3: View information about an MP3 file.
    $ eyeD3 ${filename-mp3}
    try on your machine
    explain this command
  • eyed3:tldr:5bc34 eyed3: Set the album of all the MP3 files in a directory.
    $ eyeD3 --album "${Album Name}" ${*-mp3}
    try on your machine
    explain this command
  • eyed3:tldr:705fb eyed3: Set the front cover art for an MP3 file.
    $ eyeD3 --add-image ${front_cover-jpeg}:FRONT_COVER: ${filename-mp3}
    try on your machine
    explain this command
  • eyed3:tldr:f3195 eyed3: Set the title of an MP3 file.
    $ eyeD3 --title "${A Title}" ${filename-mp3}
    try on your machine
    explain this command
back to context overview