Daniel Faust
Daniel Faust
What version are you using? Is this problem reproducible? In case you are using master, a switch to the fixes-2.1 branch might help. I think there is something wrong with...
Please downgrade to version 2.1.2. I will remove version 2.1.90 from the repo until I have the time to fix the broken commit.
Unfortunately I can't reproduce the bug. Could you please be as descriptive as possible. Does it happen every time or only sometimes? Did you convert/rip files before this happened without...
I have found a problem - probably the one you are describing - but it's hard to fix. Luckily in your case it might be as simple as enabling the...
You can install sox and enable it in soundkonverter using the configuration dialog -> "Backends" -> "Filter" -> "Enable plugins". After that you can choose to change the sample rate...
Thanks for the link. I would really like to have AccurateRip support in soundKonverter but I don't have much time at the moment, so I don't know when I can...
I'm on my Phone right now and I didn't look at the code in a long time, but don't forget that fsevents has a buffer of circa 30s to merge...
As far as I can tell, this looks pretty normal. But it would be better, I you could include the events you created. This way I have to guess what...
Why do you need a `NoticeCreate` event? If you can make a good case for it, we might include it in `notify`. Otherwise, you'll have to implement event debouncing yourself....
> How can the Create event only be seen by one of the two watchers and not the other? The debouncer tries to remove duplicate events reported by FSEvents. But...