read ID3v1 or ID3v2 tags...possible?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

read ID3v1 or ID3v2 tags...possible?

Post by Burrito »

I am going to build a music library for all of my mp3s and I'd like to make something that can just scan my folder grab all of my file info (including meta info) and dump it into a mysql db. Does anyone know if it's possible to read ID3 tags from mp3 files using php?

please advise,

thx,
Burrito
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I have a wicked class I found on sourceforge (i think :?) I'lll send you it later if you can't find it yourself.

It does other media formats too ;)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

http://getid3.sourceforge.net/

It's brilliant - seriously... it does loads (and comes with some nice demos) ;)
Post Reply