blob: 90697a9cb091ec55a0f0ec2ad22cc72a5e389d77 [file] [log] [blame]
Josh Coalsoneb7a8e42002-12-21 03:27:14 +00001<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
7
8manpage.1: manpage.sgml
9 docbook-to-man $< > $@
10 -->
11
12<!-- This is based on an example constructed by Colin Watson
13 <email>cjwatson@debian.org</email>, based on a man page template
14 provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
15 and a DocBook man page example by Craig Small
16 <email>csmall@debian.org</email>.
17 -->
18
19 <!-- Fill in the various UPPER CASE things here. -->
20 <!ENTITY manfirstname "<firstname>dann</firstname>">
21 <!ENTITY mansurname "<surname>frazier</surname>">
22 <!-- Please adjust the date whenever revising the manpage. -->
Josh Coalson4ff08692005-02-03 04:18:59 +000023 <!ENTITY mandate "<date>2005-02-02</date>">
Josh Coalsoneb7a8e42002-12-21 03:27:14 +000024 <!-- SECTION should be 1-8, maybe with subsection. Other parameters are
25 allowed: see man(7), man(1). -->
26 <!ENTITY mansection "<manvolnum>1</manvolnum>">
27 <!ENTITY manemail "<email>dannf@debian.org</email>">
28 <!ENTITY manusername "dannf">
29 <!ENTITY manucpackage "<refentrytitle>METAFLAC</refentrytitle>">
30 <!ENTITY manpackage "metaflac">
31]>
32
33<refentry>
34 <refentryinfo>
35 <address>
36 &manemail;
37 </address>
38 <author>
39 &manfirstname;
40 &mansurname;
41 </author>
42 <copyright>
Josh Coalson4ff08692005-02-03 04:18:59 +000043 <year>2002,2003,2004,2005</year>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +000044 <holder>&manusername;</holder>
45 </copyright>
46 &mandate;
47 </refentryinfo>
48 <refmeta>
49 &manucpackage;
50
51 &mansection;
52 </refmeta>
53 <refnamediv>
54 <refname>&manpackage;</refname>
55
56 <refpurpose>
57 program to list, add, remove, or edit metadata in one or more FLAC files.
58 </refpurpose>
59 </refnamediv>
60 <refsynopsisdiv>
61 <cmdsynopsis>
62 <command>&manpackage;</command>
63
64 <group choice="opt"><arg><replaceable>options</replaceable></arg></group>
65 <group choice="opt">
66 <arg><replaceable>operations</replaceable></arg></group>
67 <arg rep="repeat" choice="req"><replaceable>FLACfile</replaceable></arg>
68 </cmdsynopsis>
69 </refsynopsisdiv>
70 <refsect1>
71 <title>DESCRIPTION</title>
72
73 <para>Use <command>&manpackage;</command> to list, add, remove, or edit
74 metadata in one or more FLAC files. You may perform one major operation,
75 or many shorthand operations at a time.</para>
76
77 </refsect1>
78 <refsect1>
79 <title>OPTIONS</title>
80
81 <variablelist>
82 <varlistentry>
83 <term><option>--preserve-modtime</option></term>
84 <listitem>
85 <para>
86 Preserve the original modification time in spite of edits.
87 </para>
88 </listitem>
89 </varlistentry>
90 <varlistentry>
91 <term><option>--with-filename</option></term>
92 <listitem>
93 <para>
94 Prefix each output line with the FLAC file name (the default if
95 more than one FLAC file is specified).
96 </para>
97 </listitem>
98 </varlistentry>
99 <varlistentry>
100 <term><option>--no-filename</option></term>
101 <listitem>
102 <para>
103 Do not prefix each output line with the FLAC file name (the default
104 if only one FLAC file is specified).
105 </para>
106 </listitem>
107 </varlistentry>
108 <varlistentry>
109 <term><option>--dont-use-padding</option></term>
110 <listitem>
111 <para>
112 By default metaflac tries to use padding where possible to avoid
113 rewriting the entire file if the metadata size changes. Use this
114 option to tell metaflac to not take advantage of padding this way.
115 </para>
116 </listitem>
117 </varlistentry>
118 </variablelist>
119 </refsect1>
120 <refsect1>
121 <title>SHORTHAND OPERATIONS</title>
122
123 <variablelist>
124 <varlistentry>
125 <term><option>--show-md5sum</option></term>
126 <listitem>
127 <para>
128 Show the MD5 signature from the STREAMINFO block.
129 </para>
130 </listitem>
131 </varlistentry>
132 <varlistentry>
133 <term><option>--show-min-blocksize</option></term>
134 <listitem>
135 <para>
136 Show the minimum block size from the STREAMINFO block.
137 </para>
138 </listitem>
139 </varlistentry>
140 <varlistentry>
141 <term><option>--show-max-blocksize</option></term>
142 <listitem>
143 <para>
144 Show the maximum block size from the STREAMINFO block.
145 </para>
146 </listitem>
147 </varlistentry>
148 <varlistentry>
149 <term><option>--show-min-framesize</option></term>
150 <listitem>
151 <para>
152 Show the minimum frame size from the STREAMINFO block.
153 </para>
154 </listitem>
155 </varlistentry>
156 <varlistentry>
157 <term><option>--show-max-framesize</option></term>
158 <listitem>
159 <para>
160 Show the maximum frame size from the STREAMINFO block.
161 </para>
162 </listitem>
163 </varlistentry>
164 <varlistentry>
165 <term><option>--show-sample-rate</option></term>
166 <listitem>
167 <para>
168 Show the sample rate from the STREAMINFO block.
169 </para>
170 </listitem>
171 </varlistentry>
172 <varlistentry>
173 <term><option>--show-channels</option></term>
174 <listitem>
175 <para>
176 Show the number of channels from the STREAMINFO block.
177 </para>
178 </listitem>
179 </varlistentry>
180 <varlistentry>
181 <term><option>--show-bps</option></term>
182 <listitem>
183 <para>
184 Show the # of bits per sample from the STREAMINFO block.
185 </para>
186 </listitem>
187 </varlistentry>
188 <varlistentry>
189 <term><option>--show-total-samples</option></term>
190 <listitem>
191 <para>
192 Show the total # of samples from the STREAMINFO block.
193 </para>
194 </listitem>
195 </varlistentry>
196 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000197 <term><option>--show-vendor-tag</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000198 <listitem>
199 <para>
200 Show the vendor string from the VORBIS_COMMENT block.
201 </para>
202 </listitem>
203 </varlistentry>
204 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000205 <term><option>--show-tag=name</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000206 <listitem>
207 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000208 Show all tags where the the field name matches 'name'.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000209 </para>
210 </listitem>
211 </varlistentry>
212 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000213 <term><option>--remove-tag=name</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000214 <listitem>
215 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000216 Remove all tags whose field name is 'name'.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000217 </para>
218 </listitem>
219 </varlistentry>
220 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000221 <term><option>--remove-first-tag=name</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000222 <listitem>
223 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000224 Remove first tag whose field name is 'name'.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000225 </para>
226 </listitem>
227 </varlistentry>
228 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000229 <term><option>--remove-all-tags</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000230 <listitem>
231 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000232 Remove all tags, leaving only the vendor string.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000233 </para>
234 </listitem>
235 </varlistentry>
236 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000237 <term><option>--set-tag=field</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000238 <listitem>
239 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000240 Add a tag. The field must comply with the
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000241 Vorbis comment spec, of the form "NAME=VALUE". If there is
Josh Coalson41b22d52004-09-15 00:52:48 +0000242 currently no tag block, one will be created.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000243 </para>
244 </listitem>
245 </varlistentry>
246 <varlistentry>
Josh Coalson26c82352006-05-18 07:57:16 +0000247 <term><option>--set-tag-from-file=field</option></term>
248 <listitem>
249 <para>
250 Like --set-tag, except the VALUE is a filename whose
251 contents will be read verbatim to set the tag value.
252 Unless --no-utf8-convert is specified, the contents will be
253 converted to UTF-8 from the local charset. This can be used
254 to store a cuesheet in a tag (e.g.
255 --set-tag-from-file="CUESHEET=image.cue"). Do not try to
256 store binary data in tag fields! Use APPLICATION blocks for
257 that.
258 </para>
259 </listitem>
260 </varlistentry>
261 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000262 <term><option>--import-tags-from=file</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000263 <listitem>
264 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000265 Import tags from a file. Use '-' for stdin. Each
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000266 line should be of the form NAME=VALUE. Multi-line comments
Josh Coalson41b22d52004-09-15 00:52:48 +0000267 are currently not supported. Specify --remove-all-tags and/or
Josh Coalson16e953f2006-11-14 05:02:35 +0000268 --no-utf8-convert before --import-tags-from if necessary. If
269 FILE is '-' (stdin), only one FLAC file may be specified.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000270 </para>
271 </listitem>
272 </varlistentry>
273 <varlistentry>
Josh Coalson41b22d52004-09-15 00:52:48 +0000274 <term><option>--export-tags-to=file</option></term>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000275 <listitem>
276 <para>
Josh Coalson41b22d52004-09-15 00:52:48 +0000277 Export tags to a file. Use '-' for stdin. Each
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000278 line will be of the form NAME=VALUE. Specify
279 --no-utf8-convert if necessary.
280 </para>
281 </listitem>
282 </varlistentry>
283 <varlistentry>
284 <term><option>--import-cuesheet-from=file</option></term>
285 <listitem>
286 <para>
Josh Coalson2a9ae6a2004-12-30 03:55:29 +0000287 Import a cuesheet from a file. Use '-' for stdin. Only one
288 FLAC file may be specified. A seekpoint will be added for each
289 index point in the cuesheet to the SEEKTABLE unless
290 --no-cued-seekpoints is specified.
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000291 </para>
292 </listitem>
293 </varlistentry>
294 <varlistentry>
295 <term><option>--export-cuesheet-to=file</option></term>
296 <listitem>
297 <para>
298 Export CUESHEET block to a cuesheet file, suitable for use by
Josh Coalson2a9ae6a2004-12-30 03:55:29 +0000299 CD authoring software. Use '-' for stdout. Only one FLAC file
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000300 may be specified on the command line.
301 </para>
302 </listitem>
303 </varlistentry>
304 <varlistentry>
Josh Coalsonaec8bb32006-11-02 04:06:56 +0000305 <term><option>--import-picture-from</option>=<replaceable>SPECIFICATION</replaceable></term>
Josh Coalsonb02574e2006-09-26 00:43:48 +0000306 <listitem>
Josh Coalsonaec8bb32006-11-02 04:06:56 +0000307 <para>Import a picture and store it in a PICTURE metadata block. More than one --import-picture-from command can be specified. The SPECIFICATION is a string whose parts are separated by | (pipe) characters. Some parts may be left empty to invoke default values. The format of SPECIFICATION is</para>
Josh Coalsonb02574e2006-09-26 00:43:48 +0000308 <para>[TYPE]|MIME-TYPE|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE</para>
309 <para>TYPE is optional; it is a number from one of:</para>
310 <para>0: Other</para>
311 <para>1: 32x32 pixels 'file icon' (PNG only)</para>
312 <para>2: Other file icon</para>
313 <para>3: Cover (front)</para>
314 <para>4: Cover (back)</para>
315 <para>5: Leaflet page</para>
316 <para>6: Media (e.g. label side of CD)</para>
317 <para>7: Lead artist/lead performer/soloist</para>
318 <para>8: Artist/performer</para>
319 <para>9: Conductor</para>
320 <para>10: Band/Orchestra</para>
321 <para>11: Composer</para>
322 <para>12: Lyricist/text writer</para>
323 <para>13: Recording Location</para>
324 <para>14: During recording</para>
325 <para>15: During performance</para>
326 <para>16: Movie/video screen capture</para>
327 <para>17: A bright coloured fish</para>
328 <para>18: Illustration</para>
329 <para>19: Band/artist logotype</para>
330 <para>20: Publisher/Studio logotype</para>
331 <para>The default is 3 (front cover). There may only be one picture each of type 1 and 2 in a file.</para>
332
333 <para>MIME-TYPE is mandatory; for best compatibility with players, use pictures with MIME type image/jpeg or image/png. The MIME type can also be --&gt; to mean that FILE is actually a URL to an image, though this use is discouraged.</para>
334
335 <para>DESCRIPTION is optional; the default is an empty string.</para>
336
337 <para>The next part specfies the resolution and color information. If the MIME-TYPE is image/jpeg, image/png, or image/gif, you can usually leave this empty and they can be detected from the file. Otherwise, you must specify the width in pixels, height in pixels, and color depth in bits-per-pixel. If the image has indexed colors you should also specify the number of colors used. When manually specified, it is not checked against the file for accuracy.</para>
338
339 <para>FILE is the path to the picture file to be imported, or the URL if MIME type is --&gt;</para>
340
341 <para>For example, "|image/jpeg|||../cover.jpg" will embed the JPEG file at ../cover.jpg, defaulting to type 3 (front cover) and an empty description. The resolution and color info will be retrieved from the file itself.</para>
342
343 <para>The specification "4|-->|CD|320x300x24/173|http://blah.blah/backcover.tiff" will embed the given URL, with type 4 (back cover), description "CD", and a manually specified resolution of 320x300, 24 bits-per-pixel, and 173 colors. The file at the URL will not be fetched; the URL itself is stored in the PICTURE metadata block.</para>
344 </listitem>
345 </varlistentry>
346 <varlistentry>
Josh Coalson989f2672006-11-02 03:40:44 +0000347 <term><option>--export-picture-to=file</option></term>
348 <listitem>
349 <para>
350 Export PICTURE block to a file. Use '-' for stdout. Only one FLAC file may be specified on the command line. The first PICTURE block will be exported unless --export-picture-to is preceded by a --block-number=# option to specify the exact metadata block to extract. Note that the block number is the one shown by --list.
351 </para>
352 </listitem>
353 </varlistentry>
354 <varlistentry>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000355 <term><option>--add-replay-gain</option></term>
356 <listitem>
357 <para>
358 Calculates the title and album gains/peaks of the given FLAC
359 files as if all the files were part of one album, then stores
360 them in the VORBIS_COMMENT block. The tags are the same as
361 those used by vorbisgain. Existing ReplayGain tags will be
362 replaced. If only one FLAC file is given, the album and title
363 gains will be the same. Since this operation requires two
364 passes, it is always executed last, after all other operations
365 have been completed and written to disk. All FLAC files
366 specified must have the same resolution, sample rate, and
367 number of channels. The sample rate must be one of 8, 11.025,
368 12, 16, 22.05, 24, 32, 44.1, or 48 kHz.
369 </para>
370 </listitem>
371 </varlistentry>
372 <varlistentry>
Josh Coalson83b8d282005-08-31 00:30:41 +0000373 <term><option>--remove-replay-gain</option></term>
374 <listitem>
375 <para>
376 Removes the ReplayGain tags.
377 </para>
378 </listitem>
379 </varlistentry>
380 <varlistentry>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000381 <term><option>--add-seekpoint</option>={<replaceable>#</replaceable>|<replaceable>X</replaceable>|<replaceable>#x</replaceable>|<replaceable>#s</replaceable>}</term>
Josh Coalson8ee19c02003-01-02 23:57:01 +0000382 <listitem>
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000383 <para>
384 Add seek points to a SEEKTABLE block. Using #, a seek point at
385 that sample number is added. Using X, a placeholder point is
386 added at the end of a the table. Using #x, # evenly spaced seek
387 points will be added, the first being at sample 0. Using #s, a
388 seekpoint will be added every # seconds (# does not have to be a
389 whole number; it can be, for example, 9.5, meaning a seekpoint
390 every 9.5 seconds). If no SEEKTABLE block exists, one will be
391 created. If one already exists, points will be added to the
392 existing table, and any duplicates will be turned into placeholder
393 points. You may use many --add-seekpoint options; the resulting
394 SEEKTABLE will be the unique-ified union of all such values.
395 Example: --add-seekpoint=100x --add-seekpoint=3.5s will add 100
396 evenly spaced seekpoints and a seekpoint every 3.5 seconds.
397 </para>
398 </listitem>
399 </varlistentry>
400 <varlistentry>
401 <term><option>--add-padding=length</option></term>
402 <listitem>
403 <para>
404 Add a padding block of the given length (in bytes). The overall
405 length of the new block will be 4 + length; the extra 4 bytes is
406 for the metadata block header.
407 </para>
408 </listitem>
409 </varlistentry>
410 </variablelist>
411 </refsect1>
412 <refsect1>
413 <title>MAJOR OPERATIONS</title>
414
415 <variablelist>
416 <varlistentry>
417 <term><option>--list</option></term>
418 <listitem>
419 <para>
420 List the contents of one or more metadata blocks to stdout. By
421 default, all metadata blocks are listed in text format. Use the
422 following options to change this behavior:
423 </para>
424 <variablelist>
425 <varlistentry>
426 <term><option>--block-number=#[,#[...]]</option></term>
427 <listitem>
428 <para>
429 An optional comma-separated list of block numbers to display.
430 The first block, the STREAMINFO block, is block 0.
431 </para>
432 </listitem>
433 </varlistentry>
434 <varlistentry>
435 <term><option>--block-type=type[,type[...]]</option></term>
436 <listitem><para></para></listitem>
437 </varlistentry>
438 <varlistentry>
439 <term><option>--except-block-type=type[,type[...]]</option></term>
440 <listitem>
441 <para>
Josh Coalson2a9ae6a2004-12-30 03:55:29 +0000442 An optional comma-separated list of block types to be included
Josh Coalsoneb7a8e42002-12-21 03:27:14 +0000443 or ignored with this option. Use only one of --block-type or
444 --except-block-type. The valid block types are: STREAMINFO,
445 PADDING, APPLICATION, SEEKTABLE, VORBIS_COMMENT. You may
446 narrow down the types of APPLICATION blocks displayed as
447 follows:
448 </para>
449 <para>
450 APPLICATION:abcd The APPLICATION block(s) whose textual repre-
451 sentation of the 4-byte ID is "abcd"
452 APPLICATION:0xXXXXXXXX The APPLICATION block(s) whose hexadecimal big-
453 endian representation of the 4-byte ID is
454 "0xXXXXXXXX". For the example "abcd" above the
455 hexadecimal equivalalent is 0x61626364
456 </para>
457 <note>
458 <para>
459 if both --block-number and --[except-]block-type are
460 specified, the result is the logical AND of both
461 arguments.</para></note>
462 </listitem>
463 </varlistentry>
464 <varlistentry>
465 <term><option>--application-data-format=hexdump|text</option></term>
466 <listitem>
467 <para>
468 If the application block you are displaying contains binary
469 data but your --data-format=text, you can display a hex dump
470 of the application data contents instead using
471 --application-data-format=hexdump.
472 </para>
473 </listitem>
474 </varlistentry>
475 </variablelist>
476 </listitem>
477 </varlistentry>
478 <varlistentry>
479 <term><option>--remove</option></term>
480 <listitem>
481 <para>
482 Remove one or more metadata blocks from the metadata. Unless
483 --dont-use-padding is specified, the blocks will be replaced with
484 padding. You may not remove the STREAMINFO block.
485 </para>
486 <variablelist>
487 <varlistentry>
488 <term><option>--block-number=#[,#[...]]</option></term>
489 <listitem><para></para></listitem>
490 </varlistentry>
491 <varlistentry>
492 <term><option>--block-type=type[,type[...]]</option></term>
493 <listitem><para></para></listitem>
494 </varlistentry>
495 <varlistentry>
496 <term><option>--except-block-type=type[,type[...]]</option></term>
497 <listitem>
498 <para>See --list above for usage.</para>
499 <note>
500 <para>
501 if both --block-number and --[except-]block-type are
502 specified, the result is the logical AND of both arguments.
503 </para></note>
504 </listitem>
505 </varlistentry>
506 </variablelist>
507 </listitem>
508 </varlistentry>
509 <varlistentry>
510 <term><option>--remove-all</option></term>
511 <listitem>
512 <para>
513 Remove all metadata blocks (except the STREAMINFO block) from the
514 metadata. Unless --dont-use-padding is specified, the blocks will
515 be replaced with padding.
516 </para>
517 </listitem>
518 </varlistentry>
519 <varlistentry>
520 <term><option>--merge-padding</option></term>
521 <listitem>
522 <para>
523 Merge adjacent PADDING blocks into single blocks.
524 </para>
525 </listitem>
526 </varlistentry>
527 <varlistentry>
528 <term><option>--sort-padding</option></term>
529 <listitem>
530 <para>
531 Move all PADDING blocks to the end of the metadata and merge them
532 into a single block.
533 </para>
534 </listitem>
535 </varlistentry>
536 </variablelist>
537 </refsect1>
538
539 <refsect1>
540 <title>SEE ALSO</title>
541
542 <para>flac(1).</para>
543 </refsect1>
544</refentry>
545
546<!-- Keep this comment at the end of the file
547Local variables:
548mode: sgml
549sgml-omittag:t
550sgml-shorttag:t
551sgml-minimize-attributes:nil
552sgml-always-quote-attributes:t
553sgml-indent-step:2
554sgml-indent-data:t
555sgml-parent-document:nil
556sgml-default-dtd-file:nil
557sgml-exposed-tags:nil
558sgml-local-catalogs:nil
559sgml-local-ecat-files:nil
560End:
561-->