Skip to content

wseedbox/deluge-to-rtorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

deluge-to-rtorrent

Custom scripts I use to move torrents from deluge to rtorrent

First, I am a Fedora user. For other distros, please do what is needed

Files

Requirements

Programs

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

Optional

I have a preference for pyroscope's tools. There is one called "rtxmlrpc" that can be used in place of xmlrpc. They do the same thing, but

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