wok-next view id3lib/stuff/patches/20-create-manpages.patch @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents
children
line source
1 This patch adds debian-made man pages
2 --- /dev/null
3 +++ b/doc/man/id3info.1
4 @@ -0,0 +1,31 @@
5 +.TH ID3INFO 1 "May 2000" local "User Command"
6 +.SH NAME
7 +id3info \- Display id3 tag information.
8 +.SH SYNOPSIS
9 +.B id3info
10 +.RB [
11 +.I OPTION
12 +.RB ]
13 +.RB [
14 +.I FILE
15 +.RB ]
16 +.br
17 +.SH DESCRIPTION
18 +.B Id3info
19 +displays both the id3v1 and id3v2 tag information for a file.
20 +Id3info will not differentiate between the two types of tags.
21 +.SH OPTIONS
22 +.TP
23 +.B \-h, \-\-help
24 +Display help and exit
25 +.TP
26 +.B \-v, \-\-version
27 +Display version information and exit
28 +.SH SEE ALSO
29 +id3convert(1), id3tag(1), id3v2(1)
30 +.SH AUTHOR
31 +.B id3lib
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>.
35 +
36 --- /dev/null
37 +++ b/doc/man/id3tag.1
38 @@ -0,0 +1,69 @@
39 +.TH ID3TAG 1 "May 2000" local "User Command"
40 +.SH NAME
41 +id3tag \- Tags an mp3 file with id3v1 and/or id3v2 tags.
42 +.SH SYNOPSIS
43 +.B id3tag
44 +.RB [
45 +.I OPTION
46 +.RB ] ...
47 +.RB [
48 +.I FILE
49 +.RB ] ...
50 +.br
51 +.SH DESCRIPTION
52 +.B Id3tag
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
57 +render them.
58 +
59 +.SH OPTIONS
60 +.TP
61 +.B \-1, \-\-v1tag
62 +Render only the id3v1 tag
63 +.TP
64 +.B \-2, \-\-v2tag
65 +Render only the id3v2 tag
66 +.TP
67 +.B \-h, \-\-help
68 +Display help and exit
69 +.TP
70 +.B \-v, \-\-version
71 +Display version information and exit
72 +.TP
73 +.B \-a, \-\-artist ARTIST
74 +Set the artist information
75 +.TP
76 +.B \-s, \-\-song SONG
77 +Set the song title information
78 +.TP
79 +.B \-A, \-\-album ALBUM
80 +Set the album title information
81 +.TP
82 +.B \-c, \-\-comment COMMENT
83 +Set the comment information
84 +.TP
85 +.B \-C, \-\-desc DESCRIPTION
86 +Set the comment description
87 +.TP
88 +.B \-g, \-\-genre num
89 +Set the genre number
90 +.TP
91 +.B \-y, \-\-year num
92 +Set the year
93 +.TP
94 +.B \-t, \-\-track num
95 +Set the track number
96 +.TP
97 +.B \-T, \-\-total num
98 +Set the total number of tracks on the album
99 +
100 +.SH SEE ALSO
101 +id3convert(1), id3info(1), id3v2(1)
102 +.SH AUTHOR
103 +.B id3lib
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>.
107 +
108 --- /dev/null
109 +++ b/doc/man/id3convert.1
110 @@ -0,0 +1,47 @@
111 +.TH ID3CONVERT 1 "May 2000" local "User Command"
112 +.SH NAME
113 +id3convert \- Converts between id3v1 and id3v2 tags of an mp3 file.
114 +.SH SYNOPSIS
115 +.B id3convert
116 +.RB [
117 +.I OPTION
118 +.RB ]
119 +.RB [
120 +.I FILE
121 +.RB ]
122 +.br
123 +.SH DESCRIPTION
124 +.B Id3convert
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
129 +not render them.
130 +
131 +.SH OPTIONS
132 +.TP
133 +.B \-1, \-\-v1tag
134 +Render only the id3v1 tag
135 +.TP
136 +.B \-2, \-\-v2tag
137 +Render only the id3v2 tag
138 +.TP
139 +.B \-s, \-\-strip
140 +Strip, rather than render, the tags
141 +.TP
142 +.B \-p, \-\-padding
143 +Use padding in the tag
144 +.TP
145 +.B \-h, \-\-help
146 +Display help and exit
147 +.TP
148 +.B \-v, \-\-version
149 +Display version information and exit
150 +
151 +.SH SEE ALSO
152 +id3tag(1), id3info(1), id3v2(1)
153 +.SH AUTHOR
154 +.B id3lib
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>.
158 --- /dev/null
159 +++ b/doc/man/id3cp.1
160 @@ -0,0 +1,38 @@
161 +.TH ID3CP 1 "July 2001" local "User Command"
162 +.SH NAME
163 +id3cp \- Copies tags from one file to another.
164 +.SH SYNOPSIS
165 +.B id3cp
166 +.RB [
167 +.I OPTION
168 +.RB ] ...
169 +.RB [
170 +.I SOURCE
171 +.RB ]
172 +.RB [
173 +.I DEST
174 +.RB ]
175 +.br
176 +.SH DESCRIPTION
177 +.B Id3cp
178 +copies tags from SOURCE to DEST.
179 +.SH OPTIONS
180 +.TP
181 +.B \-1, \-\-v1tag
182 +Render only the id3v1 tag
183 +.TP
184 +.B \-2, \-\-v2tag
185 +Render only the id3v2 tag
186 +.TP
187 +.B \-h, \-\-help
188 +Display help and exit
189 +.TP
190 +.B \-v, \-\-version
191 +Display version information and exit
192 +.SH SEE ALSO
193 +id3convert(1), id3info(1), id3v2(1)
194 +.SH AUTHOR
195 +.B id3lib
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>.