Searched refs:id3 (Results 1 – 12 of 12) sorted by relevance
| /plugin/jukebox/ |
| D | list.php | 35 $id3 = new getID3(); variable 36 $id3->encoding = 'UTF-8'; 37 $id3->option_tag_lyrics3 = false; 38 $id3->option_tag_apetag = false; 39 $id3->option_tags_html = false; 40 $id3->option_extra_info = false; 50 $info = $id3->analyze(mediaFN($file['id']));
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.dirscan.php | 190 $id3 = new getID3_cached_sqlite3($opt['table'], $opt['hide']); 196 …$id3 = new getID3_cached_mysql($opt['host'], $opt['database'], $opt['username'], $opt['password'],… 220 $id3->analyze($f);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | README.md | 515 [www.id3.org](http://www.id3.org) material now mirrored at <http://id3lib.sourceforge.net/id3/> 517 * http://www.id3.org/id3v2.4.0-structure.txt 518 * http://www.id3.org/id3v2.4.0-frames.txt 519 * http://www.id3.org/id3v2.4.0-changes.txt 520 * http://www.id3.org/id3v2.3.0.txt 521 * http://www.id3.org/id3v2-00.txt 522 * http://www.id3.org/mp3frame.html 528 * http://www.id3.org/iso4217.html 533 * http://www.id3.org/iso639-2.html 534 * http://www.id3.org/lyrics3.html [all …]
|
| D | readme.txt | 534 [www.id3.org material now mirrored at http://id3lib.sourceforge.net/id3/] 535 * http://www.id3.org/id3v2.4.0-structure.txt 536 * http://www.id3.org/id3v2.4.0-frames.txt 537 * http://www.id3.org/id3v2.4.0-changes.txt 538 * http://www.id3.org/id3v2.3.0.txt 539 * http://www.id3.org/id3v2-00.txt 540 * http://www.id3.org/mp3frame.html 546 * http://www.id3.org/iso4217.html 551 * http://www.id3.org/iso639-2.html 552 * http://www.id3.org/lyrics3.html [all …]
|
| D | changelog.txt | 287 * Bugfix: (#1343) ID3v2 inside WAV "id3 " chunk not handled 1307 Made Bonk and ASF modules non-dependent on id3 modules - id3 1414 ¤ ['fileformat'] no longer set to 'id3' if ID3v1 or ID3v2 tag 1482 ¤ Contents of getid3.id3.php moved to getid3.id3v1.php 1483 Removed file: getid3.id3.php 1751 in browse mode if fileformat is found to be 'id3' (formerly only 1826 ¤ ['id3']['id3v1'] has moved to ['id3v1'] 1827 ¤ ['id3']['id3v2'] has moved to ['id3v2'] 2000 * Bugfix: ['id3']['id3v2'][<framename>]['dataoffset'] was wrong 2101 New file: getid3.id3.php [all …]
|
| D | structure.txt | 546 ['id3v2']=>array() { // ID3v2 - www.id3.org
|
| /plugin/s5reloaded/ui/audio_support/ |
| D | soundmanager2.js | 407 this.id3 = { 590 self.id3 = sm._mergeObjects(self.id3,oData);
|
| /plugin/ckgedit/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 138 id : 'id3',
|
| /plugin/ckgdoku/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 138 id : 'id3',
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 139 …e sub-namespaces enter the exclusions array in the ''Options'': ''(id1;id2;id3)''. Note that the a…
|
| /plugin/database/ |
| D | database.php | 2483 function getMyLang($id1,$id2='',$id3='') { argument 2485 if ($id3>'') $value = $myLang[$id1][$id2][$id3];
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | mp3.js | 249 var id3 = new ID3v23Stream(id3header, stream); 251 var id3 = new ID3v22Stream(id3header, stream); 254 this.emit('metadata', id3.read());
|