Searched refs:GenerateID3v1Tag (Results 1 – 3 of 3) sorted by relevance
/plugin/jukebox/id3/ |
H A D | module.tag.id3v1.php | 58 $GoodFormatID3v1tag = $this->GenerateID3v1Tag( 321 function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track='') { function in getid3_id3v1
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.tag.id3v1.php | 94 $GoodFormatID3v1tag = $this->GenerateID3v1Tag( 396 …public static function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track… function in getid3_id3v1
|
H A D | write.id3v1.php | 76 $new_id3v1_tag_data = getid3_id3v1::GenerateID3v1Tag(
|