Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created September 17, 2014 06:12
Show Gist options
  • Select an option

  • Save heywbj/0b33f7a49faa65934dd0 to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/0b33f7a49faa65934dd0 to your computer and use it in GitHub Desktop.
rtorrent configuration
port_range=6999-6999
download_rate = 1600
upload_rate = 600
directory = ./torrents/
session = ./session/
schedule = watch_directory_1,10,10,"load_start=./watch/*.torrent,d.set_custom1=./done"
schedule = watch_directory_2,10,10,"load_start=./watch_music/*.torrent,d.set_custom1=./done_music"
schedule = watch_directory_3,10,10,"load_start=./watch_video/*.torrent,d.set_custom1=./done_video"
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-u,$d.get_base_path=,$d.get_custom1="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment