Page 1 of 1

OT: php mp3 id-tag reader...

Posted: 18/08/2006 - 18:54
by trace
Alittle OT ;)
I'm going crazy looking for this and how to search for it...

But is there a php script that reads the id tag in a mp3 and displays it nicely? :)

Posted: 18/08/2006 - 19:53
by moog
Howdy,

http://getid3.sourceforge.net/ --- here it is a library which reads tags and other useful informations from many file-types.

But if You need only mp3 tag reader, there are already implemented functions in PHP5 core.

EDIT: look into php help file in section "ID3 functions"

Cheers :D

Posted: 18/08/2006 - 20:52
by Jan Lund Thomsen
moog wrote:http://getid3.sourceforge.net/ --- here it is a library which reads tags and other useful informations from many file-types.
Incidentally, RKO also uses this library. Dunno if that counts as a recommendation, though. :D

Posted: 18/08/2006 - 21:13
by trace
thanks moog and jan :)

Jan: i thought you had something like that on your site :)

I will check it out tomorrow, are at work now, doing some overtime, need the money ;)

Posted: 18/08/2006 - 22:28
by skitz
Yes, getID3() is a really nice library (Jan, you might want upgrade to v1.7.7 as it does fix several issues with writting tags with odd characters).

There are loads and loads of demo scripts to show how it works... excellent lib! :)