Commit 881e43fc authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9d5b7949
...@@ -546,7 +546,10 @@ class Media { ...@@ -546,7 +546,10 @@ class Media {
} }
} }
private function GenerateNFO($DataArr, $File){ private function GenerateNFO($DataArr, $File){
$nfoFile = substr($File,0,strripos($File,".")); $nfoFile = substr($File,0,strripos($File,".")).".nfo"; // Echte NFO Ausgabe Pfad
$nfoFile = str_replace("/media/QNAP/Filme", "phpTestout", $nfoFile);
echo $nfoFile."".PHP_EOL; echo $nfoFile."".PHP_EOL;
......
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