Verifying a valid MP3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Bigun
Forum Contributor
Posts: 237
Joined: Tue Jun 13, 2006 10:50 am

Verifying a valid MP3

Post by Bigun »

How can I make sure an MP3 is valid once it is uploaded?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Process the entire file analyzing everything. That's the only near 100% way to verify it. If you want just a quick check, digging out the ID3 information among other things is "okay."

getID3
Bigun
Forum Contributor
Posts: 237
Joined: Tue Jun 13, 2006 10:50 am

Post by Bigun »

It looks decent enough. Although their latest stable edition link provides this lovely message:

Code: Select all

500 - Internal Server Error
Is the latest beta version safe enough?
Last edited by Bigun on Fri Jun 23, 2006 7:13 pm, edited 1 time in total.
Bigun
Forum Contributor
Posts: 237
Joined: Tue Jun 13, 2006 10:50 am

Post by Bigun »

I was able to manhandle the site and find the stable download...
Post Reply