From d63c2311833f9edee58ab1a907aef86cfa39775a Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 26 Sep 2006 01:02:01 +0000 Subject: [PATCH] more PICTURE-related items --- doc/html/changelog.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 9dde147..318283f 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -76,7 +76,7 @@
  • FLAC format:
  • @@ -91,6 +91,7 @@
  • Improved the -F to allow decoding of FLAC files whose metadata is corrupted, and other kinds of corruption.
  • Encoder can now take FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.
  • Added a new option --tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
  • +
  • Added a new option --picture for adding pictures.
  • Added support for encoding from non-compressed AIFF-C (SF #1090933).
  • Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see here).
  • MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725).
  • @@ -105,6 +106,7 @@ metaflac:
  • @@ -179,6 +185,7 @@
  • Added OggFLAC::Encoder::Stream::set_apodization()
  • Added OggFLAC::Metadata::CueSheet::calculate_cddb_id()
  • Added OggFLAC::Metadata::get_cuesheet()
  • +
  • Added OggFLAC::Metadata::get_picture()
  • -- 2.7.4