Home
last modified time | relevance | path

Searched refs:getid3 (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php21 $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'])) {
31 } elseif (!empty($getid3->info['zip']['entries'])) {
32 $ZipDirectoryToWalk = $getid3->info['zip']['entries'];
35 fclose($getid3->fp);
39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mod.php27 $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…
H A Dmodule.audio-video.bink.php26 $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;
H A Dmodule.audio.wavpack.php26 $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…
H A Dgetid3.php1965 * @param getID3 $getid3
1969 $this->getid3 = $getid3;
1998 $this->getid3->info['avdataoffset'] = 0;
1999 $this->getid3->info['avdataend'] = $this->getid3->info['filesize'] = $this->data_string_length;
2029 return ftell($this->getid3->fp);
2063 $part = fread($this->getid3->fp, $bytes);
2144 $thischar = fgetc($this->getid3->fp);
2154 if (feof($this->getid3->fp)) {
2171 return feof($this->getid3->fp);
2189 $this->getid3->info['error'][] = $text;
[all …]
H A Dmodule.audio.optimfrog.php28 $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…
H A Dmodule.audio.amr.php27 $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);
H A Dmodule.audio.flac.php33 $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;
H A Dmodule.audio.dss.php27 $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)));
H A Dmodule.audio.lpac.php28 $info = &$this->getid3->info;
86 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
H A Dmodule.audio.bonk.php27 $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…
H A Dmodule.audio.ogg.php30 $info = &$this->getid3->info;
53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) {
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;
478 $info = &$this->getid3->info;
534 $filedata = $this->fread($this->getid3->fread_buffer_size());
587 $info = &$this->getid3->info;
733 $flac = new getid3_flac($this->getid3);
[all …]
H A Dmodule.audio-video.wtv.php27 $info = &$this->getid3->info;
32 …TV Show) files not properly processed by this version of getID3() ['.$this->getid3->version().']');
H A Dmodule.archive.zip.php27 $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) {
H A Dmodule.archive.xz.php28 $info = &$this->getid3->info;
40 $this->error('XZ parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
H A Dmodule.graphic.gif.php32 $info = &$this->getid3->info;
97 if ($this->getid3->option_extra_info) {
111 while (!feof($this->getid3->fp)) {
181 if ($this->getid3->option_extra_info) {
H A Dmodule.misc.msoffice.php27 $info = &$this->getid3->info;
38 …(.doc, .xls, etc) parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
H A Dmodule.audio.aa.php27 $info = &$this->getid3->info;
44 …e Audiobook (.aa) parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
H A Dmodule.graphic.efax.php27 $info = &$this->getid3->info;
50 …$this->error('eFax parsing not enabled in this version of getID3() ['.$this->getid3->version().']'…
H A Dmodule.tag.lyrics3.php26 $info = &$this->getid3->info;
112 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
143 $info = &$this->getid3->info;
H A Dmodule.misc.pdf.php29 $info = &$this->getid3->info;
107 …$this->warning('PDF parsing incomplete in this version of getID3() ['.$this->getid3->version().']'…
119 $info = &$this->getid3->info;
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt2 /// 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/
H A Dlicense.txt2 /// 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)
H A Ddependencies.txt2 /// getID3() by James Heinrich <info@getid3.org> //
3 // available at http://getid3.sourceforge.net //
4 // or https://www.getid3.org //
H A Dchangelog.txt1280 ¤ Wrapped getid3.php into getid3 class
1285 Renamed getid3.functions.php to getid3.lib.php
1363 getid3.id3v1.php or getid3.id3v2.php or getid3.functions.php as
1368 ¤ getid3.demo.scandir.php renamed to getid3.demo.mysql.php
1482 ¤ Contents of getid3.id3.php moved to getid3.id3v1.php
1484 ¤ Contents of getid3.frames.php moved to getid3.id3v2.php
1487 now stored in getid3.structure.txt rather than getid3.readme.txt
1544 ¤ Renamed getid3.write.php to getid3.demo.write.php
1546 ¤ getid3.php now automatically includes the getid3.functions.php
1682 ¤ getid3.check.php renamed to getid3.demo.check.php
[all …]

1234