OT: php mp3 id-tag reader...

Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
Post Reply
User avatar
trace
Forum God
Forum God
Posts: 2056
Joined: 22/11/2002 - 15:32
Location: Hellefors, Sweden
Contact:

OT: php mp3 id-tag reader...

Post 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? :)
(Carpe Diem Seize the day)
Soundcloud PowerTrace
c64-> /various/M-r/Noise_of_SID
User avatar
moog
Forum Loony
Forum Loony
Posts: 229
Joined: 09/03/2006 - 20:37
Location: Katowice, Poland

Post 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
I love standards. There is so many to choose from.
User avatar
Jan Lund Thomsen
Forum Admin
Forum Admin
Posts: 1174
Joined: 25/11/2002 - 13:16
Location: Copenhagen, Denmark
Contact:

Post 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
User avatar
trace
Forum God
Forum God
Posts: 2056
Joined: 22/11/2002 - 15:32
Location: Hellefors, Sweden
Contact:

Post 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 ;)
(Carpe Diem Seize the day)
Soundcloud PowerTrace
c64-> /various/M-r/Noise_of_SID
User avatar
skitz
Scene Legend
Scene Legend
Posts: 704
Joined: 03/12/2002 - 22:00
Location: Milton Keynes, UK
Contact:

Post 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! :)
DJ Skitz
email: skitz@djskitz.com
email: skitz@slayradio.org
Post Reply