Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. # Number sign means comment.
  2. [Settings]
  3.  
  4. WorkingPath = /home/user/PTP/WorkingDirectory
  5.  
  6. MediaInfoPath = /usr/bin/mediainfo
  7. MktorrentPath = /usr/bin/mktorrent
  8. UnrarPath = /usr/bin/unrar
  9.  
  10. MplayerPath = /usr/bin/mplayer
  11. FfmpegPath = /usr/bin/ffmpeg
  12.  
  13. ImageMagickConvertPath = /usr/bin/convert
  14.  
  15.  
  16. WebServerAddress = ipserver:5500
  17.  
  18. WebServerUsername = name
  19.  
  20. WebServerPassword = pass
  21.  
  22.  
  23. WebServerSslCertificatePath = /home/user/PTP/server.crt
  24. WebServerSslPrivateKeyPath = /home/user/PTP/server.key
  25.  
  26.  
  27. WebServerFileTreeInitRoot = /home/user/torrents/Moviez
  28.  
  29.  
  30. GreasemonkeyTorrentSenderPassword = otherpass
  31.  
  32.  
  33. PtpAnnounceUrl = http://please.passthepopcorn.me:2710/secret/announce
  34. PtpUserName = Putty
  35. PtpPassword = secret
  36.  
  37.  
  38.  
  39. TorrentClient = rTorrent
  40.  
  41.  
  42.  
  43. VideoExtensionsToUpload = avi, divx, mkv, mp4, vob
  44. AdditionalExtensionsToUpload = bup, idx, ifo, srt, sub
  45.  
  46. IgnoreFile = .*sample.*, .*d-z0n3\.assistant\.rar
  47.  
  48. IgnoreReleaseTag = [req], diy, part 1, part 2, part 3, part 4, part 5, part 6, part 7, part 8, part 9, part1, part2, part3, part4, part5, part6, part7, part8, part9, part i, part ii, part iii, part iv, part v, part vi, part vii, part viii, part ix
  49.  
  50.  
  51. IgnoreReleaseTagAfterYear = brrip, cam, chinese, cn, danish, dubbed, dvdscr, extras, finnish, french, german, greek, hd2dvd, icelandic, italian, jap, japanese, line, mhd, md, multi, msd, nfofix, nordic, norwegian, pack, portuguese, ppvrip, pt, r5, r6, sr, subfix, subpack, swedish, syncfix, tc, telesync, truefrench, ts, webscr, workprint
  52.  
  53.  
  54. IgnoreReleaserGroup = aXXo, CrEwSaDe, DNL, EVO, FaNGDiNG0, FiCO, HDTime, iPlanet, KiNGDOM, nHD, nSD, NhaNc3, PRODJi, SANTi, ViSION, WAF, YIFY
  55.  
  56.  
  57. ImageHost = ptpimg.me
  58.  
  59.  
  60. PtpImgApiKey = secret
  61.  
  62.  
  63. MediaInfoTimeOut = 60
  64.  
  65. OpenJobPageLinksInNewTab = 0
  66.  
  67.  
  68. MakeTorrentWithoutDirectory = 1
  69.  
  70.  
  71. OverrideScreenshots = 1
  72.  
  73.  
  74. PersonalRip = 0
  75.  
  76.  
  77. ReleaseNotes =
  78.  
  79.  
  80. SkipDuplicateChecking = 1
  81.  
  82.  
  83. [Cinemageddon]
  84. Username =
  85. Password =
  86. MaximumParallelDownloads = 4
  87. #StopAutomaticJobIfThereAreMultipleVideos = BeforeDownloading
  88.  
  89. [Cinematik]
  90. Username =
  91. Password =
  92. MaximumParallelDownloads = 1
  93.  
  94. [FunFile]
  95. Username =
  96. Password =
  97. MaximumParallelDownloads = 3
  98.  
  99. [GFT]
  100. Username =
  101. Password =
  102. MaximumParallelDownloads = 1
  103.  
  104. # If you want only scene releases from the automatic announcements then uncomment the next line.
  105. #AutomaticJobFilter = SceneOnly
  106.  
  107. [HDBits]
  108. Username = name
  109. # You can get your passkey from a torrent download link.
  110. # Eg.: https://hdbits.org/download.php/Movie.mkv.torrent?id=1&passkey=abcdefghijklmnopqrstuvwxyz123456&source=details.browse
  111. # In this case the passkey is abcdefghijklmnopqrstuvwxyz123456
  112. Passkey = secret
  113. MaximumParallelDownloads = 3
  114.  
  115. # If you want only scene releases from the automatic announcements then uncomment the next line.
  116. #AutomaticJobFilter = SceneOnly
  117.  
  118. [HDTorrents]
  119. Username =
  120. Password =
  121. MaximumParallelDownloads = 3
  122.  
  123. [Karagarga]
  124. Username=
  125. Password=
  126. MaximumParallelDownloads = 4
  127. #StopAutomaticJobIfThereAreMultipleVideos = BeforeDownloading
  128.  
  129. # Set to 1 to enable or 0 to disable auto uploading.
  130. AutoUploadSd = 0
  131. AutoUploadDvdImage = 0
  132. AutoUpload720p = 0
  133. AutoUpload1080p = 0
  134.  
  135. [TorrentLeech]
  136. Username = name
  137. Password = secret
  138. MaximumParallelDownloads = 3
  139.  
  140. [TorrentShack]
  141. Username =
  142. Password =
  143. MaximumParallelDownloads = 3
  144.  
  145. # If you want only scene releases from the automatic announcements then uncomment the next line.
  146. #AutomaticJobFilter = SceneOnly
  147.  
  148. # This settings is for the jobs started by uploading a torrent file.
  149. [TorrentFileSource]
  150. MaximumParallelDownloads = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement