Home
last modified time | relevance | path

Searched refs:getID3 (Results 26 – 50 of 56) sorted by relevance

123

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php108 …if (!empty($this->filename) && (getID3::is_writable($this->filename) || (!file_exists($this->filen…
110 $getID3 = new getID3;
111 $OldThisFileInfo = $getID3->analyze($this->filename);
141 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
155 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
209 if (getID3::is_writable(dirname($this->filename))) {
216 $getID3 = new getID3;
217 $OldThisFileInfo = $getID3->analyze($this->filename);
244 } elseif (getID3::is_writable($this->filename)) {
251 $getID3 = new getID3;
[all …]
H A Dwrite.metaflac.php66 …if (getID3::is_writable($temppicturefilename) && is_file($temppicturefilename) && ($fpcomments = f…
87 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
H A Dmodule.archive.gzip.php219 $getid3_temp = new getID3();
237 $getid3_temp = new getID3();
H A Dwrite.vorbiscomment.php60 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
H A Dwrite.php177 $getID3 = new getID3;
178 $getID3->encoding = $this->tag_encoding;
179 $this->ThisFileInfo = $getID3->analyze($this->filename);
H A Dgetid3.php82 class getID3 class
1925 * @var getID3
1965 * @param getID3 $getid3
1968 public function __construct(getID3 $getid3, $call_module=null) {
2225 if ($this->getid3->option_save_attachments === getID3::ATTACHMENTS_NONE) {
2230 } elseif ($this->getid3->option_save_attachments === getID3::ATTACHMENTS_INLINE) {
2243 if (!is_dir($dir) || !getID3::is_writable($dir)) { // check supplied directory
H A Dmodule.audio.wavpack.php226 $getid3_temp = new getID3();
248 $getid3_temp = new getID3();
H A Dmodule.audio.lpac.php85 $getid3_temp = new getID3();
H A Dmodule.tag.apetag.php305 if (!is_dir($this->inline_attachments) || !getID3::is_writable($this->inline_attachments)) {
315 if (!file_exists($destination_filename) || getID3::is_writable($destination_filename)) {
H A Dmodule.audio.optimfrog.php81 $getid3_temp = new getID3();
312 $getid3_temp = new getID3();
H A Dmodule.audio-video.riff.php1174 $getid3_temp = new getID3();
1260 $getid3_temp = new getID3();
1559 $getid3_temp = new getID3();
1581 $getid3_temp = new getID3();
1642 $getid3_temp = new getID3();
1658 $getid3_temp = new getID3();
1693 $getid3_temp = new getID3();
1885 $getid3_temp = new getID3();
H A Dmodule.audio.la.php182 $getid3_temp = new getID3();
H A Dmodule.audio.bonk.php206 $getid3_temp = new getID3();
H A Dgetid3.lib.php775 $buffer = fread($fp, min($size, getID3::FREAD_BUFFER_SIZE));
777 $size -= getID3::FREAD_BUFFER_SIZE;
804 …while (($byteslefttowrite > 0) && ($buffer = fread($fp_src, min($byteslefttowrite, getID3::FREAD_B…
1496 $getid3_temp = new getID3();
H A Dmodule.tag.lyrics3.php111 $getid3_temp = new getID3();
H A Dmodule.audio.dsdiff.php211 $getid3_temp = new getID3();
H A Dmodule.audio.flac.php148 …if (isset($info['flac']['PICTURE']) && ($this->getid3->option_save_attachments !== getID3::ATTACHM…
H A Dmodule.audio-video.matroska.php366 $getid3_temp = new getID3();
434 $getid3_temp = new getID3();
498 …if (isset($info['matroska']['attachments']) && $this->getid3->option_save_attachments !== getID3::…
/plugin/jukebox/
H A Dlist.php35 $id3 = new getID3();
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php21 $getid3 = new getID3();
H A Ddemo.mysqli.php54 $getID3 = new getID3; variable
55 $getID3->setOption(array(
293 global $getID3;
297 $ThisFileInfo = $getID3->analyze($filename);
298 $getID3->CopyTagsToComments($ThisFileInfo);
332 $tagwriter->tag_encoding = $getID3->encoding;
465 $ThisFileInfo = $getID3->analyze($filename);
466 $getID3->CopyTagsToComments($ThisFileInfo);
619 $ThisFileInfo = $getID3->analyze($row['filename']);
1781 $ThisFileInfo = $getID3->analyze($filename);
[all …]
/plugin/photogallery/phpThumb/
H A Dlicense.txt11 from the following licenses, and use getID3 according to the
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2 /// getID3() by James Heinrich <info@getid3.org> //
5 // also https://github.com/JamesHeinrich/getID3 //
8 // changelog.txt - part of getID3() //
855 for most users of getID3()
1073 "getID3()-WindowsSupport" to work under Windows.
1271 Moved all getID3() files to getid3/
1641 versions of getID3()
1780 in this or future versions of getID3().
1808 and placed in the getID3() directory.
1944 string with the current getID3() version.
[all …]
/plugin/jplayer/
H A Dcomposer.lock73 "url": "https://github.com/JamesHeinrich/getID3.git",
78 …"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/3c15e353b9bb1252201c73394bb8390b…
/plugin/jukebox/id3/
H A Dgetid3.php18 class getID3 class
50 function getID3() function in getID3

123