1ID3TAG(1) User Command ID3TAG(1)
2
3
4
6 id3tag - Tags an mp3 file with id3v1 and/or id3v2 tags.
7
9 id3tag [ OPTION ]... [ FILE ]...
10
12 Id3tag will render both types of tag by default. Only the last tag
13 type indicated in the option list will be used. Non- rendered will
14 remain unchanged in the original file. Will also parse and convert
15 Lyrics3 v2.0 frames, but will not render them.
16
17
19 -1, --v1tag
20 Render only the id3v1 tag
21
22 -2, --v2tag
23 Render only the id3v2 tag
24
25 -h, --help
26 Display help and exit
27
28 -v, --version
29 Display version information and exit
30
31 -a, --artist ARTIST
32 Set the artist information
33
34 -s, --song SONG
35 Set the song title information
36
37 -A, --album ALBUM
38 Set the album title information
39
40 -c, --comment COMMENT
41 Set the comment information
42
43 -C, --desc DESCRIPTION
44 Set the comment description
45
46 -g, --genre num
47 Set the genre number
48
49 -y, --year num
50 Set the year
51
52 -t, --track num
53 Set the track number
54
55 -T, --total num
56 Set the total number of tracks on the album
57
58
60 id3convert(1), id3info(1), id3v2(1)
61
63 id3lib was originally designed and implemented by Dirk Mahoney and is
64 maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page writ‐
65 ten for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.
66
67
68
69
70local May 2000 ID3TAG(1)