Commit 411e3c46 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f18ba04b
......@@ -542,13 +542,13 @@ class Media {
if(!($minimal =="nfo")){
if(($minimal =="checkfile") OR ($minimal =="einlesen")){
echo " Hole Daten von mediainfo... ";
$array = $this->gibMediaInfo($Pfad.$Filename,$array);
$this->gibMediaInfo($Pfad.$Filename,$array);
echo " done!".PHP_EOL;
}
}
}
return "test";
return $array;
}
private function parseMovie($Pfad, $Filename, $minimal = "nfo"){
/*TODO mehrere Sachen
......
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