Skip to content

Releases: thebigmunch/audio-metadata

0.3.3

26 Jan 21:53
Compare
Choose a tag to compare

Commits

Fixed

  • Missing encoding argument to decode_bytestring call.

0.3.2

26 Jan 21:18
Compare
Choose a tag to compare

Commits

Added

  • Support for multiple values in ID3v2.4 text information frames.
  • Support for TDRC and TDRL frames.

0.3.1

16 Jan 18:44
Compare
Choose a tag to compare

Commits

Changed

  • Move Tags subclass __init__ methods to Tags class.
    This should have been the case from the beginning; I just didn't notice.
    This should have no effect to users except that Tags can now be
    initialized like a dict itself.

0.3.0

15 Jan 19:07
Compare
Choose a tag to compare

Commits

Added

  • ID3v1 support. ID3v1 is loaded from MP3s if, and only if, no ID3v2 header is found.
  • items property to ListMixin.

Fixed

  • High memory usage spikes when loading some ID3 tags.

0.2.0

13 Nov 11:20
Compare
Choose a tag to compare

Commits

Added

  • Add support for loading ID3v2.2 tags.

Changed

  • Refactor determine_format.

Fixed

  • Loading MP3 files with less than 4 MPEG frames
    now works so long as there is a XING header.
  • Various bugs with loading WAV files.

0.1.0

19 Oct 16:10
Compare
Choose a tag to compare

Commits

  • Initial release.