Forrest logo
back to context overview

id3tag

List of commands for id3tag:

  • id3tag:tldr:414d1 id3tag: Set album title of all MP3 files in the current directory.
    $ id3tag --album=${album} ${*-mp3}
    try on your machine
    explain this command
  • id3tag:tldr:64c3d id3tag: Set artist and title tag of an MP3 file.
    $ id3tag --artist=${artist} --title=${title} ${filename-mp3}
    try on your machine
    explain this command
  • id3tag:tldr:c5676 id3tag: Get more help.
    $ id3tag --help
    try on your machine
    explain this command
back to context overview