1 This patch adds debian-made man pages
3 +++ b/doc/man/id3info.1
5 +.TH ID3INFO 1 "May 2000" local "User Command"
7 +id3info \- Display id3 tag information.
19 +displays both the id3v1 and id3v2 tag information for a file.
20 +Id3info will not differentiate between the two types of tags.
24 +Display help and exit
27 +Display version information and exit
29 +id3convert(1), id3tag(1), id3v2(1)
32 +was originally designed and implemented by Dirk Mahoney and is
33 +maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for
34 +Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.
37 +++ b/doc/man/id3tag.1
39 +.TH ID3TAG 1 "May 2000" local "User Command"
41 +id3tag \- Tags an mp3 file with id3v1 and/or id3v2 tags.
53 +will render both types of tag by default. Only the last
54 +tag type indicated in the option list will be used. Non-
55 +rendered will remain unchanged in the original file. Will
56 +also parse and convert Lyrics3 v2.0 frames, but will not
62 +Render only the id3v1 tag
65 +Render only the id3v2 tag
68 +Display help and exit
71 +Display version information and exit
73 +.B \-a, \-\-artist ARTIST
74 +Set the artist information
76 +.B \-s, \-\-song SONG
77 +Set the song title information
79 +.B \-A, \-\-album ALBUM
80 +Set the album title information
82 +.B \-c, \-\-comment COMMENT
83 +Set the comment information
85 +.B \-C, \-\-desc DESCRIPTION
86 +Set the comment description
88 +.B \-g, \-\-genre num
94 +.B \-t, \-\-track num
97 +.B \-T, \-\-total num
98 +Set the total number of tracks on the album
101 +id3convert(1), id3info(1), id3v2(1)
104 +was originally designed and implemented by Dirk Mahoney and is
105 +maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for
106 +Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.
109 +++ b/doc/man/id3convert.1
111 +.TH ID3CONVERT 1 "May 2000" local "User Command"
113 +id3convert \- Converts between id3v1 and id3v2 tags of an mp3 file.
125 +converts between id3v1 and id3v2 tags of an mp3 file. Id3convert will render
126 +both types of tag by default. Only the last tag type indicated in the option
127 +list will be used. Non-rendered tags will remain unchanged in the original
128 +file. Id3convert will also parse and convert Lyrics3 v2.0 frames, but will
134 +Render only the id3v1 tag
137 +Render only the id3v2 tag
140 +Strip, rather than render, the tags
143 +Use padding in the tag
146 +Display help and exit
149 +Display version information and exit
152 +id3tag(1), id3info(1), id3v2(1)
155 +was originally designed and implemented by Dirk Mahoney and is
156 +maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for
157 +Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.
159 +++ b/doc/man/id3cp.1
161 +.TH ID3CP 1 "July 2001" local "User Command"
163 +id3cp \- Copies tags from one file to another.
178 +copies tags from SOURCE to DEST.
182 +Render only the id3v1 tag
185 +Render only the id3v2 tag
188 +Display help and exit
191 +Display version information and exit
193 +id3convert(1), id3info(1), id3v2(1)
196 +was originally designed and implemented by Dirk Mahoney and is
197 +maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for
198 +Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.