Advertisement
Mirgolth

Flexget conf 18092016

Aug 18th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.92 KB | None | 0 0
  1. secrets: secrets.yml
  2. templates:
  3.   torrents:
  4.     transmission:
  5.       host: '{{ secrets.transmission.host }}'
  6.       port: 9091
  7.       username: '{{ secrets.transmission.usr }}'
  8.       password: '{{ secrets.transmission.pwd }}'
  9.  
  10.   ratio:
  11.     transmission:
  12.       ratio: 10
  13.  
  14.   noratio:
  15.     transmission:
  16.       ratio: 0
  17.  
  18.   public rss:
  19.     inputs:
  20.       - rss: http://showrss.info/feeds/all.rss
  21. #      - rss: https://kat.cr/usearch/user%3Az0n321/?rss=1
  22.       - rss: http://extratorrent.cc/rss.xml?cid=8
  23. #      - rss: https://kat.cr/tv/?rss=1
  24.  
  25.   monitor transmission:
  26.     from_transmission:
  27.       host: '{{ secrets.transmission.host }}'
  28.       port: 9091
  29.       username: '{{ secrets.transmission.usr }}'
  30.       password: '{{ secrets.transmission.pwd }}'
  31.       onlycomplete: no
  32.  
  33.  
  34.   pushbullet:
  35.     pushbullet:
  36.       apikey: '{{ secrets.pushbullet.key }}'
  37.       title: >
  38.        {% if series_name is defined %}{{tvdb_series_name|d(series_name)}} - {{series_id}}
  39.         {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}})
  40.         {% else %}{{title}}
  41.         {% endif %}
  42.       body: >
  43.        {% if series_name is defined %}{{tvdb_series_name|d(series_name)}} - {{series_id}} - {{tvdb_ep_name|d('')}}{% if quality is defined %} ({{quality}}{% endif %}{% if proper %} PROPER{% endif %})
  44.         {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}}){% if quality is defined %} ({{quality}}{% endif %}{% if proper %} PROPER{% endif %})
  45.         {% else %}{{title}}{% if quality is defined %} ({{quality}}{% endif %}{% if proper %} PROPER{% endif %})
  46.         {% endif %}
  47.  
  48.   betaseries:
  49.     series:
  50.       - Scandal (2012):
  51.           alternate_name:
  52.            - Scandal (US)
  53.     configure_series:
  54.       from:
  55.         betaseries_list:
  56.           username: '{{ secrets.betaseries.usr }}'
  57.           password: '{{ secrets.betaseries.pwd }}'
  58.           api_key: '{{ secrets.betaseries.key }}'
  59.  
  60.   films:
  61.     imdb_lookup: yes
  62.     proper_movies: yes
  63.     transmission:
  64.       path: /volume1/Movies/Adultes/
  65.     regexp:
  66.       reject:
  67.        - 3D
  68.         - SBS
  69.         - FANSUB
  70.       from: title
  71.     list_match:
  72.       from:
  73.         - imdb_list:
  74.             login: '{{ secrets.imdb.usr }}'
  75.             password: '{{ secrets.imdb.pass }}'
  76.             list: watchlist
  77.       single_match: yes
  78.  
  79.   hdtv:
  80.     thetvdb_lookup: yes
  81.     regexp:
  82.       reject:
  83.        - FASTSUB
  84.         - SWESUB
  85.         - SPANiSH
  86.         - subtitulado
  87.         - HEVC
  88.         - -={SPARROW}=-
  89.         - MULVAcoded
  90.         - Remuxxed
  91.         - Ehhhh
  92.         - HD-Light
  93.         - NL Subs
  94.         - ARSUB
  95.       from: title
  96.     configure_series:
  97.       settings:
  98.         path: /volume1/Series/Adultes/{{ series_name }}/
  99.         identified_by: ep
  100.         propers: 7 days
  101.         target: 1080p hdtv !10bit h264 !h265
  102.         timeframe: 6 hours
  103.         quality: 720p+ hdtv h264 !10bit !h265
  104.         upgrade: yes
  105.     exists_series:
  106.       path: /volume1/Series/Adultes/{{ series_name }}/
  107.       allow_different_qualities: better
  108.  
  109.   tv:
  110.     thetvdb_lookup: yes
  111.     regexp:
  112.       reject:
  113.        - FASTSUB
  114.         - SWESUB
  115.         - SPANiSH
  116.         - subtitulado
  117.         - HEVC
  118.         - -={SPARROW}=-
  119.         - MULVAcoded
  120.         - Remuxxed
  121.         - Ehhhh
  122.         - HD-Light
  123.         - brassetv
  124.       from: title
  125.     configure_series:
  126.       settings:
  127.         path: /volume1/Series/Adultes/{{ series_name }}/
  128.         identified_by: ep
  129.         propers: 7 days
  130.         target: 1080p hdtv !10bit h264 !h265
  131.         timeframe: 12 hours
  132.         quality: 720p+ h264 !10bit !h265
  133.         upgrade: yes
  134.     exists_series:
  135.       path: /volume1/Series/Adultes/{{ series_name }}/
  136.       allow_different_qualities: better
  137.  
  138.   fastsub allowed:
  139.     thetvdb_lookup: yes
  140.     configure_series:
  141.       settings:
  142.         path: /volume1/Series/Adultes/{{ series_name }}/
  143.         identified_by: ep
  144.         propers: 7 days
  145.         target: 1080p hdtv !10bit h264 !h265
  146.         timeframe: 48 hours
  147.         quality: 720p+ h264 !10bit !h265
  148.         upgrade: yes
  149.     exists_series:
  150.       path: /volume1/Series/Adultes/{{ series_name }}/
  151.       allow_different_qualities: better
  152.  
  153.  
  154. tasks:
  155. #  uplist:
  156. #    movie_list : watchlist
  157. #    accept_all: yes
  158. #    list_add:
  159. #      - imdb_list:
  160. #          login: '{{ secrets.imdb.usr }}'
  161. #          password: '{{ secrets.imdb.pass }}'
  162. #          list: watchlist
  163. #    disable:
  164. #      - seen
  165.  
  166.   series-PUBLIC-HDTV:
  167.     priority: 90
  168.     template:
  169.      - betaseries
  170.       - pushbullet
  171.       - hdtv
  172.       - public rss
  173.       - torrents
  174.       - noratio
  175.  
  176.   series-PUBLIC:
  177.     priority: 100
  178.     template:
  179.      - betaseries
  180.       - pushbullet
  181.       - tv
  182.       - public rss
  183.       - torrents
  184.       - noratio
  185.  
  186.   series-EZTV:
  187.     rss: https://eztv.ag/ezrss.xml
  188.     priority: 5
  189.     template:
  190.      - betaseries
  191.       - pushbullet
  192.       - hdtv
  193.       - torrents
  194.       - noratio
  195.  
  196.   series-EZTV-WEBOK:
  197.     rss: https://eztv.ag/ezrss.xml
  198.     priority: 6
  199.     template:
  200.      - betaseries
  201.       - pushbullet
  202.       - tv
  203.       - torrents
  204.       - noratio
  205.  
  206.   series-XTHOR-HDTV:
  207.     rss: https://xthor.bz/rss.php?cats=17&type=dl&torrent_pass={{ secrets.xthor.key }}
  208.     priority: 10
  209.     template:
  210.      - betaseries
  211.       - pushbullet
  212.       - hdtv
  213.       - torrents
  214.       - ratio
  215.  
  216.   ebook-XTHOR-autoget:
  217.     rss: https://xthor.bz/rssAutoGet.php?cats=24.96.99.102.103&type=dl&torrent_pass={{ secrets.xthor.key }}
  218.     priority: 20
  219.     accept_all: yes
  220.     transmission:
  221.       path: /volume1/eBooks/
  222.     template:
  223.      - pushbullet
  224.       - torrents
  225.       - ratio
  226.  
  227.   series-XTHOR-autoget:
  228.     rss: https://xthor.bz/rssAutoGet.php?cats=15.14.32.34.17.16&type=dl&torrent_pass={{ secrets.xthor.key }}
  229.     priority: 20
  230.     accept_all: yes
  231.     series:
  232.       settings:
  233.         group:
  234.           parse_only: yes
  235.           path: /volume1/Series/Adultes/{{ series_name }}/
  236.     require_field: series_name
  237.     template:
  238.      - pushbullet
  239.       - torrents
  240.       - ratio
  241.  
  242.   series-XTHOR-WEBOK:
  243.     rss: https://xthor.bz/rss.php?cats=17&type=dl&torrent_pass={{ secrets.xthor.key }}
  244.     priority: 20
  245.     template:
  246.      - betaseries
  247.       - pushbullet
  248.       - tv
  249.       - torrents
  250.       - ratio
  251.  
  252.   series-XTHOR-FASTSUB:
  253.     rss: https://xthor.bz/rss.php?cats=17&type=dl&torrent_pass={{ secrets.xthor.key }}
  254.     priority: 30
  255.     template:
  256.      - betaseries
  257.       - pushbullet
  258.       - fastsub allowed
  259.       - torrents
  260.       - ratio
  261.  
  262.   series-ELITE-HDTV:
  263.     rss: https://elite-tracker.net/rss.php?secret_key={{ secrets.elite.key }}&feedtype=download&timezone=-12&showrows=10&categories=68,69
  264.     priority: 11
  265.     template:
  266.      - betaseries
  267.       - pushbullet
  268.       - hdtv
  269.       - torrents
  270.       - ratio
  271.  
  272.   series-ELITE-WEBOK:
  273.     rss: https://elite-tracker.net/rss.php?secret_key={{ secrets.elite.key }}&feedtype=download&timezone=-12&showrows=10&categories=68,69
  274.     priority: 21
  275.     template:
  276.      - betaseries
  277.       - pushbullet
  278.       - tv
  279.       - torrents
  280.       - ratio
  281.  
  282.   movies-ELITE:
  283.    rss: https://elite-tracker.net/rss.php?secret_key={{ secrets.elite.key }}&feedtype=download&timezone=-12&showrows=10&categories=51
  284.    priority: 13
  285.    template:
  286.     - films
  287.      - pushbullet
  288.      - torrents
  289.      - ratio
  290.  
  291.   movies-XTHOR:
  292.     rss: https://xthor.bz/rss.php?cats=4,12&type=dl&torrent_pass={{ secrets.xthor.key }}
  293.     priority: 12
  294.     template:
  295.      - films
  296.       - pushbullet
  297.       - torrents
  298.       - ratio
  299.  
  300.   movies-PDN:
  301.     rss: https://le-paradis-du-net.com/rss.php?secret_key={{ secrets.pdn.key }}&feedtype=download&timezone=-12&showrows=10&categories=41
  302.     priority: 14
  303.     template:
  304.      - films
  305.       - pushbullet
  306.       - torrents
  307.       - ratio
  308.  
  309. #  transmission:
  310. #    priority: 1
  311. #    accept_all: yes
  312. #    template:
  313. #      - monitor transmission
  314.  
  315. web_server:
  316.   bind: 0.0.0.0
  317.   port: 5050
  318. api: yes
  319. webui: yes
  320.  
  321. schedules:
  322.   - tasks: '*'
  323.     interval:
  324.       minutes: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement