getting a segmentation fault when trying to read from ape file using tagpy
Veit Hailperin
freakyveit at web.de
Tue May 30 18:05:27 CEST 2006
Hi
I get a segmentation fault when i try to read the tags from an ape file.
Using tagpy.
#!/usr/bin/python
id3 = FileRef('file.ape')
#till here it works fine
artist = id3.tag().artist()
#there we go - crashed.
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?
~Veit
More information about the taglib-devel
mailing list