add --export-picture-to option to metaflac

This commit is contained in:
Josh Coalson
2006-11-02 03:40:44 +00:00
parent 7afb1553c7
commit 989f26701d
9 changed files with 162 additions and 31 deletions

View File

@@ -342,6 +342,14 @@ manpage.1: manpage.sgml
<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>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--export-picture-to=file</option></term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add-replay-gain</option></term>
<listitem>