Advertisement
Guest User

Untitled

a guest
Jul 12th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.63 KB | None | 0 0
  1. schedules:
  2.   - tasks: '*'
  3.     interval:
  4.       hours: 1
  5.  
  6.  
  7. tasks:
  8.   series:
  9.     rss: http://showrss.info/rss.php?user_id=1337&hd=null&proper=null
  10.     all_series: yes
  11.     email:
  12.       from: from@
  13.       to: to@
  14.       subject: Notifications for {{task.name}}
  15.       smtp_host: smtp.gmail.com
  16.       smtp_port: 587
  17.       smtp_username: email@domain.com
  18.       smtp_password: 'password'
  19.       smtp_tls: yes
  20.       template: best.template
  21.     transmission:
  22.       host: localhost
  23.       port: 9091
  24.       username: foo
  25.       password: bar
  26.       path: /home/storage/series/{{series_name}}/Season {{series_season}}
  27.       addpaused: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement