If I search for a common string like "kick," the GUI freezes and the stdout output has a lot of lines like ``` pixbuf_to_blob(): compressed pixbuf 12024 -> 547 ``` I think this is generating a waveform for each file. Unfortunately this makes the program unusable while it's doing this. I don't always need the waveform - it would be cool to either: - Optionally disable the waveform preview from the GUI entirely (maybe just not show that column at all), or - Add the ability to mass-generate the waveforms, perhaps via command line Thanks!