Home
last modified time | relevance | path

Searched refs:getID3 (Results 1 – 25 of 56) sorted by relevance

123

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dwrite.id3v1.php61 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
105 $getID3 = new getID3;
106 $getID3->option_tag_id3v2 = false;
107 $getID3->option_tag_apetag = false;
108 $getID3->option_tags_html = false;
109 $getID3->option_extra_info = false;
110 $getID3->option_tag_id3v1 = true;
111 $ThisFileInfo = $getID3->analyze($this->filename);
128 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
164 $getID3 = new getID3;
[all …]
Dextension.cache.dbm.php73 class getID3_cached_dbm extends getID3
152 dba_insert(getID3::VERSION, getID3::VERSION, $this->dba);
163 if (dba_fetch(getID3::VERSION, $this->dba) != getID3::VERSION) {
207 dba_insert(getID3::VERSION, getID3::VERSION, $this->dba);
Dwrite.apetag.php64 $getID3 = new getID3;
65 $ThisFileInfo = $getID3->analyze($this->filename);
74 $ThisFileInfo = $getID3->analyze($this->filename);
88 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
127 $getID3 = new getID3;
128 $ThisFileInfo = $getID3->analyze($this->filename);
130 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
Dwrite.lyrics3.php61 $getID3 = new getID3;
62 $ThisFileInfo = $getID3->analyze($this->filename);
64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
Dwrite.real.php65 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
68 $getID3 = new getID3;
69 $OldThisFileInfo = $getID3->analyze($this->filename);
131 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
269 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
272 $getID3 = new getID3;
273 $OldThisFileInfo = $getID3->analyze($this->filename);
298 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
Dextension.cache.sqlite3.php98 class getID3_cached_sqlite3 extends getID3
138 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
141 if ($version != getID3::VERSION) { // Check version number and clear cache if changed
166 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
167 $stmt->bindValue(':dirname', getID3::VERSION, SQLITE3_TEXT);
168 $stmt->bindValue(':val', getID3::VERSION, SQLITE3_TEXT);
Dextension.cache.mysql.php74 class getID3_cached_mysql extends getID3
132 $SQLquery .= ' WHERE (`filename` = \''.mysql_real_escape_string(getID3::VERSION).'\')';
139 if ($version != getID3::VERSION) {
154 ….mysql_real_escape_string($this->table).'` VALUES (\''.getID3::VERSION.'\', -1, -1, -1, \''.getID3
Dextension.cache.mysqli.php73 class getID3_cached_mysqli extends getID3
139 $SQLquery .= ' WHERE (`filename` = \''.$this->mysqli->real_escape_string(getID3::VERSION).'\')';
144 if ($version != getID3::VERSION) {
157 …nalyzetime`, `value`) VALUES (\'getID3::VERSION\', \''.getID3::VERSION.'\', -1, -1, -1, \''.getID3
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.commercial.txt1 getID3() Commercial License
4 getID3() is licensed under the "GNU Public License" (GPL) and/or the
5 "getID3() Commercial License" (gCL). This document describes the gCL.
13 The gCL grants the licensee the right to use getID3() in commercial
14 closed-source projects. Modifications may be made to getID3() with no
15 obligation to release the modified source code. getID3() (or pieces
19 The licensee may use any version of getID3(), past, present or future,
22 made publicly available to all getID3() users.
24 The licensee may not sub-license getID3() itself, meaning that any
25 commercially released product containing all or parts of getID3() must
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mimeonly.php45 $getID3 = new getID3;
49 $getID3->openfile($filename);
50 if (empty($getID3->info['error'])) {
54 $getid3_id3v2 = new getid3_id3v2($getID3);
57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
61 $DeterminedFormatInfo = $getID3->GetFileFormat($formattest);
Ddemo.basic.php21 $getID3 = new getID3; variable
24 $ThisFileInfo = $getID3->analyze($filename);
31 $getID3->CopyTagsToComments($ThisFileInfo);
Ddemo.audioinfo.class.php60 private $getID3; variable in AudioInfo
70 $this->getID3 = new getID3;
71 $this->getID3->option_md5_data = true;
72 $this->getID3->option_md5_data_source = true;
73 $this->getID3->encoding = 'UTF-8';
90 $this->info = $this->getID3->analyze($file);
Ddemo.simple.php27 $getID3 = new getID3; variable
38 $ThisFileInfo = $getID3->analyze($FullFileName);
40 $getID3->CopyTagsToComments($ThisFileInfo);
Ddemo.simple.write.php21 $getID3 = new getID3; variable
22 $getID3->setOption(array('encoding'=>$TextEncoding));
Ddemo.write.php26 $getID3 = new getID3; variable
27 $getID3->setOption(array('encoding'=>$TaggingFormat));
124 $getID3 = new getID3; variable
125 $OldThisFileInfo = $getID3->analyze($Filename);
Ddemo.cache.dbm.php21 $getID3 = new getID3_cached_dbm('db3', '/zimweb/test/test.dbm', '/zimweb/test/test.lock'); variable
23 $r = $getID3->analyze('/path/to/files/filename.mp3');
Ddemo.cache.mysql.php22 $getID3 = new getID3_cached_mysql('localhost', 'database', 'username', 'password'); variable
24 $r = $getID3->analyze('/path/to/files/filename.mp3');
Ddemo.joinmp3.php57 $getID3 = new getID3;
64 $CurrentFileInfo = $getID3->analyze($nextinputfilename);
Ddemo.browse.php43 $getID3 = new getID3; variable
44 $getID3->setOption(array('encoding' => $PageEncoding));
95 $ThisFileInfo = $getID3->analyze($_REQUEST['filename']);
104 $getID3->CopyTagsToComments($ThisFileInfo);
181 …$getID3->setOption(array('option_md5_data' => (isset($_REQUEST['ShowMD5']) && GETID3_DEMO_BROWSE_A…
182 $fileinformation = $getID3->analyze($currentfilename);
184 $getID3->CopyTagsToComments($fileinformation);
613 global $getID3;
617 return str_replace('<!--GETID3VER-->', $getID3->version(), $string);
/plugin/jplayer/vendor/james-heinrich/getid3/
Dlicense.txt2 /// 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)
29 directory of the getID3 distribution.
Dreadme.txt2 /// 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)
[all …]
DREADME.md1 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)
[all …]
Ddependencies.txt2 /// getID3() by James Heinrich <info@getid3.org> //
5 // also https://github.com/JamesHeinrich/getID3 //
8 // dependencies.txt - part of getID3() //
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
Dreadme.helperapps.txt2 /// getID3() by James Heinrich <info@getid3.org> //
5 // also https://github.com/JamesHeinrich/getID3 //
8 // /helperapps/readme.txt - part of getID3() //
16 that getID3() depends on to handle some file formats under Windows.
22 download the latest version of the "getID3()-WindowsSupport" package
/plugin/jplayer/
Dsyntax.php15 private $getID3; variable in syntax_plugin_jplayer
18 $this->getID3 = new getID3;
55 $analyze = $this->getID3->analyze($full_path);

123