]> code.delx.au - dotfiles/blobdiff - .rtorrent.rc
xmonad: default to tabbed layout
[dotfiles] / .rtorrent.rc
index 033f773b3bc55b8547ec36f0daab73164ccee526..563bb1c1bdbe1bfaf21d8c5bb0d8337a0b42c9ca 100644 (file)
@@ -13,8 +13,8 @@ download_rate = 1000
 upload_rate = 0
 
 # The ip address reported to the tracker.
-ip = 64.16.211.112
-###schedule = ip_tick,0,1800,ip=home.delx.net.au
+ip = A.B.C.D
+###schedule = ip_tick,0,1800,ip=something.example.com
 
 # Port range to use for listening.
 port_range = 7100-7100
@@ -37,12 +37,12 @@ schedule = watch_directory,5,5,load_start=~/watch/*.torrent
 schedule = tied_directory,5,5,start_tied=
 schedule = untied_directory,5,5,close_untied=
 
-# Move when finished
-#system.method.set_key = event.download.finished,move_complete,"execute=cp,-u,$d.get_base_path=,/data/video/NewTorrents/;d.set_directory=/data/video/NewTorrents/"
-
 # Close torrents when diskspace is low.
 schedule = low_diskspace,5,60,close_low_diskspace=100M
 
+# Link when finished
+###system.method.set_key = event.download.finished,move_complete,"execute=cp,-Rl,$d.get_base_path=,~/unsorted/"
+
 # Stop torrents when reaching upload ratio in percent, when also reaching total
 # upload in bytes, or when reaching final upload ratio in percent.
 ###ratio.enable=
@@ -53,8 +53,8 @@ schedule = low_diskspace,5,60,close_low_diskspace=100M
 ###schedule = ratio,60,60,"stop_on_ratio=200,200M"
 
 # Severe throttling during peak period
-#schedule = peak_throttle1,12:00:00,24:00:00,"upload_rate=6"
-#schedule = peak_throttle1,12:00:00,24:00:00,"download_rate=32"
-#schedule = offpeak_throttle1,02:00:00,24:00:00,"upload_rate=16"
-#schedule = offpeak_throttle2,02:00:00,24:00:00,"download_rate=128"
+###schedule = peak_throttle1,12:00:00,24:00:00,"upload_rate=6"
+###schedule = peak_throttle1,12:00:00,24:00:00,"download_rate=32"
+###schedule = offpeak_throttle1,02:00:00,24:00:00,"upload_rate=16"
+###schedule = offpeak_throttle2,02:00:00,24:00:00,"download_rate=128"