Mat
Mat
I'm going to try moving the user speed to the 'Files' column tooltip instead, at least for some time, and see what kind of feedback we get.
Here's a list of all the inotify system calls on my system (taken from strace): ``` inotify_init1(IN_CLOEXEC) = 106 inotify_add_watch(106, "/var/home//.local/share/slskd/", IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_ONLYDIR|IN_EXCL_UNLINK) = 1 inotify_add_watch(106, "/var/home//.local/share/slskd/data", IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_ONLYDIR|IN_DONT_FOLLOW|IN_EXCL_UNLINK) = 2 inotify_add_watch(106,...
We use the msi installer in [Nicotine+](https://nicotine-plus.org/), and it would be great to continue using it. Unfortunately there's no money involved in the project, so I can't help with funding,...
> [@mathiascode](https://github.com/mathiascode) You offered to test. Is there any way you can do some tests? I use MSYS2 CLANG64, which is still on Python 3.12. Is there a way I...
I renamed mode -> context, seemed a little clearer to me. Also refactored transfer user watching so it doesn't unwatch/rewatch when changing the state of the last remaining transfer. When...
> on click "Download..." in Search with large contiguous selection spanning multiple users... Thanks, fixed.
> ** Browse Shares can navigate to the same remote folder and list all 99161 files in about 5 seconds (after waiting about 20 seconds for getting the user's entire...
Should be a lot faster now. I disabled sorting while adding rows.
We will still have to come up with some kind of protection, or as you said, maybe hide the file rows after a certain point. Currently trying to recursively download...
I could rebase I suppose, but I'll work on this when I have time.