On 12/05/2011 12:55 PM, Putinei Ionut wrote:
> Hello,
>
> Can someone please tell me if this library can extract metadata from
> files and separate them in categories like audio only files and files
> with audio and video?
I guess you could, just by going after the mime type (vidoe/* vs.
audio/*). There are other ways to do this "smaller" task as well (such
as using the 'file' command).