Skip to content

Releases: wapmorgan/Mp3Info

0.1.0: First minor release

28 May 18:37
Compare
Choose a tag to compare

Fix short description (#29) and remove debug info

0.0.10: Fix short description and remove debug info

28 May 18:36
a28101d
Compare
Choose a tag to compare
  • Fix short description (#29)
  • Remove debug info

0.0.9: Fix duration in come cases

28 May 18:05
Compare
Choose a tag to compare
  • Fix invalid duration due to difference in first N frames. (#13 #24)
    Solution: read few frames and compute duration based on the last frame data.

0.0.8: More checks for remote files and php 8 fix

15 Jun 23:43
Compare
Choose a tag to compare
  • #23: Fix isValidAudio logic for remote URL (@paurakhsharma)
  • #21: Suppress check for valid audio on URLs to fix 'File not present' errors when passing URLs to constructor (@shannah)
  • #25: Fix php 8 usage of implode (@davaxi)

0.0.7: Scanning remote files

12 Aug 00:41
Compare
Choose a tag to compare

isValidAudio and new Mp3Info() supports remote files now

0.0.6: id3v2.4 and cover

11 Aug 18:43
Compare
Choose a tag to compare

Added reading id3v2.4.0.
Fix counting duration (#16)
Added cover extraction (#18)

0.0.5: Fixed bugs

03 Dec 00:58
Compare
Choose a tag to compare
  • 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

14 Jan 19:43
Compare
Choose a tag to compare
  • Fixed utf-16 text frames.
  • Fixed isValidAudio() method.

0.0.3: Fixed unexpected padding problem

19 Mar 20:11
Compare
Choose a tag to compare

Fixed problem with unexpected padding before audio data (At x(0xXX) should be the first frame header).

0.0.2: Initial id3v2 support

15 Jan 23:17
Compare
Choose a tag to compare

Added:

  • Parsing main id3v2.3 tags (TALB, TCON, TIT2, TPE1, TYER, TXXX, COMM, PCNT)