Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. variables: secrets.yml
  2. templates:
  3. global:
  4. regexp:
  5. reject:
  6. - PCDVD: {from: title} #No descargar juegos
  7. - V.O.Sub: {from: title} #No descargar series con este TEXTO V.O.Sub
  8. - V.O. Sub: {from: title}
  9. - V.O.Subt: {from: title}
  10. - V.O. Subt: {from: title}
  11. tv-spanish:
  12. thetvdb_lookup:
  13. language: es
  14. main_file_only: yes
  15. series:
  16. HDTV <720p>:
  17. - Gotham
  18. - Walking Dead
  19. tasks:
  20. tv-spanish:
  21. discover:
  22. what:
  23. - next_series_episodes: yes
  24. from:
  25. - newpct: yes
  26. template: tv-spanish
  27. retry_failed:
  28. max_retries: 99
  29. transmission:
  30. host: localhost
  31. port: 9091
  32. username: '{? trans.usr ?}'
  33. password: '{? trans.pwd ?}'
  34. ratio: -1
  35. path: /media/Ext4FTP/DESCARGADO/SERIES
  36. notify:
  37. task:
  38. template: html
  39. via:
  40. - email:
  41. from: '{? gmail.usr ?}'
  42. to: '{? gmail.usr ?}'
  43. smtp_host: smtp.gmail.com
  44. smtp_port: 587
  45. smtp_username: '{? gmail.usr ?}'
  46. smtp_password: '{? gmail.pwd ?}'
  47. smtp_tls: yes
  48. html: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement