Advertisement
thekingkiller

Untitled

Jul 6th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. web_server:
  2. bind: 192.168.1.11
  3. port: 3539
  4. ssl_certificate: 'C:\Users\luizl\flexget\ssl\private\myCert.pem'
  5. ssl_private_key: 'C:\Users\luizl\flexget\ssl\private\myKey.key'
  6. web_ui: yes
  7. base_url: /gui
  8. tasks:
  9. #task to pull movies from trakt.tv watchlist and add to the movie list
  10. watchlist:
  11. priority: 1
  12. trakt_list:
  13. account: kingkiller
  14. list: ParaBaixar
  15. accept_all: yes
  16. seen: local # We don't want accepted movies on this feed to affect actual download feed
  17. list_add:
  18. - movie_list: ParaBaixar # you can call this whatever you want
  19.  
  20. # task that automatically downloads movies from the movie_list
  21. movies search:
  22. trakt_lookup: yes # can also use imdb_lookup or tmdb_lookup
  23. priority: 10 # run after the movie queue fill task
  24. discover:
  25. what:
  26. - movie_list: ParaBaixar
  27. from:
  28. - piratebay:
  29. category: video
  30. sort_by: seeds
  31. interval: 1 minutes
  32. torrent_alive:
  33. min_seeds: 1
  34. reject_for: 10 minutes
  35. quality: 1080p+ # Make sure no screeners or cams are downloaded
  36. transmission:
  37. host: localhost
  38. port: 9091
  39. path: 'D:\FILMES'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement