1mid3v2(1) General Commands Manual mid3v2(1)
2
3
4
6 mid3v2 - audio tag editor similar to 'id3v2'
7
9 mid3v2 [options] filename ...
10
12 mid3v2 is a Mutagen-based replacement for id3lib's id3v2. It supports
13 ID3v2.4 and more frames; it also does not have the numerous bugs that
14 plague id3v2.
15
16 This program exists mostly for compatibility with programs that want to
17 tag files using id3v2. For a more usable interface, we recommend Ex
18 Falso.
19
21 -f, --list-frames
22 Display all supported ID3v2.3/2.4 frames and their meanings.
23
24 -L, --list-genres
25 List all ID3v1 numeric genres. These can be used to set TCON
26 frames, but it is not recommended.
27
28 -l, --list
29 List all tags in the files. The output format is not the same as
30 id3v2's; instead, it is easily parsable and readable. Some tags
31 may not have human-readable representations.
32
33 --list-raw
34 List all tags in the files, in raw format. Although this format
35 is nominally human-readable, it may be very long if the tag con‐
36 tains embedded binary data.
37
38 -d, --delete-v2
39 Delete ID3v2 tags.
40
41 -s, --delete-v1
42 Delete ID3v1 tags.
43
44 -D, --delete-all
45 Delete all ID3 tags.
46
47 --delete-frames=FID1,FID2,...
48 Delete specific ID3v2 frames (or groups of frames) from the
49 files.
50
51 -C, --convert
52 Convert ID3v1 tags to ID3v2 tags. This will also happen automat‐
53 ically during any editing.
54
55 -a, --artist=artist
56 Set the artist information (TPE1).
57
58 -A, --album=album
59 Set the album information (TALB).
60
61 -t, --song=title
62 Set the title information (TIT2).
63
64 -c, --comment=DESCRIPTION:COMMENT:LANGUAGE
65 Set a comment (COMM). The language and description may be omit‐
66 ted, in which case the language defaults to English, and the
67 description to an empty string.
68
69 -g, --genre=genre
70 Set the genre information (TCON).
71
72 -y, --year=, --date=YYYY-[MM-DD]
73 Set the year/date information (TDRC).
74
75 -Tnum/num, --track=num/num
76 Set the track number (TRCK).
77
78 Any text or URL frame (those beginning with T or W) can be modified or
79 added by prefixing the name of the frame with "--". For example, --TIT3
80 "Monkey!" will set the TIT3 (subtitle) frame to Monkey!.
81
83 No sanity checking is done on the editing operations you perform, so
84 mid3v2 will happily accept --TSIZ when editing an ID3v2.4 frame. How‐
85 ever, it will also automatically throw it out during the next edit
86 operation.
87
89 Joe Wreschnig is the author of mid3v2, but he doesn't like to admit it.
90
91
92
93 July 27th, 2006 mid3v2(1)