rtorrent configuration which watch for new torrent files
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Aug 2011 10:53:52 +0000 (10:53 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Aug 2011 10:53:52 +0000 (10:53 +0000)
torrent/rtorrent.rc

index bc567f0..4c8b626 100644 (file)
@@ -18,7 +18,7 @@
 #upload_rate = 0
 
 # Default directory to save the downloaded torrents.
-#directory = ./
+directory = ./
 
 # Default session directory. Make sure you don't run multiple instance
 # of rtorrent using the same session directory. Perhaps using a
@@ -27,8 +27,8 @@
 
 # Watch a directory for new torrents, and stop those that have been
 # deleted.
-#schedule = watch_directory,5,5,load_start=./watch/*.torrent
-#schedule = untied_directory,5,5,stop_untied=
+schedule = watch_directory,5,5,load_start=./watch/*.torrent
+schedule = untied_directory,5,5,stop_untied=
 
 # Close torrents when diskspace is low.
 #schedule = low_diskspace,5,60,close_low_diskspace=100M
@@ -87,7 +87,7 @@
 
 # Enable peer exchange (for torrents not marked private)
 #
-peer_exchange = yes
+peer_exchange = yes
 
 #
 # Do not modify the following parameters unless you know what you're doing.