>>24192
Thanks. Sorry for the trouble.
Yeah, that 3600 jobs looks like it is part of the problem here. it is probably adding a bunch of UI lag. Unfortunately, my downloader engine has some limitations and pain points from the original implementation, and it simply doesn't do parallelisation well yet. I have plans for this, but it'll be a vast overhaul and not something I can slip into normal weekly work. If you can, please try and clear out DEAD/finished watchers and queries.
That said, even if there are thousands of things going on every thirty seconds, it shouldn't lock up the parents and siblings fetch. Either the whole client locks up completely, or maybe everything runs a little sluggish, but you don't usually see one thing not coming back. Forgive me if this sounds stupid, but I did rewrite the parents/siblings dialogs a few months ago, I think it was, and they no longer fetch everything when you boot them. Those dialogs now load related pairs once you enter some. So, if you enter 'blue eyes' in the left or right boxes, the dialog should quickly (or, indeed, sluggishly), fetch all the siblings/parents that use 'blue eyes' so you can see what you are editing. This makes the dialogs a lot faster to boot and more focused to work with than the old system that loaded all pairs every time you booted them. Any chance you are just unfamiliar with the new dialog workflow? What happens if you hit the newer 'show all pairs' checkbox--does it lag out for a few seconds and then show like 70,000 pairs?
I just overhauled 'profile mode' in the last release, also, so you might like to run through
help->debug->profiling and maybe send me a couple profiles. 'db' is probably the one you want, but if you hit 'threads' mode you'll probably get a bunch of spam related to those 3600 jobs.
>>24196
I don't
think so, not yet. I've been planning, on and off, some 'storage-level' tag filters,
a la the view filters you see in
tags->manage tag display and search, but I'm not there yet.
Since your specific problem is keyboard event related, can you try flipping the 'by default, select the first tag result with actual count in write-autocomplete' under
options->tag editing? I added that for a guy who went bananas over how tag results are presented. It'll probably feel jarring to you, but maybe you'll love it.
>>24206
I can't promise anything, but check your 'install_dir/db/mpv.conf' file, if v510 has one. There might be some audio normalisation stuff in there. Take it out, restart the client, you might be good.