annotate src/flac-1.2.1/man/metaflac.sgml @ 169:223a55898ab9 tip default

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