viggy96

Untitled

Jan 5th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. variables: variables.yml
  2.  
  3. templates:
  4. global:
  5. transmission:
  6. host: localhost
  7. port: 9091
  8. username: '{? transmission.username ?}'
  9. password: '{? transmission.password ?}'
  10. addpaused: no
  11. ratio: 20.0
  12. content_filter:
  13. require:
  14. - '*.mkv'
  15. reject:
  16. - '*.wmv'
  17. - '*.mp4'
  18. - '*.avi'
  19. - '/\W*(raws)\W*/gi'
  20. - '/\W*(multi)\W*/gi'
  21.  
  22. seasonal_anime_and_specials:
  23. transmission:
  24. path: /home/box/Downloads/Anime/{{series_name}}
  25. content_filename: '{{series_name}} - {{series_id}} [{{quality}}]'
  26. configure_series:
  27. settings:
  28. quality: 720p
  29. ep_regexp:
  30. - (\d+)
  31. season_packs: yes
  32. from:
  33. my_anime_list:
  34. username: '{? mal.username ?}'
  35. status:
  36. - watching
  37. - plan_to_watch
  38. type:
  39. - series
  40. - ova
  41. - special
  42. - ona
  43. series:
  44. settings:
  45. groupa:
  46. quality: 720p
  47. ep_regexp:
  48. - (\d+)
  49. season_packs: yes
  50. groupa:
  51. - 'Gintama'
  52.  
  53. anime_movies:
  54. transmission:
  55. path: /home/box/Downloads/Anime/{{movie_name}}
  56. content_filename: '{{movie_name}} - [{{quality}}]'
  57. configure_series:
  58. settings:
  59. timeframe: 48 hours
  60. target: 1080p h265
  61. quality: 1080p
  62. upgrade: yes
  63. from:
  64. my_anime_list:
  65. username: '{? mal.username ?}'
  66. status:
  67. - watching
  68. - plan_to_watch
  69. type: movie
  70.  
  71. tv_shows:
  72. transmission:
  73. path: /home/box/Downloads/TV/{{series_name}}
  74. main_file_only: yes
  75. main_file_ratio: 0.85
  76. content_filename: '{{series_name}} - {{series_id}} [{{quality}}]'
  77. series:
  78. - 'BattleBots'
  79. - 'Elementary'
  80. - 'Last Week Tonight With John Oliver'
  81. - 'Sherlock'
  82. - 'Star Trek: Discovery'
  83. - 'The Grand Tour'
  84. - 'The Orville'
  85.  
  86. tasks:
  87. nyaa:
  88. rss: [url]
  89. template: seasonal_anime_and_specials
  90. remember_rejected: yes
  91. priority: 1
  92. nyaa_movies:
  93. rss: [url]
  94. template: anime_movies
  95. remember_rejected: yes
  96. priority: 2
  97. tv:
  98. rss: [url]
  99. template: tv_shows
  100. remember_rejected: yes
  101. priority: 3
Advertisement
Add Comment
Please, Sign In to add comment