Commit a50cbc94 authored by Nico Schallehn's avatar Nico Schallehn

test

parent c22f4a50
...@@ -129,7 +129,7 @@ class Media { ...@@ -129,7 +129,7 @@ class Media {
}else{ }else{
//TODO Baustelle Start //TODO Baustelle Start
$Pfad = (strlen($value[0])>0?$value[0].'/':''); $Pfad = $this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'');
$FilenameOrg = $value[1]; $FilenameOrg = $value[1];
if( $this->addMovie($array, (strlen($value[0])>0?$value[0].'/':'').$value[1], false)){ //TODO auf true für md5!!! if( $this->addMovie($array, (strlen($value[0])>0?$value[0].'/':'').$value[1], false)){ //TODO auf true für md5!!!
if(($Pfad.$FilenameOrg) == ($this->PfadzumAusgeben.($array["3d"]==""?$this->config["HDD"][$this->HDDID]["Filme"]:$this->config["HDD"][$this->HDDID]["3D"]).$PfadOrg.$array["name"]." (".$array["resolution"].")".($array["3d"] != ""?" (3D)":"")." (".$array["imdbID"].").".$Endung)){ if(($Pfad.$FilenameOrg) == ($this->PfadzumAusgeben.($array["3d"]==""?$this->config["HDD"][$this->HDDID]["Filme"]:$this->config["HDD"][$this->HDDID]["3D"]).$PfadOrg.$array["name"]." (".$array["resolution"].")".($array["3d"] != ""?" (3D)":"")." (".$array["imdbID"].").".$Endung)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment