Hi, i'm currently writing a podcasting system for my website, i'm just stuck on getting the track length of mp3's that i upload to my server.
I've looked at the id3_get_tag() function but that doesn't return track length from what i can tell.
Also, would it be possible to do this during upload? The reason i ask is that i want the track length to be inserted into a database, and it would be very handy if i could get this done when the file and file description are uploaded to the site. I don't know if this is possible?
Does anyone on here have any ideas? I'd really appreciate any input at all. Thanks
I've looked at the id3_get_tag() function but that doesn't return track length from what i can tell.
Also, would it be possible to do this during upload? The reason i ask is that i want the track length to be inserted into a database, and it would be very handy if i could get this done when the file and file description are uploaded to the site. I don't know if this is possible?
Does anyone on here have any ideas? I'd really appreciate any input at all. Thanks