Created
April 16, 2011 14:40
-
-
Save robertseaton/923156 to your computer and use it in GitHub Desktop.
rtorrent Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scgi_port = 127.0.0.1:5000 | |
max_uploads = 10 | |
download_rate = 1200 | |
upload_rate = 200 | |
directory = /home/robb/torrents/working | |
schedule = watch_directory,5,5,load_start=/home/robb/downloads/*.torrent | |
use_udp_trackers = yes | |
encryption = allow_incoming,try_outgoing,enable_retry | |
system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,~/torrents/done;d.set_directory=~/torrents/done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment