Currently, with normal .torrent files, I have a script that is activated with firefox's "open with" which sends the .torrent to a folder on a server on which deluge constantly checks for .torrents and then automatically adds them and removes the .torrent file. Is there a way to do something similar to this with magnet links?
Using deluge 1.3.3 with kubuntu 11.10
adding magnet link automation
Re: adding magnet link automation
monstermunchkin has provided a patch for the Autoadd plugin that should be in the next release: http://dev.deluge-torrent.org/ticket/2030
Re: adding magnet link automation
What is the format file supposed to be? Should the magnet url be the filename itself, or should it be a random filename with the contents as plain text, something like: "magnet:?xt=urn:btih:XXXXX..."?
Re: adding magnet link automation
Autoadd will load any plain text file with '.magnet' extension and it can contain single or multiple magnet uris.