hi,
i've recently developped a php class that searches on your server for files containing a specific keyword. This search engine also includes reading mp3 files for artist, album genre and year. As this is very intensive i was thinking of writing the dir-scan part in python.
Is this possible? i know to execute external programs with php (exec, shell_exec), but they usually require additional params. here's an example:
is there any way to do something like this with python. something like this:
thans in adnvace,
UnrealEd