Advertisement
Guest User

my_config

a guest
Sep 20th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. tasks:
  2. get_shows:
  3. priority: 10
  4. rss:
  5. url: https://next-episode.net/watchlist.xml?user=username&k=magiccookie
  6. manipulate:
  7. - title:
  8. from: title
  9. extract: ^(.*)\s-.*$
  10. configure_series:
  11. settings:
  12. quality: webdl|hdtv <=720p
  13. target: 720p
  14. timeframe: 72 hours
  15. identified_by: ep
  16. tracking: backfill
  17. all_series: yes
  18. # get_movies:
  19. # priority: 50
  20. # - imdb_list:
  21. # login: my@ema.il
  22. # password: 'password'
  23. # list: watchlist
  24.  
  25. downloads_search:
  26. priority: 100
  27. discover:
  28. what:
  29. - next_series_episodes:
  30. from_start: yes
  31. backfill: yes
  32. # - imdb_list:
  33. # login: my@ema.il
  34. # password: 'password'
  35. # list: watchlist
  36. from:
  37. - alpharatio:
  38. username: username
  39. password: password
  40. order_by: seeders
  41. - rarbg:
  42. category:
  43. - x264 720p
  44. - x264 1080p
  45. - XviD
  46. - HDTV
  47. - torrentleech:
  48. rss_key: http://rss.torrentleech.org/guid
  49. username: username
  50. password: password
  51. category:
  52. - R5
  53. - DVDRip
  54. - DVDR
  55. - HD
  56. - BDRip
  57. torrent_alive: 2
  58. transmission:
  59. host: localhost
  60. port: 9091
  61. username: username
  62. password: password
  63. pushbullet:
  64. apikey:
  65. - o.apikey
  66. title: >
  67. Added to download queue: {% if series_name is defined %}{{tvdb_series_name|d(series_name)}}
  68. {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}})
  69. {% else %}{{title}}
  70. {% endif %}
  71. body: >
  72. Added to download queueL {% if series_name is defined %}{{tvdb_series_name|d(series_name)}}
  73. {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}}){% if quality is defined %} ({{q
  74. {% else %}{{title}}{% if quality is defined %} ({{quality}}){% endif %}
  75. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement