From 45ee8db7fd22ff9c9fe200802ed4e179000a5bb4 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Thu, 25 Feb 2010 15:51:44 +0100 Subject: Replaced mediainfo calls by getid3 --- genplaylist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'genplaylist.php') diff --git a/genplaylist.php b/genplaylist.php index e19cc7a..c1c7135 100755 --- a/genplaylist.php +++ b/genplaylist.php @@ -12,8 +12,9 @@ $path = $_REQUEST['path']; $name = $_REQUEST['name']; - exec('rm playlist/*'); - exec('ln -s ' .addcslashes(quotemeta($path), " &'") .'* playlist'); + exec('rm playlist/*'); + exec('echo > playlist/dummy.txt'); + exec('ln -s ' .addcslashes(quotemeta($path), " &'") .'* playlist'); echo "ok\n"; -- cgit v1.2.3