Commit acde7816 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8d975912
......@@ -1495,7 +1495,8 @@ class Media {
echo "fail".PHP_EOL;
$counterNotFound++;
}*/
}else{ echo " Cover für season_nr: ".$Film2["season_nr"]." existiert bereits!".PHP_EOL;}
}else{ //echo " Cover für season_nr: ".$Film2["season_nr"]." existiert bereits!".PHP_EOL;
}
if(file_exists($this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg") AND !file_exists($this->config["CoverDir"]."Staffeln/low/".$Film2["season_nr"].".jpg")){
shell_exec("convert ".$this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg".
" -bordercolor White -border 1 -fuzz 50%% -trim -bordercolor White +repage -resize 5000x150\> ".
......
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