diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-09-25 17:27:40 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-09-25 17:27:40 -0400 |
| commit | 56301cc78cdfe8246b19759b46b9a0c7dd3546c7 (patch) | |
| tree | b7e025fc4188d680c6cd886c206135b42526fa7a /rtorrent.rc | |
| parent | c0711fc5051164324d28589fc1b06f619ebce800 (diff) | |
| download | dotfiles-56301cc78cdfe8246b19759b46b9a0c7dd3546c7.tar.gz dotfiles-56301cc78cdfe8246b19759b46b9a0c7dd3546c7.tar.xz | |
Add an rtorrent configuration example
Diffstat (limited to 'rtorrent.rc')
| -rw-r--r-- | rtorrent.rc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/rtorrent.rc b/rtorrent.rc new file mode 100644 index 0000000..b023ca8 --- /dev/null +++ b/rtorrent.rc @@ -0,0 +1,21 @@ +# Manual: https://rtorrent-docs.readthedocs.io/en/latest/ + +# Global upload and download rate in KiB. +# "0" for unlimited. +# +#throttle.global_down.max_rate.set_kb = 0 +#throttle.global_up.max_rate.set_kb = 0 + +# Default directory to save the downloaded torrents. +directory.default.set = ./ + +# current directory +session.path.set = ./.rtorrent-session + +# start to start, normal just adds them +# schedule2 = watch_directory,5,5,load.start=./torrents/*.torrent +schedule2 = watch_directory,5,5,load.normal=./torrents/*.torrent + +network.port_range.set = 6998-6999 + +pieces.hash.on_completion.set = no |
