Commit 1bfab611 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8f8b5fb2
......@@ -367,6 +367,8 @@ class Media {
$mkdir2 = 'mkdir "'.$this->PfadzumAusgeben.'Serien/'.$array["SerienName"].' ('.$array["imdbID"].')/Staffel '.$array["Season"].' ('.$Resolution.') ('.$sound.')/"';
$copy = 'mv "'.$File.'" "'.$this->PfadzumAusgeben.'Serien/'.$array["SerienName"].' ('.$array["imdbID"].')/Staffel '.$array["Season"].' ('.$Resolution.') ('.$sound.')/S'.$array["Season"].' E'.$array["episodenumber"]." ".$array["name"].".".$Endung.'"'.PHP_EOL;
file_put_contents("./phpTestout/imdbID/".$array['imdbID'].".txt", $copy.PHP_EOL, FILE_APPEND);
echo $copy.PHP_EOL;
exit;
shell_exec($mkdir1);
shell_exec($mkdir2);
shell_exec($copy);
......
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