getID3() | |||||
Download getID3()
System Requirements: Your web hosting provider must support PHP:
|
|||||
getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats:
getID3() can write:
Note: Tag writing (for all file and tag formats) is barely alpha-quality code, and needs considerable rewriting, and is generally unsupported. Use with caution, and expect that things may be incomplete or broken. Viewable source files for v1.9.21:Can I use getID3 in my commercial program? Note that getID3() is multi-licensed under several "free" licenses, notably GPLv1, GPLv2, GPLv3, LGPL, MPL. The below section deals with GPL specifically: The GPL is a little complicated, especially when mixing with non-GPL code. There is a FAQ here that may (or may not) help: https://www.gnu.org/licenses/gpl-faq.html My interpretation of it is that if your code is only loosely tied to getID3 it would be considered a separate program and have no restriction on what license you use. For example, if getID3 sits in its own directory and your code checks to make sure it is there and can still work (or at least not crash, just give a warning like "getID3 files not found, cannot process metadata") if getID3 is missing, then it is a separate program. The user could download a new version of getID3 and upgrade that portion themselves, since it sits by itself. On the other hand, if you take functions from getID3 source and include it in your own code directly, then it is an integral part of your program and you would need to release your code under the GPL (or compatible license). Licensed gCL (commercial) usersThis is the official list of licensed getID3 Commercial Licensees:
Note: existing gCL licences remain valid, but new ones are no longer offered. |