Commit c584b27d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4b5069e0
...@@ -142,8 +142,8 @@ class Media { ...@@ -142,8 +142,8 @@ class Media {
if ($imdb->isReady) { if ($imdb->isReady) {
//var_dump($imdb->getAll()); //var_dump($imdb->getAll());
$array["year"] = $imdb->getYear(); $array["year"] = $imdb->getYear();
$array["size"] = filesize($Pfad.$FilenameOrg); //$array["size"] = filesize($Pfad.$FilenameOrg); //Not Working for big files :-(
$array["size2"] = $this->getfileSitze($Pfad.$FilenameOrg); $array["size"] = $this->getfileSitze($Pfad.$FilenameOrg);
$array["rating"] = $imdb->getRating(); $array["rating"] = $imdb->getRating();
} else{ } else{
......
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