tympanix
tympanix
I have run tests on qBittorrent 4.4.5 and there is no issue with categories here. Can you inspect the developer console and gather any errors/exceptions? I'm wondering if you have...
Is this still valid using the latest release? I have automatic tests that suggests otherwise.
Hi @leemm Thank you for debugging. Good news that the upload feature is working on master. Master branch includes a lot of changes (including a rewrite to typescript, new Electron...
Added in a9a3c7c59674764cec67159193e4253700e85f81
I don't believe we have Deluge v2 support yet, this might introduce some problems. Any debugging can be done in the developer console (Cmd+alt+i). Support for Deluge is handled by...
I read through the documentation once again. It is available here: https://buildmedia.readthedocs.org/media/pdf/deluge/develop/deluge.pdf. It seems the authentication is performed with RPC calls, hence Deluge has its own authentication mechanism. This is...
Yes, you're right, that header would most likely do the trick. Now, everybody wouldn't need that header, since only some users will use reverse proxy, which means it would be...
You could implement said checkbox which would solve your immediate problem. It would not solve the problem for other clients which makes it a one-off thing. We can do it...
Sorry for my late reply. Certainly, if you feel for it, I would be happy to look through a PR with those features. My thinking was, as you mention, that...
That is a good idea. The more use cases we can cover the better. Do you know anything about the encoding and structure of a `.magnet` file? I assume it...