Software Details:
Version: 0.1
Upload Date: 12 Apr 15
Distribution Type: Freeware
Downloads: 74
The mp3Data class uses the getID3 PHP library to parse an MP3 file's header for ID3 tags.
It can be used to fetch meta data like:
Artist name
Song title
Album artwork
Genre
Year
Lyrics
Comments
Publisher info
This information can then be passed to a more complex application, and be used to show related content, customize the MP3 player, or suggest new relevant artists to the user.
mp3Data needs getID3 to work, but mp3Data's interface is much easier to use than getID3's.
What is new in this release:
- mp3Data has been moved to the Navarr namespace.
- Instead of returning false for errors, mp3Data now throws exceptions. (For file not found and failure to analyze)
- We've added tests. For this release we're at 83% Code Coverage!
- Moved to composer for managing our getid3 dependency (instead of including it in our codebse)
- Added export-ignore .gitattributes so you don't clutter your vendor directory with unnecessary files.
Requirements:
- getID3
Comments not found