1mid3v2(1)                   General Commands Manual                  mid3v2(1)
2
3
4

NAME

6       mid3v2 - audio tag editor similar to 'id3v2'
7

SYNOPSIS

9       mid3v2 [options] filename ...
10

DESCRIPTION

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

OPTIONS

21       -q, --quiet
22              Be quiet: do not mention file operations that perform the user's
23              request.  Warnings will still be printed.
24
25       -v, --verbose
26              Be verbose: state all operations performed. This is the opposite
27              of --quiet. This is the default.
28
29       -f, --list-frames
30              Display all supported ID3v2.3/2.4 frames and their meanings.
31
32       -L, --list-genres
33              List  all  ID3v1  numeric  genres. These can be used to set TCON
34              frames, but it is not recommended.
35
36       -l, --list
37              List all tags in the files. The output format is not the same as
38              id3v2's;  instead, it is easily parsable and readable. Some tags
39              may not have human-readable representations.
40
41       --list-raw
42              List all tags in the files, in raw format. Although this  format
43              is nominally human-readable, it may be very long if the tag con‐
44              tains embedded binary data.
45
46       -d, --delete-v2
47              Delete ID3v2 tags.
48
49       -s, --delete-v1
50              Delete ID3v1 tags.
51
52       -D, --delete-all
53              Delete all ID3 tags.
54
55       --delete-frames=FID1,FID2,...
56              Delete specific ID3v2 frames (or  groups  of  frames)  from  the
57              files.
58
59       -C, --convert
60              Convert ID3v1 tags to ID3v2 tags. This will also happen automat‐
61              ically during any editing.
62
63       -a, --artist=artist
64              Set the artist information (TPE1).
65
66       -A, --album=album
67              Set the album information (TALB).
68
69       -t, --song=title
70              Set the title information (TIT2).
71
72       -c, --comment=DESCRIPTION:COMMENT:LANGUAGE
73              Set a comment (COMM). The language and description may be  omit‐
74              ted,  in  which  case  the language defaults to English, and the
75              description to an empty string.
76
77       -g, --genre=genre
78              Set the genre information (TCON).
79
80       -y, --year=, --date=YYYY-[MM-DD]
81              Set the year/date information (TDRC).
82
83       -Tnum/num, --track=num/num
84              Set the track number (TRCK).
85
86       Any text or URL frame (those beginning with T or W) can be modified  or
87       added by prefixing the name of the frame with "--". For example, --TIT3
88       "Monkey!" will set the TIT3 (subtitle) frame to Monkey!.
89

BUGS

91       No sanity checking is done on the editing operations  you  perform,  so
92       mid3v2  will  happily accept --TSIZ when editing an ID3v2.4 frame. How‐
93       ever, it will also automatically throw it  out  during  the  next  edit
94       operation.
95

AUTHOR

97       Joe Wreschnig is the author of mid3v2, but he doesn't like to admit it.
98
99
100
101                              December 12th, 2009                    mid3v2(1)
Impressum