<li>Add support for encoding from non-compressed AIFF-C (<ahref="https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478">SF #1090933</a>).</li>
<li>Added a new option <ahref="documentation.html#flac_options_tag_from_file"><spanclass="argument">--tag-from-file</span></a> for setting a tag from file (e.g. for importing a cuesheet as a tag).</li>
<li>Added support for encoding from non-compressed AIFF-C (<ahref="https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478">SF #1090933</a>).</li>
<li>Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see <ahref="http://www.hydrogenaudio.org/forums/index.php?showtopic=31282">here</a>).</li>
<li>Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
<li>Fixed a bug that caused a crash when <spanclass="argument">-a</span> and <spanclass="argument">-t</span> were used together (<ahref="https://sourceforge.net/tracker/index.php?func=detail&aid=1229481&group_id=13478&atid=113478">SF #1229481</a>).</li>
...
...
@@ -95,6 +96,7 @@
<li>
metaflac:
<ul>
<li>Added a new option <ahref="documentation.html#metaflac_shorthand_set_tag_from_file"><spanclass="argument">--set-tag-from-file</span></a> for setting a tag from file (e.g. for importing a cuesheet as a tag).</li>
<li>Added shorthand operation <ahref="documentation.html#metaflac_shorthand_remove_replay_gain"><spanclass="argument">--remove-replay-gain</span></a> for removing ReplayGain tags.</li>
<li>Importing of non-CDDA-compliant cuesheets now issues a warning.</li>
Add a FLAC tag. The comment must adhere to the Vorbis comment spec (which FLAC tags implement), i.e. the FIELD must contain only legal characters, terminated by an 'equals' sign. Make sure to quote the comment if necessary. This option may appear more than once to add several comments. NOTE: all tags will be added to all encoded files.
Like <ahref="#flac_options_tag"><spanclass="argument">--tag</span></a>, except FILENAME is a file whose contents will be read verbatim to set the tag value. The contents will be converted to UTF-8 from the local charset. This can be used to store a cuesheet in a tag (e.g. <spanclass="argument">--tag-from-file="CUESHEET=image.cue"</span>). Do not try to store binary data in tag fields! Use APPLICATION blocks for that.
Add a tag. The <spanclass="argument">FIELD</span> must comply with the Vorbis comment spec, of the form <spanclass="argument">NAME=VALUE</span>. If there is currently no tag block, one will be created.
Like <ahref="#metaflac_shorthand_set_tag"><spanclass="argument">--set-tag</span></a>, except the VALUE is a filename whose contents will be read verbatim to set the tag value. Unless <ahref="#metaflac_options_no_utf8_convert"><spanclass="argument">--no-utf8-convert</span></a> is specified, the contents will be converted to UTF-8 from the local charset. This can be used to store a cuesheet in a tag (e.g. <spanclass="argument">--set-tag-from-file="CUESHEET=image.cue"</span>). Do not try to store binary data in tag fields! Use APPLICATION blocks for that.
Import tags from a file. Use '-' for stdin. Each line should be of the form <spanclass="argument">NAME=VALUE</span>. Multi-line comments are currently not supported. Specify <spanclass="argument">--remove-all-tags</span> and/or <spanclass="argument">--no-utf8-convert</span> before <spanclass="argument">--import-tags-from</span> if necessary.
Import tags from a file. Use '-' for stdin. Each line should be of the form <spanclass="argument">NAME=VALUE</span>. Multi-line comments are currently not supported. Specify <spanclass="argument">--remove-all-tags</span> and/or <ahref="#metaflac_options_no_utf8_convert"><spanclass="argument">--no-utf8-convert</span></a> before <spanclass="argument">--import-tags-from</span> if necessary.
Export tags to a file. Use '-' for stdin. Each line will be of the form <spanclass="argument">NAME=VALUE</span>. Specify <spanclass="argument">--no-utf8-convert</span> if necessary.
Export tags to a file. Use '-' for stdin. Each line will be of the form <spanclass="argument">NAME=VALUE</span>. Specify <ahref="#metaflac_options_no_utf8_convert"><spanclass="argument">--no-utf8-convert</span></a> if necessary.