[Bug 455115] Re: Exaile displays negative time for .wav files
Olivier Kaloudoff
kalou at kalou.net
Sat Nov 7 20:27:13 UTC 2009
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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list