Skip to content

Instantly share code, notes, and snippets.

@ion1
Created April 22, 2010 20:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ion1/375792 to your computer and use it in GitHub Desktop.
Save ion1/375792 to your computer and use it in GitHub Desktop.
rtorrent.rc
# http://libtorrent.rakshasa.no/wiki/RTorrentRatioHandling
ratio.enable =
ratio.min.set = 200
ratio.max.set = 0
ratio.upload.set = 0
system.method.set = group.seeding.ratio.command, d.close=, d.erase=
# Link when finished.
system.method.set_key = event.download.finished, link_finished, "execute = mkdir, -p, ../done; execute = cp, -al, --, $d.get_base_path=, ../done/"
# Delete when erased.
system.method.set_key = event.download.erased, delete_erased, "execute = rm, -fr, --, $d.get_base_path="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment