Commit 6a05ecba authored by Nico Schallehn's avatar Nico Schallehn

test

parent e87e3870
......@@ -143,6 +143,14 @@ class Media {
$array["name"] = trim(substr($Filename, 0, strripos( $Filename,"(")));
$array["Endung"] = trim(substr($Filename,strripos( $Filename,".")+1));
$imdb = new IMDB($array["imdbID"]);
if ($imdb->isReady) {
} else{
var_dump($imdb->getAll());
}
strripos( $Filename,".");
var_dump($array);
return $Pfad." > ".$FilenameOrg;
......
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