Commit 4c6f4bba authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9d8517c1
......@@ -301,7 +301,7 @@ class Media {
else if($array["channelsger"]<7){ $sound = "(5.1)";}
else { $sound = "(7.1)";}
$Endung = trim(substr($Value,strripos( $Value,".")+1));
$Endung = trim(substr($File,strripos( $File,".")+1));
echo 'mv "'.$File.'"'.PHP_EOL.' "'.$this->PfadzumAusgeben.'Serien/'.$array["SerienName"].' ('.$array["imdbID"].')/Staffel '.$array["Season"].' '.$Resolution.' '.$sound.'/S'.$array["Season"].' E'.$array["episodenumber"]." ".$array["name"].".".$Endung.PHP_EOL;
//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