Advertisement
Guest User

Untitled

a guest
Sep 5th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. tasks:
  2. #task to pull movies from trakt.tv watchlist and add to the movie queue
  3. build_queue:
  4. priority: 1
  5. trakt_list:
  6. username: xxx
  7. account: xxx (auth'd with flexget)
  8. list: watchlist
  9. type: movies
  10. accept_all: yes
  11. list_add:
  12. - movie_list: moviequeue
  13.  
  14. # task that automatically generates an rss feed based on entries from the movie_queue
  15. download_queue:
  16. priority: 10 # run after the movie queue fill task
  17. discover:
  18. release_estimations: ignore
  19. what:
  20. - movie_list: moviequeue
  21. from:
  22. - torrentleech:
  23. rss_key: xxx
  24. username: xxx
  25. password: 'xxx'
  26. quality: 720p|1080p hdrip+ xvid+ aac+
  27. accept_all: yes
  28. download:
  29. path: /output
  30. list_remove:
  31. - trakt_list:
  32. username: xxx
  33. account: xxx (auth'd with flexget)
  34. list: watchlist
  35. type: movies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement