function createsid() { $f2 = new file2($this->sid); $fpath = $f2->fullpath; if ($this->id3v2 && getid3support()) { if ($this->createid3v2()) { $fpath = $this->getfname(); } else { return false; } } return $this->rewrite($fpath); }
function find() { if (!$this->finddirimage()) { if (getid3support()) { if (!$this->findid3v2image()) { } else { return true; } } } else { return true; } return false; }