Hi,
I am writing a python module which checks several media and document formats whether the files correct or somehow corrupted/wrong formatted. It returns an error message or - if the file is correct - some information about the file (e.g. framerate, channels, ...)
Now I am looking for a python module which I can use to check ogg-Files. There is no need to play the file, it should simply return an Exception if the file seems not to be a correct ogg-File.
It should run on OSX and Linux. At the moment I am tending to python-ogg. But I think it will be some work to get it running on OSX 10.6 and perhaps there is an easier solution when there is no need to play the files.
Best regards!