Conversation
|
JohnDoee/deluge-client#5 and other timeout issues might cause problems but will see if I can't get that working properly while adding auto-detection. |
|
I made something like get_localhost_auth already, the resolution should be very similar to the existing Deluge. Feel free to copy/paste etc. |
|
Tried this on MacOs 10.13 with no success. So I had to change import in Then I've got this error. EDIT |
|
Sorry, I realized I had to use So I had to omit |
fix import and deluge 1.3 compatibility
|
I will try to clean the code a bit when I get time. EDIT: I've been looking through the code and while there are things that could be nicer, I'm not entirely sure it's worth doing something about it right now. Ideally, I'd like it if we made a wrapper around DelugeRPCClient to get rid of the direct procedure calls in the plugin(s), but meh... |
@cvium Not sure what you mean by this? I think probably the one thing we should do is implement a very simple version of the get_localhost_auth, so as to not break everybodies setup who is relying on this when we release it. |
|
Okay, I added a horrible version of get_localhost_auth. I only say it's horrible, because I'm sure it needs more error handling, and I haven't actually tested that it works. |
|
@gazpachoking Just that deluge-client is very barebones and I don't think calling |
since auth level is not used, this should be enough...
update get_localhost_auth
|
@cvium Not sure I think wrapping is worth it. What about if we just enable a nicer call format in the new client? I think this PR would essentially make the deluge-client calls the same as the native deluge client calls. |
|
Specifying a filter under from_deluge in config.yml does not filter the entries. the |
FlexGet changed this with version 2.17.0, see Flexget/Flexget#2102
…package. FlexGet changed this with version 2.17.0, see Flexget/Flexget#2102
Motivation for changes:
Stop requiring a deluge install to connect to deluge daemon. This allows easier configuration on flexget installs which connect to remote deluge daemons, as well as python 3 support in the deluge plugin.
Detailed changes:
To Do: