Advertisement
advokatb

Untitled

Oct 14th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. variables: private/secretfile.yml
  2.  
  3. web_server:
  4. bind: 127.0.0.1
  5. port: 9091
  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: e:\video\Сериалы\{{series_name_rus}}\Season {{series_season}}
  18. #output: d:\MyDocuments\torrents\Сериалы
  19. label: Сериалы
  20. series_premiere: no
  21. transmission:
  22. host: '{? transmlogin.host ?}'
  23. port: 9091
  24. username: admin
  25. password: admin
  26. series_premiere: no
  27. clean:
  28. clean_transmission:
  29. host: '{? transmlogin.host ?}'
  30. port: 9091
  31. finished_for: 30 days
  32.  
  33. tasks:
  34. lostfilm:
  35. template:
  36. - tvshows
  37. headers:
  38. cookie: '{? lostfilm.cookie_new ?}'
  39. lostfilm: yes
  40. quality:
  41. - 480p
  42. include: private/series_lostfilm.yml
  43.  
  44. services:
  45. template:
  46. - clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement