X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/d7f7254c1e613bada648de13b9a983c57e34802b..2de801241149fcc7b46feef3d63f3f0278781464:/.rtorrent.rc diff --git a/.rtorrent.rc b/.rtorrent.rc index c536abc..563bb1c 100644 --- a/.rtorrent.rc +++ b/.rtorrent.rc @@ -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"