Lines Matching refs:getID3

2 /// getID3() by James Heinrich <info@getid3.org>               //
5 // also https://github.com/JamesHeinrich/getID3 //
11 getID3() is released under multiple licenses. You may choose
12 from the following licenses, and use getID3 according to the
23 getID3 Commercial License: https://www.getid3.org/#gCL (payment required)
28 directory of the getID3 distribution.
40 Q: How can I check that getID3() works on my server/files?
41 A: Unzip getID3() to a directory, then access /demos/demo.browse.php
67 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.3.0 (or higher) for getID3() 1.9.17 (and up)
151 * PHP 5.3.0 (or higher) for getID3() 2.0.x (and up)
160 See /demos/demo.basic.php for a very basic use of getID3() with no
166 *> file-scanning implementation of getID3(), please run <*
175 locally first before running getID3(). Your code would look something
178 // Copy remote file locally to scan with getID3()
181 $localtempfilename = tempnam('/tmp', 'getID3');
191 // Initialize getID3 engine
192 $getID3 = new getID3;
194 $ThisFileInfo = $getID3->analyze($localtempfilename, $remote_filesize, basename($remotefilename));
203 to $getID3->analyze(), for original filesize and original filename
229 getID3() 1.x:
237 then the data that is returned is OK - usually getID3() is reporting
243 getID3() 2.x:
251 getID3() has been tested on many systems, on many types of files,
255 file, especially within the writing functions. By using getID3() you
283 Q: Can I use getID3() in my program? Do I need a commercial license?
284 A: You're generally free to use getID3 however you see fit. The only
286 selling your closed-source program that integrates getID3. If you
287 sell your program including a copy of getID3, that's fine as long
289 can distribute your code without getID3 and say "download it from
294 Why is it called "getID3()" if it does so much more than just that?
299 …function getID3($filename) { return unpack('a3TAG/a30title/a30artist/a30album/a4year/a28comment/c1…
384 Known Bugs/Issues in getID3() that may be fixed eventually
406 therefore fails. getID3 ignores this and returns wrong md5_data.
410 Known Bugs/Issues in getID3() that cannot be fixed
415 Files larger than 2GB cannot always be parsed fully by getID3()
448 (detected and worked around by getID3())
460 as ID3v2.4) (detected by getID3())
464 confirmed. (detected by getID3())
467 written just "value" (detected by getID3())
474 (detected by getID3() since 1.9.12-201603221746)
478 ID3v2.2-style frame name) (detected by getID3())
493 TwinVQF v2.0 (detected by getID3())
505 NOTE: getID3() will calculate md5_data in a method similar to
509 v0.4.0 - getID3() will calculate md5_data in a method similar to
518 (detected by getID3())
523 (detected by getID3())
526 (detected and handled by getID3() since v1.9.2)