Skip to content

0.7.0

Compare
Choose a tag to compare
@thebigmunch thebigmunch released this 17 Feb 16:12

Commits

Added

  • ID3 version as attribute on ID3v2Frames.
  • VorbisComment.
  • InvalidComment exception.

Changed

  • Set FIELD_MAP on instance rather than class in ID3v2Frames.load.
  • Convert LAMEHeader.unwise_settings_used to boolean.
  • Handle ID3 frames not valid for ID3 header version.
    Ignore them and emit a warning to the user.
  • Move models module to top level.
  • vorbis.VorbisPicture -> flac.FLACPicture.

Fixed

  • RIFFTags field values are now lists.
  • Regression with MP3StreamInfo.find_mpeg_frames caching.