Advertisement
Guest User

flexget_config

a guest
Apr 24th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.55 KB | None | 0 0
  1. templates:
  2.   global_:
  3.     deluge:
  4.       username: [DELUGE_USERNAME]
  5.       password: [DELUGE_PASSWORD]
  6.  
  7.   NMA:
  8.     notifymyandroid:
  9.       apikey: [NMA_APIKEY]
  10.       priority: -1
  11.       event: "Downloading {{ series_name }}"
  12.   NMAFilm:
  13.     notifymyandroid:
  14.       apikey: [NMA_APIKEY]
  15.       priority: -2
  16.       event: "Downloading {{ imdb_name }} ({{ imdb_year }})"
  17.       description: "{{imdb_plot_outline}}"
  18.  
  19.   serier:
  20.     deluge:
  21.       movedone: W:\Completed\Serier\{{series_name}}\Season {{series_season}}
  22.       main_file_only: yes
  23.       label: series
  24.     exists_series:
  25.       - E:\Serier
  26.       - F:\Serier
  27.     series:
  28.       serier:
  29.        - South Park
  30.         - Person of Interest
  31.         - Natholdet
  32.         - Gold Rush
  33.         - Luksusfaelden
  34.         - House of Cards
  35.         - Game of Thrones
  36.         - Elementary
  37.         - Hannibal
  38.         - Homeland
  39.         - Dybvaaaaad
  40.         - Orphan Black
  41.         - Shameless
  42.         - The Big Bang Theory
  43.         - Downton Abbey
  44.         - Noergaards Netfix
  45.         - "The 100"
  46.  
  47.       settings:
  48.         serier:
  49.           upgrade: yes
  50.           target: 720p+
  51.           timeframe: 3 hours
  52.   film:
  53.     deluge:
  54.       movedone: W:\Completed\Film\{{imdb_name}} ({{imdb_year}})
  55.       main_file_only: yes
  56.       label: film
  57.     exists_movie:
  58.       - E:\Film
  59.       - F:\Film
  60.     list_accept:
  61.       - movie_list: imdb_film
  62.     quality: 720p+ remux+
  63.  
  64. tasks:
  65.   queue_from_imdb_:
  66.     priority: 6
  67.     interval: 2 hours
  68.     accept_all: yes
  69.     seen: local
  70.     list_add:
  71.       - movie_list: imdb_film
  72.     imdb_list:
  73.       login: [IMDB_USERNAME/EMAIL]
  74.       password: [IMDB_PASSWORD]
  75.       list: watchlist
  76.  
  77.   FROM_DELUGE:
  78.     priority: 5
  79.     from_deluge:
  80.       filter:
  81.         state: downloading
  82.     exists:
  83.      - E:\Film
  84.       - E:\Serier
  85.     all_series: yes
  86.     accept_all: yes
  87.     disable: seen
  88.     imdb_lookup: yes
  89.     if:    
  90.       - has_field('series_id'):
  91.           set:
  92.             movedone: W:\Completed\Serier\{{series_name}}\Season {{series_season}}
  93.       - has_field('movie_name'):
  94.           set:
  95.             movedone: W:\Completed\Film\{{imdb_name}} ({{imdb_year}})
  96.     template:
  97.      - global_
  98.  
  99.  
  100.   Danishbits-tv:
  101.     priority: 20
  102.     interval: 30 minutes
  103.     rss: https://danishbits.org/rss.php?id=20&auth=[AUTHID]&passkey=[PASS_KEY]&authkey=[AUTH_KEY]
  104.     template:
  105.      - global_
  106.       - serier
  107.       - NMA
  108.  
  109.   Danishbits-dktv:
  110.     priority: 25
  111.     interval: 30 minutes
  112.     rss: https://danishbits.org/rss.php?id=4&auth=[AUTHID]&passkey=[PASS_KEY]&authkey=[AUTH_KEY]
  113.     template:
  114.      - global_
  115.       - serier
  116.       - NMA
  117.  
  118.   Danishbits-Movies-HD:
  119.     priority: 35
  120.     interval: 2 hours
  121.     rss: https://danishbits.org/rss.php?id=2&auth=[AUTHID]&passkey=[PASS_KEY]&authkey=[AUTH_KEY]
  122.     template:
  123.      - global_
  124.       - film
  125.       - NMAFilm
  126.  
  127.   Danishbits-Movies-HD2:
  128.     priority: 40
  129.     interval: 2 hours
  130.     rss: https://danishbits.org/rss.php?id=29&auth=[AUTHID]&passkey=[PASS_KEY]&authkey=[AUTH_KEY]
  131.     template:
  132.      - global_
  133.       - film
  134.       - NMAFilm
  135.  
  136.   # Piratebay-Movies+HD:
  137.     # priority: 40
  138.     # interval: 8 hours
  139.     # rss: http://rss.thepiratebay.sx/207
  140.     # template:
  141.       # - global
  142.       # - film
  143.       # - NMA
  144.     # delay: 5 hours
  145.  
  146.  # Piratebay-tvhd:
  147.    # priority: 10
  148.    # interval: 30 minutes
  149.    # delay: 2 hours
  150.    # rss: http://rss.thepiratebay.se/208
  151.    # template:
  152.     #  - global_
  153.     #  - serier
  154.     #  - NMA
  155.    # torrent_cache: yes
  156.    # deluge:
  157.     #  ratio: 1.5
  158.     #  removeatratio: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement