Forrest logo
back to context overview

mid3v2

List of commands for mid3v2:

  • mid3v2:tldr:0f9e8 mid3v2: Set specific year information.
    $ id3v2 --year=${YYYY} ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:448c2 mid3v2: List all supported ID3v1 numeric genres.
    $ id3v2 --list-genres ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:45c0b mid3v2: Set specific artist, album, or song information.
    $ id3v2 ${select}=${string} ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:7fd00 mid3v2: Set specific date information.
    $ id3v2 --date=${YYYY-MM-DD} ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:83ab7 mid3v2: List all supported ID3v2.3 or ID3v2.4 frames and their meanings.
    $ id3v2 --list-frames ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:b97f8 mid3v2: Set specific picture information.
    $ id3v2 --picture=${filename:description:image_type:mime_type} ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
  • mid3v2:tldr:fc32a mid3v2: List all tags in specific files.
    $ id3v2 --list ${filename1-mp3 filename2-mp3 ---}
    try on your machine
    explain this command
back to context overview