batong

IPTorrents not working with Flexget

May 5th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. variables: variables.yml
  2. templates:
  3. # Global settings
  4. global:
  5. free_space:
  6. path: /mnt/4T/
  7. space: 20000
  8. imdb_lookup: yes
  9. verify_ssl_certificates: no
  10. # Make sure all filenames are Windows safe (for samba)
  11. pathscrub: windows
  12. # Filter by filenames. Allow multiple video types and rar packs (but note if there is just a
  13. # single .rar file it won't be accepted)
  14. content_filter:
  15. require:
  16. - '*.mkv'
  17. - '*.mp4'
  18. - '*.r0*'
  19. - '*.part0*'
  20. reject:
  21. - 'password.txt'
  22. - '*.wmv'
  23. - '*.avi'
  24. - '*.mpg'
  25. regexp:
  26. reject:
  27. - (s|d)ub(s|bed)?\b: {from: title} # Block any subbed/dubbed/etc videos
  28. - \b(duo|tri|quadri|tetra|penta)logy\b: {from: title} # Block series, only accept one at a time
  29. - \b3-?D\b: {from: title} # I don't have any 3D displays
  30. - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying
  31. - \b3D\b: {from: title} # The following are poor quality types that somehow got through the quality
  32. - \bR5\b: {from: title} # The following are poor quality types that somehow got through the quality
  33. - \bYIFY\b: {from: title} # Only contains 2 channel sound
  34. - \bWEBSCR\b: {from: title} # features usually due to the title including a keyword like "720p" as well
  35. - \bscreener\b: {from: title}
  36. - \bREMASTERED\b: {from: title}
  37. - \bseason\b: {from: title}
  38. - \bTS\b: {from: title}
  39. - \bCam\b: {from: title}
  40. - '{C_P}': {from: title} # The following are groups with poor quality releases
  41. - TrTd TeaM: {from: title}
  42. - \[TNTVillage\]: {from: title}
  43. - \[facepalm\]: {from: title}
  44. - \bASAP\b: {from: title}
  45. - the.day.of.the.doctor # The following are titles that caused me issues from plugins
  46. - italian: {from: title}
  47. - Spanish: {from: title}
  48. - french: {from: title}
  49. - german: {from: title}
  50. - dutch: {from: title}
  51. - hindi: {from: title}
  52. - ipod: {from: title}
  53. - NLsubs: {from: title}
  54. - VOSTFR: {from: title}
  55. - HEVC: {from: title}
  56. - (s|d)ub(s|bed|lado)?\b: {from: title}
  57. delete:
  58. # Delete source directory if smaller than x after delete
  59. clean_source: 100
  60. # Delete additional files
  61. along:
  62. extensions:
  63. - nfo
  64. - txt
  65. - rar
  66. set:
  67. skip_files:
  68. - "*.nfo"
  69. - "*.sfv"
  70. - "*[sS]ample*"
  71. - "*.txt"
  72. - "RARBG.COM.mp4"
  73. - "ETRG.mp4"
  74. - "*.jpg"
  75.  
  76.  
  77.  
  78. #End Global########################################################
  79. # Start templates for movies, tv, and imdb auto downloads
  80. #
  81. movie:
  82. #
  83. seen_movies:
  84. matching: strict
  85. proper_movies: yes
  86. require_field: imdb_id
  87. quality: 720p+ hdtv+ h264+
  88. # Check for already downloaded or currently downloading movies
  89. exists_movie:
  90. - /mnt/Sedda/Sedda filmer
  91. - /Sedda
  92. - /mnt/4T/Auto
  93. - /Latest
  94. - /Nyaste
  95. - /media/Estonian
  96. - /media/movies
  97. - /media/barnfilmer
  98. set:
  99. content_filename: "{{ imdb_name|replace('/', '_')|replace(':', ' -') }} ({{ imdb_year }}) - {{ quality }}"
  100. deluge:
  101. username: '{? deluge.username ?}'
  102. password: '{? deluge.password ?}'
  103. ratio: 3
  104. removeatratio: no
  105. compact: yes
  106. path: /mnt/4T/Downloading
  107. movedone: "/mnt/4T/Auto/{{ imdb_name|replace('/', '_')|replace(':', ' -') }} ({{ imdb_year }}) - {{ quality }}/"
  108. main_file_only: yes
  109. label: "Flexget"
  110.  
  111. # Download new movies with a minimum score
  112. imdbmovie-filter:
  113. #
  114. template: movie
  115. imdb:
  116. min_score: 7.9
  117. min_votes: 2000
  118. min_year: 1950
  119. reject_genres:
  120. - horror
  121. - film-noir
  122. - musical
  123. - sport
  124. - music
  125. accept_languages:
  126. - english
  127. - swedish
  128. - estonian
  129.  
  130. # Filter for Rotten tomatoes
  131.  
  132.  
  133. tasks:
  134.  
  135. #task to pull movies from trakt.tv watchlist and add to the movie queue
  136. #
  137. trakt_movie_queue_fill:
  138. #
  139. priority: 1 # run before the movie search task
  140. trakt_list:
  141. username: '{? trakt.username ?}'
  142. account: '{? trakt.account ?}'
  143. list: watchlist
  144. type: movies
  145. accept_all: yes
  146. list_add:
  147. - movie_list: traktmovielist
  148.  
  149. # task that automatically generates an rss feed based on entries from the movie_queue
  150. #
  151. trakt_movies_search:
  152. #
  153. template: movie
  154. priority: 3 # run after the movie queue fill task
  155. discover:
  156. what:
  157. - movie_list: traktmovielist
  158. from:
  159. - extratorrent:
  160. category: movies
  161. - iptorrents:
  162. rss_key: '{? iptorrents.passkey ?}'
  163. uid: '{? iptorrents.uid ?}'
  164. password: '{? iptorrents.pass ?}'
  165. category: Movie-HD-Bluray
  166. - piratebay:
  167. category: "highres movies"
  168. sort_by: seeds
  169. - rarbg:
  170. category: [ 42, 44, 45 ]
  171. interval: 1 hour
  172. list_match:
  173. from:
  174. - movie_list: traktmovielist
  175. #
  176. get-movies-with-imdb-rating:
  177. #
  178. template: imdbmovie-filter
  179. priority: 10
  180. # movie_queue: add
  181. list_add:
  182. - movie_list: imdbmovielist
  183. inputs:
  184. # IP Torrents new HD + movies
  185. - rss: https://rss.iptorrents.com/torrents/rss?u=xxx;tp=xxx;90;48;download;s0=1;s1=4;new
  186. # TPB Top 100 - not generating many new entries. Only wasting time
  187. # - rss: https://thepiratebay.org/rss/top100/207
  188. # - rss: https://thepiratebay.org/rss/new/207
  189. # The TPB RSS "new" feed is not working
  190. # Generated RSS feed for new HD movies using http://tf.maxters.net/
  191. - rss: http://batong:[email protected]/pbay/browse/207
  192. # extratorrent.cc blocked 2017-03. Switched to extra.to. (extratorrent.cc working again 2017-05)
  193. #- rss: http://extratorrent.cc/rss.xml?cid=4
  194. - rss: http://extra.to/rss.xml?cid=4
  195. # RARBG HD movie feed. 42=DTS (Full BD), 44=1080p, 45=720p, 46=REMUX, 47=3D, 48=XviD
  196. # Hover over the categories at rarbg.to for category #
  197. - rss: https://rarbg.to/rssdd.php?categories=42;44;45
  198. # - rss: http://crystaltorrents.com/rss.php?cat=88,89,92
  199. # Crystaltorrents 86=DVDrip, 91=3D, 89=BRRip, 61=Bollywood, 56=Cam+TS, 92=Documentaries,
  200. # 1=Dubbed, 55=DVD Screener, 90=Remux, 88=Webrip+HDRip+X24
  201.  
  202. # task that automatically generates an rss feed based on entries from the movie_queue
  203. #
  204. imdb_movies_search:
  205. #
  206. template: movie
  207. priority: 15 # run after the movie queue fill task
  208. discover:
  209. what:
  210. - movie_list: imdbmovielist
  211. from:
  212. - extratorrent:
  213. category: movies
  214. list_match:
  215. from:
  216. - movie_list: imdbmovielist
Advertisement
Add Comment
Please, Sign In to add comment