Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php175 public $option_save_attachments = true; variable in getID3
2225 if ($this->getid3->option_save_attachments === getID3::ATTACHMENTS_NONE) {
2230 } elseif ($this->getid3->option_save_attachments === getID3::ATTACHMENTS_INLINE) {
2242 …tr_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $this->getid3->option_save_attachments), DIRECTO…
H A Dmodule.tag.id3v2.php1440 if ($this->getid3->option_save_attachments === false) {
1446 if ($this->getid3->option_save_attachments === true) {
1457 } elseif (is_string($this->getid3->option_save_attachments)) {
1458 …tr_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $this->getid3->option_save_attachments), DIRECTO…
1467 if (is_string($this->getid3->option_save_attachments)) {
H A Dmodule.audio.flac.php148 …if (isset($info['flac']['PICTURE']) && ($this->getid3->option_save_attachments !== getID3::ATTACHM…
H A Dmodule.audio-video.matroska.php498 …if (isset($info['matroska']['attachments']) && $this->getid3->option_save_attachments !== getID3::…