| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.zip.php | 21 $getid3 = new getID3(); 22 $getid3->info['filesize'] = filesize($filename); 24 if ($getid3->fp = fopen($filename, 'rb')) { 26 $getid3_zip = new getid3_zip($getid3); 28 if (($getid3->info['fileformat'] == 'zip') && !empty($getid3->info['zip']['files'])) { 29 if (!empty($getid3->info['zip']['central_directory'])) { 30 $ZipDirectoryToWalk = $getid3->info['zip']['central_directory']; 31 } elseif (!empty($getid3->info['zip']['entries'])) { 32 $ZipDirectoryToWalk = $getid3->info['zip']['entries']; 35 fclose($getid3->fp); [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.mod.php | 27 $info = &$this->getid3->info; 47 $info = &$this->getid3->info; 57 …$this->error('MOD parsing not enabled in this version of getID3() ['.$this->getid3->version().']'); 65 $info = &$this->getid3->info; 75 …$this->error('XM-MOD parsing not enabled in this version of getID3() ['.$this->getid3->version().'… 83 $info = &$this->getid3->info; 93 …$this->error('ScreamTracker parsing not enabled in this version of getID3() ['.$this->getid3->vers… 101 $info = &$this->getid3->info; 111 …$this->error('ImpulseTracker parsing not enabled in this version of getID3() ['.$this->getid3->ver…
|
| D | module.audio.wavpack.php | 26 $info = &$this->getid3->info; 36 } elseif (feof($this->getid3->fp)) { 151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)… 155 if (feof($this->getid3->fp)) { 227 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp… 249 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
|
| D | module.audio-video.bink.php | 26 $info = &$this->getid3->info; 28 … Smacker files not properly processed by this version of getID3() ['.$this->getid3->version().']'); 49 $info = &$this->getid3->info; 69 $info = &$this->getid3->info;
|
| D | getid3.php | 1927 protected $getid3; // pointer variable in getid3_handler 1965 * @param getID3 $getid3 1968 public function __construct(getID3 $getid3, $call_module=null) { argument 1969 $this->getid3 = $getid3; 1993 $saved_avdataoffset = $this->getid3->info['avdataoffset']; 1994 $saved_avdataend = $this->getid3->info['avdataend']; 1995 …$saved_filesize = (isset($this->getid3->info['filesize']) ? $this->getid3->info['filesize'] : … 1998 $this->getid3->info['avdataoffset'] = 0; 1999 $this->getid3->info['avdataend'] = $this->getid3->info['filesize'] = $this->data_string_length; 2005 $this->getid3->info['avdataoffset'] = $saved_avdataoffset; [all …]
|
| D | module.audio.optimfrog.php | 28 $info = &$this->getid3->info; 58 $info = &$this->getid3->info; 82 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp… 107 $info = &$this->getid3->info; 110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) { 264 …Etag processing inside OptimFROG not supported in this version ('.$this->getid3->version().') of g… 313 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
|
| D | module.audio.amr.php | 27 $info = &$this->getid3->info; 52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) { 53 $buffer .= $this->fread($this->getid3->fread_buffer_size() * 2);
|
| D | module.audio.flac.php | 33 $info = &$this->getid3->info; 53 $info = &$this->getid3->info; 148 …if (isset($info['flac']['PICTURE']) && ($this->getid3->option_save_attachments !== getID3::ATTACHM… 240 $info = &$this->getid3->info; 273 $info = &$this->getid3->info; 288 $info = &$this->getid3->info; 322 $info = &$this->getid3->info; 324 $getid3_ogg = new getid3_ogg($this->getid3); 346 $info = &$this->getid3->info; 403 $info = &$this->getid3->info;
|
| D | module.audio.lpac.php | 28 $info = &$this->getid3->info; 86 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
|
| D | module.audio.dss.php | 27 $info = &$this->getid3->info; 60 …$this->getid3->warning('DSS above version 3 not fully supported in this version of getID3. Any add… 71 …$this->getid3->warning('playtime_ms ('.number_format($info['dss']['playtime_ms'] / 1000, 3).') doe… 108 $this->getid3->warning('unknown sample_rate_index: 0x'.strtoupper(dechex($sample_rate_index)));
|
| D | module.audio.bonk.php | 27 $info = &$this->getid3->info; 127 $info = &$this->getid3->info; 171 while (!feof($this->getid3->fp)) { 207 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
|
| D | module.audio.ogg.php | 30 $info = &$this->getid3->info; 53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) { 54 …$this->error('Could not find start of Ogg page in the first '.$this->getid3->fread_buffer_size().'… 189 …$this->warning('Ogg Theora (v3) not fully supported in this version of getID3 ['.$this->getid3->ve… 250 …$this->error('Ogg Theora (v1) not correctly handled in this version of getID3 ['.$this->getid3->ve… 266 …$this->error('Ogg Skeleton not correctly handled in this version of getID3 ['.$this->getid3->versi… 317 $flac = new getid3_flac($this->getid3); 350 $this->fseek(max($info['avdataend'] - $this->getid3->fread_buffer_size(), 0)); 351 $LastChunkOfOgg = strrev($this->fread($this->getid3->fread_buffer_size())); 421 $info = &$this->getid3->info; [all …]
|
| D | module.archive.zip.php | 27 $info = &$this->getid3->info; 161 $info = &$this->getid3->info; 169 rewind($this->getid3->fp); 209 $info = &$this->getid3->info; 215 rewind($this->getid3->fp); 279 if (!empty($this->getid3->info['zip']['central_directory'])) { 280 foreach ($this->getid3->info['zip']['central_directory'] as $central_directory_entry) { 299 …$this->getid3->warning('invalid Local File Header Data Descriptor Signature at offset '.($this->ft… 307 foreach ($this->getid3->info['zip']['central_directory'] as $central_directory_entry) {
|
| D | module.audio-video.wtv.php | 27 $info = &$this->getid3->info; 32 …TV Show) files not properly processed by this version of getID3() ['.$this->getid3->version().']');
|
| D | module.graphic.gif.php | 32 $info = &$this->getid3->info; 97 if ($this->getid3->option_extra_info) { 111 while (!feof($this->getid3->fp)) { 181 if ($this->getid3->option_extra_info) {
|
| D | module.archive.xz.php | 28 $info = &$this->getid3->info; 40 $this->error('XZ parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
|
| D | module.misc.msoffice.php | 27 $info = &$this->getid3->info; 38 …(.doc, .xls, etc) parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
|
| D | module.tag.lyrics3.php | 26 $info = &$this->getid3->info; 112 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp… 143 $info = &$this->getid3->info;
|
| D | module.audio.aa.php | 27 $info = &$this->getid3->info; 44 …e Audiobook (.aa) parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
|
| D | module.misc.pdf.php | 29 $info = &$this->getid3->info; 107 …$this->warning('PDF parsing incomplete in this version of getID3() ['.$this->getid3->version().']'… 119 $info = &$this->getid3->info;
|
| D | module.graphic.efax.php | 27 $info = &$this->getid3->info; 50 …$this->error('eFax parsing not enabled in this version of getID3() ['.$this->getid3->version().']'…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/helperapps/ |
| D | readme.helperapps.txt | 2 /// getID3() by James Heinrich <info@getid3.org> // 3 // available at http://getid3.sourceforge.net // 4 // or https://www.getid3.org // 18 The location of this directory is configurable in /getid3/getid3.php 23 from the usual download location (http://getid3.sourceforge.net)
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | license.txt | 2 /// getID3() by James Heinrich <info@getid3.org> // 3 // available at http://getid3.sourceforge.net // 4 // or https://www.getid3.org // 23 getID3 Commercial License: https://www.getid3.org/#gCL (payment required)
|
| D | dependencies.txt | 2 /// getID3() by James Heinrich <info@getid3.org> // 3 // available at http://getid3.sourceforge.net // 4 // or https://www.getid3.org //
|
| D | changelog.txt | 2 /// getID3() by James Heinrich <info@getid3.org> // 3 // available at http://getid3.sourceforge.net // 4 // or https://www.getid3.org // 270 » New demo: demos/getid3.demo.dirscan.php (by Karl G. Holz) 411 Removed obsolte functions from getid3.lib.php: 567 new file: demos/getid3.css 668 https://www.getid3.org/phpBB3/viewtopic.php?t=677 851 New file: /getid3/module.graphic.tiff.php 875 /demo/getid3.browse.php 878 (thanks getid3Øjsc*pp*ru) [all …]
|