📄 metaflac.sgml
字号:
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Process this file with docbook-to-man to generate an nroff manual
page: `docbook-to-man manpage.sgml > manpage.1'. You may view
the manual page with: `docbook-to-man manpage.sgml | nroff -man |
less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml
docbook-to-man $< > $@
-->
<!-- This is based on an example constructed by Colin Watson
<email>cjwatson@debian.org</email>, based on a man page template
provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
and a DocBook man page example by Craig Small
<email>csmall@debian.org</email>.
-->
<!-- Fill in the various UPPER CASE things here. -->
<!ENTITY manfirstname "<firstname>dann</firstname>">
<!ENTITY mansurname "<surname>frazier</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY mandate "<date>2005-02-02</date>">
<!-- SECTION should be 1-8, maybe with subsection. Other parameters are
allowed: see man(7), man(1). -->
<!ENTITY mansection "<manvolnum>1</manvolnum>">
<!ENTITY manemail "<email>dannf@debian.org</email>">
<!ENTITY manusername "dannf">
<!ENTITY manucpackage "<refentrytitle>METAFLAC</refentrytitle>">
<!ENTITY manpackage "metaflac">
]>
<refentry>
<refentryinfo>
<address>
&manemail;
</address>
<author>
&manfirstname;
&mansurname;
</author>
<copyright>
<year>2002,2003,2004,2005</year>
<holder>&manusername;</holder>
</copyright>
&mandate;
</refentryinfo>
<refmeta>
&manucpackage;
&mansection;
</refmeta>
<refnamediv>
<refname>&manpackage;</refname>
<refpurpose>
program to list, add, remove, or edit metadata in one or more FLAC files.
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&manpackage;</command>
<group choice="opt"><arg><replaceable>options</replaceable></arg></group>
<group choice="opt">
<arg><replaceable>operations</replaceable></arg></group>
<arg rep="repeat" choice="req"><replaceable>FLACfile</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>Use <command>&manpackage;</command> to list, add, remove, or edit
metadata in one or more FLAC files. You may perform one major operation,
or many shorthand operations at a time.</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>--preserve-modtime</option></term>
<listitem>
<para>
Preserve the original modification time in spite of edits.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--with-filename</option></term>
<listitem>
<para>
Prefix each output line with the FLAC file name (the default if
more than one FLAC file is specified).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--no-filename</option></term>
<listitem>
<para>
Do not prefix each output line with the FLAC file name (the default
if only one FLAC file is specified).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--dont-use-padding</option></term>
<listitem>
<para>
By default metaflac tries to use padding where possible to avoid
rewriting the entire file if the metadata size changes. Use this
option to tell metaflac to not take advantage of padding this way.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>SHORTHAND OPERATIONS</title>
<variablelist>
<varlistentry>
<term><option>--show-md5sum</option></term>
<listitem>
<para>
Show the MD5 signature from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-min-blocksize</option></term>
<listitem>
<para>
Show the minimum block size from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-max-blocksize</option></term>
<listitem>
<para>
Show the maximum block size from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-min-framesize</option></term>
<listitem>
<para>
Show the minimum frame size from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-max-framesize</option></term>
<listitem>
<para>
Show the maximum frame size from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-sample-rate</option></term>
<listitem>
<para>
Show the sample rate from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-channels</option></term>
<listitem>
<para>
Show the number of channels from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-bps</option></term>
<listitem>
<para>
Show the # of bits per sample from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-total-samples</option></term>
<listitem>
<para>
Show the total # of samples from the STREAMINFO block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-vendor-tag</option></term>
<listitem>
<para>
Show the vendor string from the VORBIS_COMMENT block.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-tag=name</option></term>
<listitem>
<para>
Show all tags where the the field name matches 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-tag=name</option></term>
<listitem>
<para>
Remove all tags whose field name is 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-first-tag=name</option></term>
<listitem>
<para>
Remove first tag whose field name is 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-all-tags</option></term>
<listitem>
<para>
Remove all tags, leaving only the vendor string.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set-tag=field</option></term>
<listitem>
<para>
Add a tag. The field must comply with the
Vorbis comment spec, of the form "NAME=VALUE". If there is
currently no tag block, one will be created.
</para>
</listitem>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -