Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php110 $getID3->option_tag_id3v1 = true;
165 $getID3->option_tag_id3v1 = false;
H A Dgetid3.php118 public $option_tag_id3v1 = true; variable in getID3
/plugin/jukebox/id3/
H A Dgetid3.php29 var $option_tag_id3v1 = true; // Read and process ID3v1 tags variable in getID3
262 if ($this->option_tag_id3v1) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1058 ID3v1 still processed even if option_tag_id3v1 == false)