Reading MP3 id data

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
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Reading MP3 id data

Post by Gen-ik »

Does anyone know (or have) a good MP3 class() which I could use to read MP3 file information (id tags, track length, etc).

I've tried searching Google but keep getting a load of utter rubbish :?

I'm not too worried about writing id3 tags or anything, in fact I won't need to do that at all, it's just the info reading I'm after.


Thanks.
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

For specific things like that, I usually find http://www.sourceforge.net very helpful. I think this is what you are looking for :D

http://sourceforge.net/projects/getid3/
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Thanks mate.. that looks like the sort of thing I'm after.
Post Reply