logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

id3tag - Tags an mp3 file with id3v1 and/or id3v2 tags.

Author

id3lib  was  originally  designed  and implemented by Dirk Mahoney and is maintained by Scott Thomas Haug
       <sth2@cs.wustl.edu>. Manual page written for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.

local                                               May 2000                                           ID3TAG(1)

Description

Id3tag  will  render  both  types of tag by default.  Only the last tag type indicated in the option list
       will be used.  Non- rendered will remain unchanged in the original file.  Will  also  parse  and  convert
       Lyrics3 v2.0 frames, but will not render them.

Name

       id3tag - Tags an mp3 file with id3v1 and/or id3v2 tags.

Options

-1,--v1tag
              Render only the id3v1 tag

       -2,--v2tag
              Render only the id3v2 tag

       -h,--help
              Display help and exit

       -v,--version
              Display version information and exit

       -a,--artistARTIST
              Set the artist information

       -s,--songSONG
              Set the song title information

       -A,--albumALBUM
              Set the album title information

       -c,--commentCOMMENT
              Set the comment information

       -C,--descDESCRIPTION
              Set the comment description

       -g,--genrenum
              Set the genre number

       -y,--yearnum
              Set the year

       -t,--tracknum
              Set the track number

       -T,--totalnum
              Set the total number of tracks on the album

See Also

id3convert(1), id3info(1), id3v2(1)

Synopsis

id3tag [ OPTION ]...  [ FILE ]...

See Also