I’m currently on the Imac using Deluge as my preferred client - it just seems so much faster than (say) Transmission, which has recently been struggling to connect to other pirates on the high seas.

The only problem is: Deluge appears to have issues with magnet links. Although the client will open when you click a magnet, the link doesn’t automatically get added to the downloads. So you have to manually enter each magnet link.

Is there anyway around this? I’d appreciate detailed instructions if possible (or a link to a video and/or article explaining what to do).

thanks

  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️@yiffit.net
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    9 months ago

    All you have to do is click the add button on the pop-up after opening a magnet link. The popup window in Dekuge may sometimes be blank at first, but you can click add before it populates and it still works.

    IDK if there’s a way to get it to skip that part and just start downloading after opening the link, but if there is and someone else knows I’d like to know, too.

  • OmnipotentEntity@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    When you attempt to open a link in your browser it calls the executable you specify with the link URL as its first argument. Glancing at the deluge torrent source, it seems to want a different command line than the one the web browser provides. You can fix this using a small wrapping script.

      • OmnipotentEntity@beehaw.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        9 months ago

        A wrapping script is a small text file that calls the program you want to call. For instance in Linux this would be something like:

        #!/bin/sh
        
        deluge -torrent $1
        

        You save it as deluge-wrapper.sh. Use chmod to enable the execution bit (chmod a+x deluge-wrapper.sh). And then point your browser at it.

        Be sure to doublecheck that running deluge in this way does open the torrent. You can test it in the command line. It might be --torrent or I might be misreading or misremembering the code from last night. Additionally, it might be deluge-gtk or something.

    • FartsUnited@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      9 months ago

      Thanks, that appears to be the right app or plugin, but Mac won’t let me install it (too old for my current OS and/or can’t verify if its safe). Thanks, though.

  • DLSantini@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    Browser extension that connects to the deluge webui. But my deluge is running on unraid on my Nas. Would probably work for the desktop deluge, if you can setup the webui.

  • pangolinpalantir@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    I’m running deluge in a docker container on unraid and I have this same issue in Firefox but not in Chrome. I also have authentication problems in qBittorrent in Firefox that don’t happen in Chrome. It’s literally the only thing I use Chrome for unfortunately.

  • __init__@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    Before I had it all automated, I used to use a browser extension which would send them to the web ui without having to actually open deluge at all. I think it was called deluge siphon.