Guest User

Untitled

a guest
Feb 11th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. variables: private/secretfile.yml
  2.  
  3. schedules:
  4. - tasks: '*'
  5. interval:
  6. minutes: 30
  7.  
  8. templates:
  9. global:
  10. transmission:
  11. host: localhost
  12. port: 9091
  13. username: transmission
  14. password: transmission
  15.  
  16. tvshows:
  17. thetvdb_lookup: yes
  18. set:
  19. path: /home/kodi/media/downloads/tvshows/{{series_name}}/season {{series_season}}
  20.  
  21. notifycation:
  22. notify:
  23. entries:
  24. message: |+
  25. {% if episode_name_rus is defined -%}
  26. *{{series_name_rus}} / {{episode_name_rus}}*
  27. _{{series_season}} сезон {{series_episode}} серия_
  28. [Постер]({{tvdb_banner}})
  29. {% else -%}
  30. *{{title}}*
  31. [Постер]({{tvdb_banner}})
  32. {%- endif -%}
  33. via:
  34. - telegram:
  35. bot_token: '{? telegram.bot_token ?}'
  36. parse_mode: markdown
  37. recipients:
  38. - username: '{? telegram.username ?}'
  39.  
  40. tasks:
  41. lostfilm:
  42. template:
  43. - global
  44. - tvshows
  45. - notifycation
  46. headers:
  47. cookie: '{? lostfilm ?}'
  48. lostfilm: yes
  49. quality:
  50. - 480p
  51. include: series/lostfilm.yml
  52.  
  53.  
  54. nnmclub:
  55. template:
  56. - global
  57. - tvshows
  58. - notifycation
  59. rss: '{? rss.nnmclub ?}'
  60. regexp:
  61. accept:
  62. # Джинглики
  63. - '1175107'
  64. # Сказочный патруль
  65. - '1037011'
  66. # Лео и Тиг
  67. - '1053215'
  68. # Царевны
  69. - '1245674'
  70. # Ми-ми-мишки
  71. - '972761'
  72. # Маша и Медведь
  73. - '1276957'
  74. # Барбоскины
  75. - '1121054'
  76. from: description
  77. disable: seen
Add Comment
Please, Sign In to add comment