Forrest logo
back to context overview

mp3info

List of commands for mp3info:

  • mp3info:tldr:36dc7 mp3info: Edit ID3v1 tags interactively.
    $ mp3info -i ${filename-mp3}
    try on your machine
    explain this command
  • mp3info:tldr:44856 mp3info: Print a list of valid genres and their numeric codes.
    $ mp3info -G
    try on your machine
    explain this command
  • mp3info:tldr:c6286 mp3info: Set the number of the track in the album for a specific MP3 file.
    $ mp3info -n ${track_number} ${filename-mp3}
    try on your machine
    explain this command
  • mp3info:tldr:c6dce mp3info: Set the music genre for a specific MP3 file.
    $ mp3info -g ${genre_number} ${filename-mp3}
    try on your machine
    explain this command
  • mp3info:tldr:cc08a mp3info: Show all ID3v1 tags of a specific MP3 file.
    $ mp3info ${filename-mp3}
    try on your machine
    explain this command
  • mp3info:tldr:d05c0 mp3info: Set values for ID3v1 tags in a specific MP3 file.
    $ mp3info -a "${artist_name}" -t "${song_title}" -l "${album_title}" -y ${year} -c "${comment_text}" ${filename-mp3}
    try on your machine
    explain this command
back to context overview