Commit 97fe21e5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent efa49523
......@@ -45,15 +45,11 @@ class Media {
"3D" => "Filme3D/",
"Serien" => "Serien/")
));
}
}
public function config($Action){
switch ($Action){
case "show":
//var_dump($this->config);
echo $this->Console->error("Folgende Config ist geladen:","black").PHP_EOL.PHP_EOL;
echo "Config erstellt: ".date("H:i:s d.m.Y ",$this->config["configChangeTime"]) .PHP_EOL;
foreach ($this->config["HDD"] as $key => $value) {
......@@ -63,7 +59,6 @@ class Media {
}
}
}
echo PHP_EOL;
break;
case "save":
......@@ -142,11 +137,11 @@ class Media {
$imdb = new IMDB($array["imdbID"]);
$imdb = new IMDB("http://www.imdb.com/title/tt".$array["imdbID"]."/");
if ($imdb->isReady) {
} else{
var_dump($imdb->getAll());
} else{
echo "nichts gefunden!".PHP_EOL;
}
strripos( $Filename,".");
var_dump($array);
......
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