Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
-
trace
- Forum God

- Posts: 2056
- Joined: 22/11/2002 - 15:32
- Location: Hellefors, Sweden
-
Contact:
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?

-
moog
- 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

I love standards. There is so many to choose from.
-
Jan Lund Thomsen
- Forum Admin

- Posts: 1178
- Joined: 25/11/2002 - 13:16
- Location: Copenhagen, Denmark
-
Contact:
Post
by Jan Lund Thomsen »
Incidentally, RKO also uses this library. Dunno if that counts as a recommendation, though.

-
trace
- 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

-
skitz
- 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!
