Changes between Version 109 and Version 110 of Faq


Ignore:
Timestamp:
11/29/2009 01:58:52 AM (14 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v109 v110  
    161161 1. Unselect "Auto Managed". 
    162162 
     163== What is a magnet uri, and how do I get Deluge to handle them? == 
     164 
     165Magnet URIs are an easy way to add torrents by their info-hash.  You can learn more about them here: http://en.wikipedia.org/wiki/Magnet_URI_scheme 
     166 
     167If you're using GNOME, then you can do these following commands to associate magnets with Deluge: 
     168 
     169{{{ 
     170gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command 'deluge "%s"' 
     171gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/needs_terminal false 
     172gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/enabled true 
     173}}} 
     174 
     175If you aren't using GNOME, but using Firefox, you can set it up this way: 
     176 
     177 * Type about:config into the address bar and press Enter. 
     178 * Add a key by Right-click -> New -> Boolean -> Name: network.protocol-handler.external.magnet with value -> true 
     179 * Add another key, by Right-click -> New -> String -> Name: network.protocol-handler.app.magnet with Value -> deluge 
     180 * Ensure that the key network.protocol-handler.expose-all is set to true. 
     181 
     182In Windows, you can simply re-run the installer and select the magnet association option. 
     183 
    163184= Plugins = 
    164185