Releases: thebigmunch/audio-metadata
Releases · thebigmunch/audio-metadata
0.3.3
Commits
Fixed
- Missing
encoding
argument to decode_bytestring
call.
0.3.2
Commits
Added
- Support for multiple values in ID3v2.4 text information frames.
- Support for
TDRC
and TDRL
frames.
0.3.1
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
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
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.