Guest User

Untitled

a guest
Oct 20th, 2017
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. ;WHATauto setup.conf
  2. [setup]
  3. ;This is the folder that all torrents will download to by default, unless over-ridden by another setting in credentials.conf/filters.conf.
  4. torrentDir=/media/sda1/home/nagyzenesz/private/rtorrent/watch
  5.  
  6.  
  7. ;This is the drive that pyWHATauto will report free space on.
  8. drive=/media/sda1/home/nagyzenesz
  9.  
  10.  
  11. ;Most seedbox providers don't use quota, so it can be impossible to find out
  12. ;progmatically how much space is available to a user. Fill in how much space is dedicated
  13. ;to you. If you leave this blank then it will try to autofill, but unless you
  14. ;own the entire drive (and not just a subfolder) it will be wrong!
  15. ;This number should be in gigabytes.
  16. limit=500
  17.  
  18. ;options in increasing verbosity are:
  19. ;'error','msg','info','cmd','filter','debug'
  20. ;msg means only error messages and chatter will show up.
  21. ;by setting verbosity:msg and chatter:0, that is the same thing as verbosity:error
  22. verbosity=filter
  23.  
  24. ;This will write a continual log of the output to file.
  25. ;Every time pyWA is run a new log will be created.
  26. log= 1
  27.  
  28. ;Should the random chatter (messages etc) from the channels show up in your output?
  29. chatter= 0
  30.  
  31. ;This will delay torrents from downloading for x many seconds after a match is made.
  32. ;This helps combat some trackers that announce before the torrent is available.
  33. ;This setting is universal, but only applies to automatic downloads.
  34. delay=3
  35.  
  36. ;At what percentage should pyWA stop downloading torrents?
  37. freePercent= 5
  38.  
  39. ;WEBUI password
  40. password=
  41. ;WEBUI port
  42. port=10250
  43. ;WEBUI IP (only required if you want to bind the server to a specific ip)
  44. webserverip=
  45.  
  46. [notification]
  47. gmail= j5@gmail.com
  48. password= xxxx
  49. email= 0
  50.  
  51. server= whatcd
  52. nick= yournick
  53. message= 0
  54.  
  55. [sites]
  56. ;this will enable or disable each network
  57. alphaomega= 0
  58. animebytes= 0
  59. awesomehd = 1
  60. baconbits = 0
  61. BD25= 0
  62. bibliotik= 0
  63. bitgamer= 0
  64. bitme= 0
  65. bitmetv= 0
  66. broadcasthenet= 0
  67. brokenstones= 0
  68. delish= 0
  69. digitalhive= 0
  70. fux0r= 0
  71. gazellegames= 0
  72. hdbits= 0
  73. iptorrents= 0
  74. karagarga= 0
  75. lztr=0
  76. passthepopcorn= 0
  77. pretome= 0
  78. pianosheets= 0
  79. piratethenet= 0
  80. pwnnetwork= 0
  81. sceneaccess= 0
  82. scenehd= 0
  83. sciencehd= 0
  84. sharetheremote= 0
  85. shellife=0
  86. tehconnection= 0
  87. thebox= 0
  88. theempire= 0
  89. thegft= 0
  90. theplace= 0
  91. torrentbytes= 0
  92. torrentleech= 0
  93. torrentvault= 0
  94. undergroundgamer= 0
  95. waffles= 0
  96. whatcd= 0
  97. x264= 0
  98.  
  99. [aliases]
  100. ;change the alias used in commands on IRC. Only 1 alias per network.
  101. animebytes= ab
  102. awesomehd= ahd
  103. baconbits= bb
  104. bd25= b25
  105. bibliotik= biblio
  106. bitgamer= bg
  107. bitme = bme
  108. bitmetv= bmtv
  109. broadcasthenet= btn
  110. brokenstones= bs
  111. delish= deli
  112. digitalhive= dh
  113. fux0r= hfu
  114. gazellegames= ggames
  115. hdbits= hdb
  116. iptorrents= ipt
  117. karagarga= kg
  118. lztr= lz
  119. passthepopcorn = ptp
  120. pretome= ptme
  121. pianosheets= piash
  122. piratethenet= ptn
  123. pwnnetwork= pwn
  124. sceneaccess= scc
  125. scenehd= schd
  126. sciencehd= shd
  127. sharetheremote= str
  128. shellife= shl
  129. thebox=tbox
  130. theempire=te
  131. thegft= gft
  132. tehconnection= tc
  133. theplace= tp
  134. torrentbytes= tbytes
  135. torrentvault= tv
  136. torrentleech= tl
  137. undergroundgamer= ug
  138. waffles= waf
  139. whatcd= what
  140.  
  141. [debug]
  142. ;Setting this allows for you to do even more in-depth debugging. It will ONLY connect to one network, does not use threads, and will show
  143. ;extended tracebacks during a crash.
  144. testing = 0
Add Comment
Please, Sign In to add comment