joal icon indicating copy to clipboard operation
joal copied to clipboard

Support Deluge 2.1.1

Open Cosmonear opened this issue 3 years ago • 1 comments

Hello, First, thank you very much for the work and the app.

Is it possible to support Deluge 2.1.1 (the current version) ? The last version of deluge supported is 2.0.3 which is 3 years old.

Thank you very much !

Cosmonear avatar Sep 02 '22 11:09 Cosmonear

use this

{
    "keyGenerator": {
        "algorithm": {
            "type": "HASH_NO_LEADING_ZERO",
            "length": 8
        },
        "refreshOn": "TORRENT_PERSISTENT",
        "keyCase": "upper"
    },
    "peerIdGenerator": {
        "algorithm": {
            "type": "REGEX",
            "pattern": "-DE203s-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}"
        },
        "refreshOn": "NEVER",
        "shouldUrlEncode": false
    },
    "urlEncoder": {
        "encodingExclusionPattern": "[A-Za-z0-9_~\\(\\)\\!\\.\\*-]",
        "encodedHexCase": "lower"
    },
    "query": "info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}&event={event}&numwant={numwant}&compact=1&no_peer_id=1&supportcrypto=1&redundant=0",
    "numwant": 200,
    "numwantOnStop": 0,
    "requestHeaders": [
        { "name": "User-Agent", "value": "Deluge/2.1.1 libtorrent/2.0.7.0" },
        { "name": "Accept-Encoding", "value": "gzip" },
        { "name": "Connection", "value": "close" }
    ]
}

doums avatar Sep 16 '22 00:09 doums

Hum, actually don't use that it not valid, i'll release a new version of joal with deluge 2.1.1 in a few minutes

anthonyraymond avatar Nov 02 '22 19:11 anthonyraymond