Commit 632397f0 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b5e28ccc
......@@ -158,7 +158,7 @@ class Media {
$array["Duration"] = $mediainfo->get_video_property("Duration");
*/
$p = xml_parser_create();
$befehl = 'mediainfo --Output=XML "'.$Pfad.$FilenameOrg.'" > /tmp/'.$FilenameOrg.'.xml';
$befehl = 'mediainfo --Output=XML "'.$Pfad.$FilenameOrg.'" > /tmp/'.$array["imdbID"].'.xml';
exec($befehl);
echo $befehl;
$xml = file_get_contents('/tmp/'.$FilenameOrg.'.xml');
......
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