Commit c1a4249d authored by Nico Schallehn's avatar Nico Schallehn

test

parent ce6a9771
......@@ -162,6 +162,7 @@ class Media {
$array["resolution"] = "SD";
}
$array["imdbID"] = substr($Filename,strripos( $Filename,"(")+1,7);
echo strlen($array["imdbID"]).PHP_EOL;
if(strlen($array["imdbID"])<=2){
file_put_contents("./phpTestout/default.txt", "Keine imdbID in Dateinamen: ".$Pfad.$Filename." gefunden!".PHP_EOL, FILE_APPEND);
return false;
......
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