Results 681 comments of Mat

Sorry, I won't be able to get this done for 3.3.0. I want to work on it eventually, but right now I need to spend the time I have left...

I don't think we'll add any filters related to the number of files in a folder, but I've been thinking about adding a toggle button next to the "Free Slot"...

https://github.com/nicotine-plus/nicotine-plus/commit/5949bf0bd7bea04b8fd3b300e8b162a9a673ccd8 should add this functionality on *BSD. Would be much appreciated if any *BSD users could test this.

Confirmed working on OpenBSD: https://github.com/nicotine-plus/nicotine-plus/commit/5949bf0bd7bea04b8fd3b300e8b162a9a673ccd8#commitcomment-92062623 I've also verified that it works on FreeBSD. The only part remaining of this feature request is Windows support, more specifically a Windows replacement for...

IIRC, Windows has several APIs to achieve what we want. We use this Python function to receive a list of available network interfaces: https://docs.python.org/3/library/socket.html#socket.if_nameindex What we need to do is...

Due to how the Win32 API works, I decided to not use `socket.if_nameindex` on Windows, and instead show the friendly interface names in the GUI. qBittorrent uses these too.

This request is blocked until we've ported the chat room user list to the new TreeView class.

To clarify, where would you like to see these indicators? Only chat rooms, or somewhere else?

@slook That's what I had in mind as well.