Advertisement
Guest User

flexget config

a guest
Mar 10th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. cory@vault:~/.flexget$ cat config.yml
  2. schedules:
  3. - tasks: '*'
  4. interval:
  5. minutes: 65
  6.  
  7. templates:
  8.  
  9. global:
  10.  
  11. regexp:
  12.  
  13. reject:
  14. - (s|d)ub(s|bed)?\b: {from: title} # Block any subbed/dubbed/etc videos
  15. - \b(duo|tri|quadri|tetra|penta)logy\b: {from: title} # Block series, only accept one at a time
  16. - \b3-?D\b: {from: title} # I don't have any 3D displays
  17. - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying
  18. - \bR5\b: {from: title} # The following are poor quality types that somehow got through the quality
  19. - \bWEBSCR\b: {from: title} # features usually due to the title including a keyword like "720p" as well
  20. - \bscreener\b: {from: title}
  21. - \bTS\b: {from: title}
  22. - \bCam\b: {from: title}
  23. - '{C_P}': {from: title} # The following are groups with poor quality releases
  24. - TrTd TeaM: {from: title}
  25. - \[TNTVillage\]: {from: title}
  26. - \[facepalm\]: {from: title}
  27. - \bASAP\b: {from: title}
  28. - \bCAMRip\b: {from: title}
  29. - german
  30. - sweden
  31. # - \bHDC@M\b: {from: title}
  32. # - \bHDCAM\b: {from: title}
  33.  
  34. tasks:
  35.  
  36.  
  37.  
  38.  
  39. tv-torrents:
  40. rss: http://www.shazbat.tv/rss/followed?passkey=<scrubbed>&fname=true
  41.  
  42. all_series:
  43. path: /mnt/Vault/Media/TV_Shows/{{series_name}}/
  44.  
  45. content_filter:
  46. require:
  47. - '*.avi'
  48. - '*.mp4'
  49. - '*.mkv'
  50.  
  51. thetvdb_lookup: yes
  52.  
  53.  
  54. transmission:
  55. host: localhost
  56. port: 9091
  57. username: admin
  58. password: <scrubbed>!
  59. # ratio: 3.0
  60. path: "/mnt/Vault/Media/TV_Shows/{{series_name}}/"
  61.  
  62. email:
  63. from: vault@wordupyo.com
  64. to: coryhaessler@gmail.com
  65.  
  66.  
  67.  
  68.  
  69. IPT_TV_RSS:
  70. rss: https://iptorrents.com/torrents/rss?u=441543;tp=<scrubbed>
  71. rss: https://iptorrents.com/torrents/rss?u=441543;tp=<scrubbed> thetvdb_lookup: yes
  72.  
  73. # configure_series:
  74. # settings:
  75. # path: /mnt/Vault/Media/TV_Shows/{{series_name}}/
  76. # from:
  77. # thetvdb_favorites:
  78. # account_id: 8675<scrubbed>
  79.  
  80.  
  81. all_series:
  82. path: /mnt/Vault/Media/TV_Shows/{{series_name}}/
  83.  
  84.  
  85.  
  86. email:
  87. from: vault@wordupyo.com
  88. to: coryhaessler@gmail.com
  89.  
  90.  
  91. content_filter:
  92. reject: '*.rar'
  93. require:
  94. - '*.avi'
  95. - '*.mp4'
  96. - '*.mkv'
  97.  
  98.  
  99. transmission:
  100. host: localhost
  101. port: 9091
  102. username: admin
  103. password: <scrubbed>!
  104. # ratio: 3.0
  105. path: "/mnt/Vault/Media/TV_Shows/{{series_name}}/"
  106.  
  107.  
  108. tv-torrents-q:
  109. rss: http://www.shazbat.tv/rss/download_queue?passkey=<scrubbed>
  110.  
  111. thetvdb_lookup: yes
  112.  
  113.  
  114. all_series:
  115. path: /mnt/Vault/Media/TV_Shows/{{series_name}}/
  116.  
  117.  
  118.  
  119. # content_filter:
  120. # require:
  121. # - '*.avi'
  122. # - '*.mp4'
  123. # - '*.mkv'
  124.  
  125. accept_all: yes
  126.  
  127.  
  128.  
  129. transmission:
  130. host: localhost
  131. port: 9091
  132. username: admin
  133. password: <scrubbed>!
  134. # ratio: 3.0
  135. path: "/mnt/Vault/Media/TV_Shows/{{series_name}}/"
  136.  
  137. email:
  138. from: vault@wordupyo.com
  139. to: coryhaessler@gmail.com
  140.  
  141.  
  142.  
  143. cleanup:
  144. clean_transmission:
  145. host: localhost
  146. port: 9091
  147. username: admin
  148. password: <scrubbed>!
  149. finished_for: 15 days
  150. min_ratio: 2
  151. transmission_seed_limits: no
  152. enabled: yes
  153.  
  154.  
  155.  
  156. Music:
  157.  
  158. listdir: /mnt/Vault/Torrents/Music/
  159. accept_all: yes
  160.  
  161.  
  162.  
  163. email:
  164. from: vault@wordupyo.com
  165. to: coryhaessler@gmail.com
  166.  
  167. transmission:
  168. host: localhost
  169. port: 9091
  170. username: admin
  171. password: <scrubbed>!
  172. # ratio: 3.0
  173. path: "/mnt/Vault/Torrents/Files"
  174.  
  175.  
  176. tvshows:
  177.  
  178. listdir: /mnt/Vault/Torrents/TV_Shows/
  179. accept_all: yes
  180.  
  181. email:
  182. from: vault@wordupyo.com
  183. to: coryhaessler@gmail.com
  184.  
  185. thetvdb_lookup: yes
  186.  
  187.  
  188. all_series:
  189. path: /mnt/Vault/Media/TV_Shows/{{series_name}}/
  190.  
  191.  
  192. transmission:
  193. host: localhost
  194. port: 9091
  195. username: admin
  196. password: <scrubbed>!
  197. # ratio: 3.0
  198. path: "/mnt/Vault/Media/TV_Shows/{{series_name}}/"
  199. cory@vault:~/.flexget$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement