Advertisement
seston

config.yml-08.03.2017

Mar 8th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. schedules:
  2. # Run every task once an hour
  3. - tasks: lostfilm
  4. interval:
  5. minutes: 30
  6. templates:
  7.  
  8.  
  9. tvshows:
  10. series_premiere:
  11. path: /media/wd1T/premieres/
  12. propers: yes
  13. allow_seasonless: yes
  14. set:
  15. path: /media/wd1T/TV Shows/{{series_name|replace(' ', '.')}}/Season.{{series_season}}
  16. transmission:
  17. host: 127.0.0.1
  18. port: 9091
  19.  
  20.  
  21. G-mail:
  22.  
  23. subject: Allalaetud filmid ja seep
  24. from: seston@gmail.com
  25. to: seston@gmail.com
  26. smtp_host: smtp.gmail.com
  27. smtp_port: 587
  28. smtp_username: seston@gmail.com
  29. smtp_password: eekuhifaorbmgrod
  30. smtp_tls: yes
  31.  
  32. tasks:
  33.  
  34.  
  35. lostfilm:
  36. headers:
  37. cookie: "uid=1763599;usess=0de8cfdfd96064014fdce9c795ad88"
  38. rss: http://retre.org/rssdd.xml
  39. template:
  40. - tvshows
  41. - sendmail
  42. regexp:
  43.  
  44.  
  45. reject:
  46. - The Complete
  47. - MP4
  48. - avi
  49. manipulate:
  50. - title:
  51. replace:
  52. regexp: '[^\x00-\x80]+'
  53. format: ''
  54. - url:
  55. replace:
  56. regexp: '&amp'
  57. format: '&'
  58. series:
  59. 1080p:
  60. - Sherlock
  61. - Person of Interest
  62. - Elementary
  63. - The Blacklist
  64. - Homeland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement