diff --git a/rtorrent/.rtorrent.rc b/rtorrent/.rtorrent.rc index c06ce8f..8594495 100755 --- a/rtorrent/.rtorrent.rc +++ b/rtorrent/.rtorrent.rc @@ -30,7 +30,7 @@ session.path.set = ~/.cache/rtorrent/session # Watch a directory for new torrents, and stop those that have been # deleted. -schedule2 = watch_directory,5,5,load.start=~/.cache/rtorrent/watch/*.torrent +schedule2 = watch_directory,5,5,load.start=~/torrents/*.torrent schedule2 = untied_directory,5,5,stop_untied= # Close torrents when diskspace is low. @@ -103,3 +103,4 @@ pieces.hash.on_completion.set = yes #scgi_port = 127.0.0.1:5000 #scgi_local = /home/user/rtorrent/rpc.socket #schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket" +# vim: set syntax=conf