1ID3V2(1) User Command ID3V2(1)
2
3
4
6 id3v2 - Adds/Modifies/Removes/Views id3v2 tags, converts/lists id3v1
7 tags
8
10 id3v2 [ OPTION ] [ FILE ]
11
13 -h, --help
14 Display help and exit
15
16 -f, --list-frames
17 Display all possible frames for id3v2
18
19 -L, --list-genres
20 Lists all id3v1 genres
21
22 -v, --version
23 Display version information and exit
24
25 -l, --list
26 Lists the tag(s) on the file(s)
27
28 -R, --list-rfc822
29 Lists using an rfc822-style format for output
30
31 -d, --delete-v2
32 Deletes id3v2 tags
33
34 -s, --delete-v1
35 Deletes id3v1 tags
36
37 -D, --delete-all
38 Deletes both id3v1 and id3v2 tags
39
40 -C, --convert
41 Converts id3v1 tag to id3v2
42
43 -a, --artist ARTIST
44 Set the artist information
45
46 -A, --album ALBUM
47 Set the album title information
48
49 -t, --song SONG
50 Set the song title information
51
52 -c, --comment DESCRIPTION:COMMENT
53 Set the comment information
54
55 -g, --genre num
56 Set the genre number
57
58 -y, --year num
59 Set the year
60
61 -T, --track num/num
62 Set the track number/(optional) total tracks
63
64
66 id3tag(1), id3info(1), id3convert(1)
67
69 id3v2 is by myers <myers_carpenter@users.sourceforge.net> with major
70 portions used from id3lib examples. Manual page written for Debian
71 GNU/Linux by Robert Woodcock <rcw@debian.org>.
72
73
74
75 May 2000 ID3V2(1)