Is there a Linux application (bonus points for being console/headless) that supports magnet links - like the ones provided now by some famous "bay" for pirate BitTorrent users?
9 Answers
rTorrent has support for magnet links since v0.8.7 released in October 2010. To load one, just hit backspace in rTorrent and paste the magnet information.
The information provided below is three years old and outdated.
Maybe the tutorial How To Compile rTorrent From SVN In Ubuntu 9.10 Karmic Koala / Debian 5 Lenny With Magnet Link Support will help you.
- 12,326
Also, Transmission development version 1.80b1 supports magnet links. See changes.
- 12,326
- 376
Deluge 1.1.9 supports magnet.
Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in it's backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.
- 23,153
- 17
- 83
- 117
Here's a useful script to enable magnet URLs in Firefox and Chrome / xdg-open:
http://sam.nipl.net/code/nipl-tools/bin/magnet-enable
For example:
./magnet-enable vuze
- 12,326
- 958
- 11
- 15
With Transmission it is very simple. Just go to that "bay" and copy the magnet link address. Then in Transmission go to file->Open URL and paste it there. :)
- 12,326
- 1
HEADLESS OPERATION WORKS!
The problem we faced lies in the instability of older versions of rTorrent and libtorrent. rTorrent 0.8.9 and libtorrent 0.12.9 are stable and will correctly load magnet links if the magnet link is wrapped as given by the script provided by rTorrent.
As far as I know, rTorrent is the only client that can handle magnet links dropped in to the client as easily as torrents.
- 12,326
- 39