Hello, I think the problem is laying in xl/metadata/wav.py, the type_map'ing is not working as expected for wav files. I played with pdb, and it turns out that the code goes straight to the exception.
Removing the type_map as below fixes the problem; < opener = type_map[sndhdr.what(self.loc)] < f = opener.open(self.loc, "rb") --- > f = wave.open(self.loc, "rb") Kalou -- Exaile displays negative time for .wav files https://bugs.launchpad.net/bugs/455115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
