Releases: rstemmer/id3edit
Releases · rstemmer/id3edit
2.2.1
2.2.0
- id3edit code ported to MacOS by Slava Baryshnikov (SeventyB)
- encoding tests ported to MacOS
- id3edit tests ported to MacOS
2.1.3
2.1.2
2.1.1
2.1.0
- Partial support for extended headers:
--add-crc
: Calculate CRC32 check sum and create an extended header (if not already existing) to store it--rm-exthdr
: Remove an extended header if it exists
You can use --showheader
to see if a CRC check sum stored in the extended header is valid
… or if the Tag is valid 😄
2.0.3
2.0.1
2.0.0-beta2
- ID3v2.4.0 is now supported, not only toleranted
- Added
--get-artwork
to extract an artwork from a mp3 file - JPEG and PNG artworks are supported
- Using iconv for handling different text encodings
- SetTextFrame now allows different encodings
- Added
--force240
to force the version number to ID3v2.4.0 - Added
--strip
to remove the whole ID3 Tag from the file - Added
--encoding
to change the default text encoding for frames - Added support for
TDRC
frames to allow ID3v2.4.0 compatible release dates - Added support for
TCON
frames (--set-genre
,--get-genre
) --dump
now highlightsAPIC
frame content--get-frames
now checks the APIC frame and display the artwork dimensions
2.0.0-beta
- ID3v2.4.0 is now supported, not only toleranted
- Added
--get-artwork
to extract an artwork from a mp3 file - Using iconv for handling different text encodings
- SetTextFrame now allows different encodings
- Added
--force240
to force the version number to ID3v2.4.0 - Added
--strip
to remove the whole ID3 Tag from the file - Added
--encoding
to change the default text encoding for frames - Added support for
TDRC
frames to allow ID3v2.4.0 compatible release dates - Added support for
TCON
frames (--set-genre
,--get-genre
) --dump
now highlightsAPIC
frame content