Advertisement
effemmeffe

flexget config

Oct 20th, 2013
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. xbian@xbian ~ $ cat /media/Tera/Downloads/flexget/config.yml
  2. presets:
  3. tvshows:
  4. exists_series:
  5. - /media/Tera/Library/TV/
  6. regexp:
  7. reject:
  8. - FASTSUB
  9. - VOSTFR
  10. - Subtitulado
  11. content_filter:
  12. reject:
  13. - '*.rar'
  14. - '*.zip'
  15. - '*.avi'
  16. transmission:
  17. host: localhost
  18. port: 9091
  19. username: *****
  20. password: *****
  21. path: /media/Tera/Library/TV/{{series_name}}/S{{"%02d"|format(series_season)}}
  22. inputs:
  23. - rss: http://showrss.info/rss.php?user_id=23641&hd=1&proper=1&namespaces=true
  24. - rss: http://kat.ph/tv/?rss=1
  25. - rss: http://ezrss.it/feed/
  26. - rss: http://rss.bt-chat.com/?group=3
  27. movies:
  28. transmission:
  29. host: localhost
  30. port: 9091
  31. username: *****
  32. password: *****
  33. path: /media/Tera/Library/Movies
  34.  
  35. tasks:
  36. Get tvshows 720p hdtv:
  37. priority: 1
  38. preset: tvshows
  39. import_series:
  40. from:
  41. trakt_list:
  42. username: *****
  43. password: *****
  44. api_key: PRIVATE
  45. custom: Following
  46. settings:
  47. quality: 720p+
  48.  
  49. Fill movie queue:
  50. priority: 3
  51. interval: 1 day
  52. trakt_list:
  53. username: *****
  54. api_key: PRIVATE
  55. movies: watchlist
  56. seen: local # We don't want accepted movies on this feed to affect actual download feed
  57. queue_movies:
  58. quality: 720p+ bluray
  59. force: no
  60. imdb_lookup: yes
  61. accept_all: yes
  62.  
  63. Get movies:
  64. preset: movies
  65. priority: 4
  66. content_size:
  67. max: 20000
  68. min: 4000
  69. torrent_alive: yes
  70. discover:
  71. what:
  72. - emit_movie_queue: yes
  73. from:
  74. # - piratebay: no
  75. # - search_rss:
  76. # url: http://pirateproxy.net/feeds/207
  77. # link: magneturi
  78. - search_rss:
  79. url: http://katmirror.com/highres-movies/?rss=1
  80. - kat:
  81. verified: yes
  82. - torrentz: verified
  83. movie_queue: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement