Commit 28cb063c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3671fd1e
...@@ -843,13 +843,13 @@ class Media { ...@@ -843,13 +843,13 @@ class Media {
shell_exec("wget ".$url." -O ".$this->config["CoverDir"]."Filme/background/".$Film["imdbID"].".jpg > /dev/null 2>&1"); shell_exec("wget ".$url." -O ".$this->config["CoverDir"]."Filme/background/".$Film["imdbID"].".jpg > /dev/null 2>&1");
echo "done!".PHP_EOL; echo "done!".PHP_EOL;
}else{ }else{
echo "fail1!".PHP_EOL; echo "fail (Kein Hintergrundbild gefunden)!".PHP_EOL;
$counterNotFound++;
} }
}else{ }else{
echo "fail2!".PHP_EOL; echo "fail (Film nicht gefunden)!".PHP_EOL;
$counterNotFound++;
} }
//echo "http://webservice.fanart.tv/v3/movies/tt".$Film["imdbID"]."?api_key=".$this->config["ApiKeys"]["Fanart_Key"].PHP_EOL;
} }
} }
echo $this->Console->getColoredString("Coverdownload > Serien und Staffeln", "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Coverdownload > Serien und Staffeln", "black", "light_gray") .PHP_EOL;
......
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