Advertisement
seston

config.yml-telegram

Mar 8th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. variables: private/secretfile.yml
  2.  
  3. web_server:
  4. bind: 0.0.0.0
  5. port: 3539
  6. web_ui: yes
  7.  
  8. schedules:
  9. - tasks: '*'
  10. interval:
  11. minutes: 30
  12.  
  13. templates:
  14. tvshows:
  15. thetvdb_lookup: yes
  16. set:
  17. path: /media/wd1T/TV Shows/{{series_name}}/Season {{series_season}}
  18. label: TV Shows
  19. transmission:
  20. host: 'localhost'
  21. port: 9091
  22. series_premiere: yes
  23. clean:
  24. clean_transmission:
  25. host: 'localhost'
  26. port: 9091
  27. finished_for: 30 days
  28. notifycation:
  29. notify:
  30. entries:
  31. message: |+
  32. *{{series_name_rus}}* рейтинг: {{tvdb_ep_rating}}
  33. *{{episode_name_rus}}*
  34. _{{series_season}} сезон {{series_episode}} серия_
  35. [Постер]({{tvdb_banner}})
  36. via:
  37. - telegram:
  38. bot_token: '365343886:AAG8eZhhljhVhKZGkgNNTq21Jh2R0x2UF9kc'
  39. parse_mode: markdown
  40. recipients:
  41. - username: 'xxxxxxx'
  42. tasks:
  43. lostfilm:
  44. template:
  45. - tvshows
  46. - notifycation
  47. headers:
  48. cookie: '9d007f9fe518c4ebf498xxxxx7e3333bc4'
  49. lostfilm: yes
  50. quality:
  51. - 1080p
  52. include: private/series_lostfilm.yml
  53. services:
  54. template:
  55. - clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement