I have a folder full of audio files, a mix of mostly wma, mp3, wav, but also some obscure files like DS2 and aiff, on a VPS. The folder updates every day.
I am running a php based website using apache and MYSQL.
Is there anyway I can extract or somehow display a list of the audio files along with file durations for each?
I ideally need a solution that would allow a relatively non technical person to extract the data on a daily basis. So I'm thinking of displaying the data via a php file?