Advertisement
Guest User

flex-config

a guest
Feb 2nd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. templates:
  2.  
  3. movies:
  4. transmission:
  5. host: localhost
  6. port: 9090
  7. username: USER
  8. password: PASS
  9. path: /home/shares/public/Complete
  10.  
  11. tasks:
  12.  
  13. Fill movie queue:
  14. priority: 3
  15. trakt_list:
  16. username: USER
  17. password: PASS
  18. api_key: KEY
  19. movies: watchlist
  20. seen: local # We don't want accepted movies on this feed to affect actual download feed
  21. queue_movies:
  22. quality: 720p+ bluray
  23. imdb_lookup: yes
  24. accept_all: yes
  25.  
  26. Get movies:
  27. template: movies
  28. priority: 4
  29. content_size:
  30. max: 20000
  31. min: 4000
  32. torrent_alive: yes
  33. discover:
  34. what:
  35. - emit_movie_queue: yes
  36. from:
  37. - search_rss:
  38. url: http://kickass.pw/highres-movies/?rss=1
  39. - kat:
  40. verified: yes
  41. - torrentz: verified
  42. movie_queue: yes
  43.  
  44. email:
  45. from: EMAIL
  46. to: EMAIL
  47. smtp_host: smtp.gmail.com
  48. smtp_port: 587
  49. smtp_username: EMAIL
  50. smtp_password: PASS
  51. smtp_tls: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement