Releases: wapmorgan/Mp3Info
Releases · wapmorgan/Mp3Info
0.1.0: First minor release
0.0.10: Fix short description and remove debug info
- Fix short description (#29)
- Remove debug info
0.0.9: Fix duration in come cases
0.0.8: More checks for remote files and php 8 fix
0.0.7: Scanning remote files
isValidAudio and new Mp3Info() supports remote files now
0.0.6: id3v2.4 and cover
0.0.5: Fixed bugs
- Added
$tags
property with list of combined (id3v1 & id3v2) tags for simple access to all data. - Fixed bug #14, when audio uses codec of version 2.5.
- Fixed bug #5, when audio duration exceeds real duration for few seconds (problem was incorrect detection of sample rate).
- Fixed calculcation of duration for audio with VBR - now it adjusts with VBR-quality value.
0.0.4: Fixed bugs
- Fixed utf-16 text frames.
- Fixed
isValidAudio()
method.
0.0.3: Fixed unexpected padding problem
Fixed problem with unexpected padding before audio data (At x(0xXX) should be the first frame header
).
0.0.2: Initial id3v2 support
Added:
- Parsing main id3v2.3 tags (TALB, TCON, TIT2, TPE1, TYER, TXXX, COMM, PCNT)