Guest User

Untitled

a guest
Apr 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. #--------rtorrent general settings version 0.8.9/0.12.9
  2. min_peers = 60
  3. max_peers = 7550
  4. min_peers_seed = 60
  5. max_peers_seed = 7550
  6. max_uploads = 969
  7. download_rate = 0
  8. upload_rate = 60
  9. port_range = 666-666
  10. port_random = no
  11. dht = auto
  12. dht_port = 666
  13. use_udp_trackers = yes
  14. peer_exchange = yes
  15. max_memory_usage = 1524M
  16. encryption = allow_incoming,try_outgoing,require,require_RC4,enable_retry
  17. schedule = low_diskspace,5,60,close_low_diskspace=100M
  18. check_hash = yes
  19. hash_read_ahead = 8
  20. hash_max_tries = 5
  21. hash_interval = 10
  22.  
  23. #---------remove lock files that may prevent rtorrent, or rpc socket
  24. execute_nothrow=rm,/home/username/torrents/.session/rtorrent.lock
  25. execute_nothrow=rm,/tmp/rpc.socket
  26.  
  27. #---------directory settings
  28. directory = /home/username/torrents/incomplete/
  29. session = /home/username/torrents/.session/
  30.  
  31. #---------removing torrent file from watched will stop the coresponding download
  32. schedule = untied_directory,5,5,stop_untied=
  33. schedule = tied_directory,5,5,start_tied=
  34.  
  35. #---------organize directories, autostarts files organized by folder in watch directory, when complete, moved to equivalent complete directory
  36. schedule = watch_directory_1,10,10,"load_start=/home/username/torrents/watch/movies/*.torrent,d.set_custom1=/home/username/torrents/complete/movies/"
  37. schedule = watch_directory_2,10,10,"load_start=/home/username/torrents/watch/music/*.torrent,d.set_custom1=/home/username/torrents/complete/music/"
  38. schedule = watch_directory_3,10,10,"load_start=/home/username/torrents/watch/applications/*.torrent,d.set_custom1=/home/username/torrents/complete/applications/"
  39. schedule = watch_directory_4,10,10,"load_start=/home/username/torrents/watch/readers/*.torrent,d.set_custom1=/home/username/torrents/complete/readers/"
  40. schedule = watch_directory_5,10,10,"load_start=/home/username/torrents/watch/games/*.torrent,d.set_custom1=/home/username/torrents/complete/games/"
  41. schedule = watch_directory_6,10,10,"load_start=/home/username/torrents/watch/others/*.torrent,d.set_custom1=/home/username/torrents/complete/others/"
  42. system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-u,$d.get_base_path=,$d.get_custom1="
  43.  
  44. #---------schedule throttles upload speed before 9pm, (sets it again every hour for 2 more hrs) opens upload speed up and then throttles again after 6am (sets it again every hour for 2 more hrs)
  45. schedule = throttle_1,21:00:00,24:00:00,upload_rate=0
  46. schedule = throttle_2,22:00:00,24:00:00,upload_rate=0
  47. schedule = throttle_3,23:00:00,24:00:00,upload_rate=0
  48. schedule = throttle_4,06:00:00,24:00:00,upload_rate=60
  49. schedule = throttle_5,07:00:00,24:00:00,upload_rate=60
  50. schedule = throttle_6,08:00:00,24:00:00,upload_rate=60
  51.  
  52. #---------rtorrent socket sever, can connect to rtorrent from local and public networks using various methods
  53. scgi_local = /tmp/rpc.socket
  54. #---------this file must be 777 or the server will not work, this ensures such
  55. schedule = chmod,0,0,"execute=chmod,777,/tmp/rpc.socket"
  56. #---------encoding for ssh connections
  57. encoding_list = UTF-8
  58.  
  59. #---------archives, various bashes and ratios
  60. #system.method.set_key = event.download.finished,notify_me,"execute=/home/username/bin/mail.sh,$d.get_name="
  61. #system.method.set_key = event.download.closed,notify_me,"execute=/home/username/bin/delete.sh"
  62. #system.method.set_key = event.download.opened,download_start,"execute=/home/username/bin/chroot.sh"
  63. #ratio.enable = on
  64. #ratio.min.set=5
  65. #ratio.max.set=11
  66. #system.method.set = group.seeding.ratio.command,set_upload_rate=20000
Add Comment
Please, Sign In to add comment