Código
include('demo.audioinfo.class.php'); $getID3 = new getID3; $info = $getID3->analyze('F:\alternative/'.$line); //$duracion = $info['playtime_string']; //echo $duracion."<br>"; }
El var_dump me arroja esto:
Citar
array (size=2)
'GETID3_VERSION' => string '1.9.7-20130705' (length=14)
'error' =>
array (size=1)
0 => string 'Could not open "F:\alternative\Down - Better.mp3
" (does not exist, or is not a file)' (length=112)
'GETID3_VERSION' => string '1.9.7-20130705' (length=14)
'error' =>
array (size=1)
0 => string 'Could not open "F:\alternative\Down - Better.mp3
" (does not exist, or is not a file)' (length=112)
Si comento el while y en la variable info , en analyze() le cambio el $line por Down - Better.mp3 funciona.
¿Que puede estar pasando?