Commit e8b64f96 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 903f63a6
......@@ -277,7 +277,7 @@ class Media {
}
echo PHP_EOL;
echo "Starte verarbeitung der Filme:".PHP_EOL.PHP_EOL;
echo "Starte verarbeitung der Serien:".PHP_EOL.PHP_EOL;
$FilmeArr = array();
$this->FolderArray = array();
if(($action == "einlesen")){
......@@ -904,6 +904,7 @@ class Media {
$nfoFile = substr($File,0,strripos($File,".")).".nfo"; // Echte NFO Ausgabe Pfad
var_dump($DataArr);
echo $nfoFile.PHP_EOL;
exit;
//$nfoFile = str_replace("/media/QNAP/Filme", "/home/osmc/MediaDBPythonScripte/phpTestout/nfo", $nfoFile); // nur für Testausgaben drin....
$Query = "SELECT *,".
......
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