Commit 94a0e3b9 authored by Nico Schallehn's avatar Nico Schallehn

collection Western hinzugefügt

parent 4fd1fb7b
......@@ -815,6 +815,9 @@ class Media {
if(!(strpos($Pfad.$FilenameOrg, "Dokumentation") == false)){
$array["collection"] = "Dokumentation";
}
if(!(strpos($Pfad.$FilenameOrg, "Western") == false)){
$array["collection"] = "Western";
}
} else{
echo $this->Console->error("imdbID (".$array["imdbID"].") nicht bei imdb gefunden!").PHP_EOL;
file_put_contents("./phpTestout/imdbID/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
......
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