yoshipartout

conf

Apr 7th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. # Import file with secret info like user/password transmission
  2. secrets: secrets.yml
  3.  
  4. web_server:
  5. bind: 94.23.254.148
  6. port: 3539
  7. api: yes
  8. webui: yes
  9.  
  10.  
  11. templates:
  12. anime:
  13. regexp:
  14. reject:
  15. - complete
  16. reject_excluding:
  17. - vostfr
  18. series:
  19. settings:
  20. ani:
  21. upgrade: no
  22. identified_by : sequence
  23. begin : 1
  24. special_ids:
  25. - special
  26. - OAV
  27. - OVA
  28. - OAD
  29. - film
  30. - movie
  31. ani:
  32. #Saison actuelle
  33. - Big order
  34. - Boku no Hero Academia
  35. - Bungou Stray Dogs:
  36. alternate_name:
  37. - Bungo Stray Dogs
  38. - Concrete Revolutio Choujin Gensou THE LAST SONG:
  39. alternate_name:
  40. - Concrete Revolutio THE LAST SONG
  41. - Endride
  42. - Flying witch:
  43. special_ids:
  44. - special
  45. - OAV
  46. - OVA
  47. - OAD
  48. - petit
  49. - Gyakuten Saiban Sono "Shinjitsu", Igi Ari:
  50. alternate_name:
  51. - Gyakuten Saiban
  52. - Phoenix Wright
  53. - Ace Attorney
  54. - Hundred
  55. - Joker Game
  56. - Kiznaiver:
  57. begin: 0
  58. - Koutetsujou no Kabaneri
  59. - Mayoiga
  60. - Netoge no Yome wa Onnanoko ja Nai to Omotta:
  61. alternate_name:
  62. - Net Game no Yome wa Onna no Ko ja Nai to Omotta
  63. - Re Zero Kara Hajimeru Isekai Seikatsu:
  64. alternate_name:
  65. - ReZero
  66. - Seisen Cerberus Ryuukoku no Fatalite:
  67. alternate_name:
  68. - Seisen Cerberus
  69. #Autre
  70. #- Subete ga F ni Naru The Perfect Insider:
  71. tasks:
  72. nyaa:
  73. transmission:
  74. username: '{{ secrets.transmission.user }}'
  75. password: '{{ secrets.transmission.pass }}'
  76. path: /home/floppyserv/torrents/anime/{{ series_name|replace(" ",".") }}/Season {{ series_season|pad(2)}}/
  77. addpaused: no
  78. main_file_only: yes
  79. include_subs: yes
  80. skip_files:
  81. - '*.nfo'
  82. - '*.sfv'
  83. - '*.txt'
  84. - '*.rar'
  85. - '*.zip'
  86. #content_filename: '{{series_name|replace(" ",".")}}.S{{series_season|pad(2)}}E{{series_episode|pad(2)}}'
  87.  
  88. notifymyandroid:
  89. apikey: 1ad27e4eabd5ab2b9ff75acd69633365ced59d7aabbffac3
  90.  
  91. discover:
  92. what:
  93. - emit_series : yes
  94. from:
  95. - nyaa: anime non-eng
  96. interval: 30 minutes
  97.  
  98. template:
  99. - anime
  100.  
  101. schedules:
  102. - tasks: '*'
  103. interval:
  104. minutes : 20
Advertisement
Add Comment
Please, Sign In to add comment