Daniel Schürmann
Daniel Schürmann
The maximum number is what you like. 3 dB is ~1.4. Like here: https://github.com/mixxxdj/mixxx/blob/9381a84aa63b791f8bf0f74f49ff44ff9685f153/src/effects/backends/builtin/equalizer_util.h#L43
Regarding the unique id. https://www.wikidata.org/wiki/Q3990466 collects unique genre ids of different services. I think we may consider to adopt one. Such ID will make the database immune against subtle name...
Did you have a conclusion about the "name" and "original_name" fields? I think we have discussed two models. I have no special demands, but we may want to pick names...
> 1. empty migration Would prefer that for an easy testing workflow. A momentary old/new side by side. > 2. Future genre import/cleanup tool (just an idea) where user can:...
I am afraid they will point back to us since these types of issues are probably because our code does not handel sandboxing correctly.What we need is a backtrace. Unfortunately...
Cool. So it crashes when PulseAudio is accessed and access is rejected? Probably a Portaudio bug. It would be really greate to drill that down.
This issue has two aspects. Fixing the permissions is one. Making Mixxx not crash at any permissions is another. Do you know how to drill down to the actual crash?...
It is hard to answer these questions without a backtrace. Who has the knowledge how to produce one on Bazzite?
It looks like there is an non ASCII Character in the output, that cannot be encoded in the Code Page 1252. Please verify if there is such a character in...
or does it help to add `encoding='utf8'` to subprocess.run()