Home
last modified time | relevance | path

Searched refs:WriteID3v1 (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php59 public function WriteID3v1() { function in getid3_write_id3v1
118 return $this->WriteID3v1();
H A Dwrite.php342 if (($success = $id3v1_writer->WriteID3v1()) === false) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1800 …echo '<b>ID3v1:</b> '.(WriteID3v1($row['filename'], $WriteID3v1_title, $WriteID3v1_artist, $Album,…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2766 * Bugfix: Genre not being written if not set in WriteID3v1()
2819 » ID3v1 writing support via WriteID3v1()