Forum Moderators: coopster
I'm currently trying to database all of my MP3 samples of my vinyl records for a new site that I am working on. I'm also trying to be clever at the same time - which in turn *should* save me some time.
Can anyone point me in a direction which should lead me to useful information regarding MP3 headers, ID3 tags and the sort and how I would read/use these in PHP.
All help appreciated as I think I'm being a google dumbass :/
TIA,
mbcx9rvt
Also just did a simple google search and this is what I got: PHP Class: ID3 Tag Reader [codingtheweb.partners.phpclasses.org]
To be honest, I'd rather someone point me in the direction of some useful PHP functions. I am now vaguely aware (after some research) that mp3 ID3 tags are stored as either the first few bytes or the last few bytes of an mp3 file, and combining this with fread() I should be able to do some stuff. Just wondered if there was anyone on here that has done something similar before and could push me in the right direction!
Thanks for the help so far. WebmasterWorld always supplies fast responses! God love it!
mbcx9rvt
I'm sure I'll crack it once I understand what's going on with the actual ID3 tags themselves. I reckon that's where I'm getting flummoxed.
Once again thanks for the help so far guys :)
mbcx9rvt