Skip to content

huihuimoe/deluge-to-rtorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

deluge-to-rtorrent

Custom scripts I use to move torrents from deluge to rtorrent

Fork from wseedbox/deluge-to-rtorrent

Update command to make rtorrent 0.9 compatible.

Files

Requirements

for Debian

sudo apt update
sudo apt install dh-make-perl xmlrpc-c deluge-console
mkdir perl && cd perl
dh-make-perl -build -cpan Convert::Bencode_XS
sudo dpkg -i *.deb
cd .. && rm -rf perl

Programs

  • deluge-console: This is required to read info and do operations from deluge.
  • xmlrpc: This is used to make calls to rtorrent

Setup

  1. Copy these files to a bin dir. I used ~/bin
  2. Edit deluge_to_rtorrent.sh and make sure the path's match up.
  3. In deluge, enable the "Execute" plugin.
  4. Create a "Torrent Complete" Event. Put in the whole path to deluge_to_rtorrent.sh

Notes:

  • I've heard that you need to restart deluge after enabling the "Execute" plugin
  • There is a sleep 900 at the top of the file. This means it will take 15 minutes after the file has been completed to be moved.
  • This can be used with the rutorrent plugin to show the values
  • I like having labels in rtorrent. There is a case statement that tries to add labels based on tracker. This could probably be changed.

If you like the script, let me know. It works for me, and I thought I'd share.

About

Scripts to send deluge to rtorrent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 68.9%
  • Shell 31.1%