Lines Matching refs:getID3

1 getID3() by James Heinrich (<info@getid3.org>)
5 getID3() is released under multiple licenses. You may choose from the following licenses, and use g…
23 **getID3 Commercial License:**
29 directory of the getID3 distribution.
38 **Q:** How can I check that getID3() works on my server/files?
40 **A:** Unzip getID3() to a directory, then access `/demos/demo.browse.php`
66 What does getID3() do?
148 * PHP 4.2.0 up to 5.2.x for getID3() 1.7.x (and earlier)
149 * PHP 5.0.5 (or higher) for getID3() 1.8.x (and up)
150 * PHP 5.0.5 (or higher) for getID3() 2.0.x (and up)
159 See /demos/demo.basic.php for a very basic use of getID3() with no
164 **For an example of a complete directory-browsing, file-scanning implementation of getID3(), please…
172 locally first before running getID3(). Your code would look something
178 // Copy remote file locally to scan with getID3()
181 $localtempfilename = tempnam('/tmp', 'getID3');
187 // Initialize getID3 engine
188 $getID3 = new getID3;
189 $ThisFileInfo = $getID3->analyze($localtempfilename);
218 getID3() 1.x:
227 then the data that is returned is OK - usually getID3() is reporting
233 getID3() 2.x:
240 getID3() has been tested on many systems, on many types of files,
244 file, especially within the writing functions. By using getID3() you
271 **Q:** Can I use getID3() in my program? Do I need a commercial license?
273 **A:** You're generally free to use getID3 however you see fit. The only
275 selling your closed-source program that integrates getID3. If you
276 sell your program including a copy of getID3, that's fine as long
278 can distribute your code without getID3 and say "download it from
283 Why is it called "getID3()" if it does so much more than just that?
290 function getID3($filename) { return unpack('a3TAG/a30title/a30artist/a30album/a4year/a28comment/c1t…
377 Known Bugs/Issues in getID3() that may be fixed eventually
399 therefore fails. getID3 ignores this and returns wrong md5_data.
403 Known Bugs/Issues in getID3() that cannot be fixed
408 Files larger than 2GB cannot always be parsed fully by getID3()
446 as ID3v2.4) (detected by getID3())
450 confirmed. (detected by getID3())
453 written just "value" (detected by getID3())
459 ID3v2.2-style frame name) (detected by getID3())
474 TwinVQF v2.0 (detected by getID3())
486 NOTE: getID3() will calculate md5_data in a method similar to
490 v0.4.0 - getID3() will calculate md5_data in a method similar to
499 (detected by getID3())
504 (detected by getID3())
507 (detected and handled by getID3() since v1.9.2)