Reading MP3 ID3 tags in JavaScript

Javascript code
Sep
14

Browsing around today, I came across a potentially useful library. If you're run, or are going to build a website that delivers MP3 content to visitors, such as MP3's of podcasts, etc. then you're likely going to want a "landing page" for the content to describe what the MP3 is about. With this JavaScript library I found today it could speed this process up by reading the contents of ID3v2 tags so that you can do as you will with this information. Apparently this is based on code that is used to read EXIF data from JPEGs taken from digital cameras. Both of these are definitely useful for media sites.

your comments - Post a comment

blog comments powered by Disqus