getting a segmentation fault when trying to read from ape file using tagpy

Lukáš Lalinský lalinsky at gmail.com
Fri Jun 2 21:01:35 CEST 2006


Veit Hailperin wrote:
> any idea why this happens? is tagpy not able to handle ape files? or is 
> the way i call on the file the wrong way?

APE file format is not supported by TagLib (only APE tags in MPC files). In
original C++ API there is FileRef::isNull() method for checking if the File
instance created by FileRef::create() in not NULL.

--Lukas



More information about the taglib-devel mailing list