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

test

parent 0884f9d7
......@@ -138,8 +138,10 @@ class Media {
$Filename = str_replace("(SD)", "", $Filename);
$array["Quality"] = "SD";
}
$array["imdbID"] = substr($Filename,strripos( $Filename,"(")+1,7);
$array["name"] = substr($Filename, 0, strripos( $Filename,"(")+1);
$array["Endung"] = substr($Filename,strripos( $Filename,".")+1);
strripos( $Filename,".");
var_dump($array);
return $Pfad." > ".$Filename;
......
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