Advertisement
Guest User

Untitled

a guest
Oct 1st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. # Lines beginning with a '#' character are ignored (i.e., they're comments!)
  2.  
  3. # TV-shows/movies template: (note that wildcards aren't necessary in the shows filter option!)
  4. [filter TV SHOW MOVIE FILTER TEMPLATE]
  5. shows = The Simpsons, Other show, 3rd Show, Some movie, Movie #2
  6. max-size = 2GB
  7. #seasons = 3-8
  8. #episodes = 0-99
  9. resolutions = SD, 720p
  10. sources = HDTV, DVDRip, BluRay
  11. encoders = xvid, x264
  12. #years = 2008-2012, 1950
  13. #match-sites =
  14.  
  15. # Music template:
  16. [filter MUSIC FILTER TEMPLATE]
  17. match-sites = what, waffles
  18. min-size = 30MB
  19. max-size = 2GB
  20. years = 2011
  21. #shows = ArtistOrGroup #1, ArtistOrGroup #2, etc
  22. #albums = Album #1, Album #2, etc
  23. formats = MP3, FLAC
  24. bitrates = v0 (vbr), lossless
  25. media = CD
  26. tags = metal, rock
  27. #tags-any = true
  28. #except-tags = hip hop, tag #2, tag #3
  29. #except-tags-any = false
  30. #scene =
  31. #log =
  32. #cue =
  33.  
  34. # Random scene releases:
  35. [filter RANDOM SCENE RELEASE FILTER TEMPLATE]
  36. match-releases = the?simpsons*, american?dad*, blah*
  37. except-releases = *-LOL, *-crapgroup, crap.release*
  38. #match-sites =
  39. #except-sites =
  40. #min-size = 10MB
  41. max-size = 500MB
  42. #max-pretime = 3 secs
  43. #match-uploaders =
  44. #except-uploaders =
  45.  
  46. # All releases from a certain category:
  47. [filter CATEGORY FILTER TEMPLATE]
  48. match-categories = *MP3*, *XVID*
  49. #except-categories = *XXX*
  50. #match-releases =
  51. #except-releases =
  52. #match-sites =
  53. #except-sites =
  54. #min-size =
  55. max-size = 10GB
  56.  
  57. [filter rtorrent stuff]
  58. match-releases = Some.Random.Release-GRP
  59. # ... etc
  60. upload-type = rtorrent
  61. rt-dir = /home/macpwnswindblows/files/$(Month)$(Day)/$(Tracker)
  62. #rt-commands = print="Added: $(TorrentName)"; print="Hello, world!"
  63. rt-label = $(Tracker)
  64. #rt-ratio-group = rat_3
  65. #rt-channel = thr_2
  66. rt-priority = high
  67. #rt-ignore-scheduler = true
  68. #rt-dont-add-name = false
  69.  
  70. [options]
  71. max-saved-releases = 1000
  72. save-download-history = true
  73. download-duplicates = false
  74. upload-type = watchdir
  75. #upload-type = webui
  76. #upload-type = ftp
  77. upload-watch-dir = /home/macpwnswindblows/watch
  78. upload-ftp-path = /
  79.  
  80. [webui]
  81. user = macpwnswindblows
  82. password = smackdown123
  83. hostname = 83.149.125.90
  84. port = 16566
  85. ssl =
  86.  
  87. [ftp]
  88. user =
  89. password =
  90. hostname =
  91. port =
  92.  
  93. # [tracker scc]
  94. # authkey =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement