Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
41b22d58
Commit
41b22d58
authored
Sep 15, 2004
by
Josh Coalson
Browse files
rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated
parent
e85af286
Changes
2
Hide whitespace changes
Inline
Side-by-side
man/metaflac.1
View file @
41b22d58
...
...
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "METAFLAC" "1" "
29 July
2004" "" ""
.TH "METAFLAC" "1" "
14 September
2004" "" ""
.SH NAME
metaflac \- program to list, add, remove, or edit metadata in one or more FLAC files.
.SH SYNOPSIS
...
...
@@ -61,36 +61,34 @@ Show the # of bits per sample from the STREAMINFO block.
\fB--show-total-samples\fR
Show the total # of samples from the STREAMINFO block.
.TP
\fB--show-
vc-
vendor\fR
\fB--show-vendor
-tag
\fR
Show the vendor string from the VORBIS_COMMENT block.
.TP
\fB--show-vc-field=name\fR
Show all Vorbis comment fields where the the field name matches
\&'name'.
\fB--show-tag=name\fR
Show all tags where the the field name matches 'name'.
.TP
\fB--remove-
vc-field
=name\fR
Remove all
Vorbis comment field
s whose field name is 'name'.
\fB--remove-
tag
=name\fR
Remove all
tag
s whose field name is 'name'.
.TP
\fB--remove-
vc-
first
field
=name\fR
Remove first
Vorbis comment field
whose field name is 'name'.
\fB--remove-first
-tag
=name\fR
Remove first
tag
whose field name is 'name'.
.TP
\fB--remove-vc-all\fR
Remove all Vorbis comment fields, leaving only the vendor string
in the VORBIS_COMMENT block.
\fB--remove-all-tags\fR
Remove all tags, leaving only the vendor string.
.TP
\fB--set-
vc-field
=field\fR
Add a
Vorbis comment field
. The field must comply with the
\fB--set-
tag
=field\fR
Add a
tag
. The field must comply with the
Vorbis comment spec, of the form "NAME=VALUE". If there is
currently no
VORBIS_COMMENT
block, one will be created.
currently no
tag
block, one will be created.
.TP
\fB--import-
vc
-from=file\fR
Import
Vorbis comment
s from a file. Use '-' for stdin. Each
\fB--import-
tags
-from=file\fR
Import
tag
s from a file. Use '-' for stdin. Each
line should be of the form NAME=VALUE. Multi-line comments
are currently not supported. Specify --remove-
vc-
all and/or
--no-utf8-convert before --import-
vc
-from if necessary.
are currently not supported. Specify --remove-all
-tags
and/or
--no-utf8-convert before --import-
tags
-from if necessary.
.TP
\fB--export-
vc
-to=file\fR
Export
Vorbis comment
s to a file. Use '-' for stdin. Each
\fB--export-
tags
-to=file\fR
Export
tag
s to a file. Use '-' for stdin. Each
line will be of the form NAME=VALUE. Specify
--no-utf8-convert if necessary.
.TP
...
...
man/metaflac.sgml
View file @
41b22d58
...
...
@@ -20,7 +20,7 @@ manpage.1: manpage.sgml
<!ENTITY manfirstname "<firstname>dann</firstname>">
<!ENTITY mansurname "<surname>frazier</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY mandate "<date>2004-0
1
-1
7
</date>">
<!ENTITY mandate "<date>2004-0
9
-1
4
</date>">
<!-- SECTION should be 1-8, maybe with subsection. Other parameters are
allowed: see man(7), man(1). -->
<!ENTITY mansection "<manvolnum>1</manvolnum>">
...
...
@@ -194,7 +194,7 @@ manpage.1: manpage.sgml
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-
vc-
vendor</option></term>
<term><option>--show-vendor
-tag
</option></term>
<listitem>
<para>
Show the vendor string from the VORBIS_COMMENT block.
...
...
@@ -202,65 +202,63 @@ manpage.1: manpage.sgml
</listitem>
</varlistentry>
<varlistentry>
<term><option>--show-
vc-field
=name</option></term>
<term><option>--show-
tag
=name</option></term>
<listitem>
<para>
Show all Vorbis comment fields where the the field name matches
'name'.
Show all tags where the the field name matches 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-
vc-field
=name</option></term>
<term><option>--remove-
tag
=name</option></term>
<listitem>
<para>
Remove all
Vorbis comment field
s whose field name is 'name'.
Remove all
tag
s whose field name is 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-
vc-
first
field
=name</option></term>
<term><option>--remove-first
-tag
=name</option></term>
<listitem>
<para>
Remove first
Vorbis comment field
whose field name is 'name'.
Remove first
tag
whose field name is 'name'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove-
vc-
all</option></term>
<term><option>--remove-all
-tags
</option></term>
<listitem>
<para>
Remove all Vorbis comment fields, leaving only the vendor string
in the VORBIS_COMMENT block.
Remove all tags, leaving only the vendor string.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set-
vc-field
=field</option></term>
<term><option>--set-
tag
=field</option></term>
<listitem>
<para>
Add a
Vorbis comment field
. The field must comply with the
Add a
tag
. The field must comply with the
Vorbis comment spec, of the form "NAME=VALUE". If there is
currently no
VORBIS_COMMENT
block, one will be created.
currently no
tag
block, one will be created.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--import-
vc
-from=file</option></term>
<term><option>--import-
tags
-from=file</option></term>
<listitem>
<para>
Import
Vorbis comment
s from a file. Use '-' for stdin. Each
Import
tag
s from a file. Use '-' for stdin. Each
line should be of the form NAME=VALUE. Multi-line comments
are currently not supported. Specify --remove-
vc-
all and/or
--no-utf8-convert before --import-
vc
-from if necessary.
are currently not supported. Specify --remove-all
-tags
and/or
--no-utf8-convert before --import-
tags
-from if necessary.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--export-
vc
-to=file</option></term>
<term><option>--export-
tags
-to=file</option></term>
<listitem>
<para>
Export
Vorbis comment
s to a file. Use '-' for stdin. Each
Export
tag
s to a file. Use '-' for stdin. Each
line will be of the form NAME=VALUE. Specify
--no-utf8-convert if necessary.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment