Advertisement
KoBa4

flexget config

Oct 27th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.25 KB | None | 0 0
  1. variables: private/secretfile.yml
  2.  
  3. web_server:
  4.   bind: 0.0.0.0
  5.   port: 3539
  6.   web_ui: yes
  7.  
  8. schedules:
  9.   - tasks: '*'
  10.     interval:
  11.       minutes: 30
  12.  
  13. templates:
  14.   tvshows:
  15.     thetvdb_lookup: yes
  16.     set:
  17.       path: E:\MOVIES\{{series_name}}\Season {{series_season}}
  18.       label: TV Shows
  19.     transmission:
  20.       host: '{? transmlogin.host ?}'
  21.       port: 9091
  22.     #series_premiere: yes
  23.   clean:
  24.     clean_transmission:
  25.       host: '{? transmlogin.host ?}'
  26.       port: 9091
  27.       finished_for: 30 days
  28.   notifycation:
  29.     notify:
  30.       entries:
  31.         message: |+
  32.           *{{series_name_rus}}* рейтинг: {{tvdb_ep_rating}}
  33.           *{{episode_name_rus}}*
  34.           _{{series_season}} сезон {{series_episode}} серия_
  35.           [Постер]({{tvdb_banner}})
  36.         via:
  37.           - telegram:
  38.              bot_token: '{? telegram.bot_token ?}'
  39.              parse_mode: markdown
  40.              recipients:
  41.                - username: '{? telegram.username ?}'
  42. tasks:
  43.   lostfilm:
  44.     template:
  45.      - tvshows
  46.       - notifycation
  47.     headers:
  48.       cookie: '{? lostfilm.cookie_new ?}'
  49.     lostfilm: yes
  50.     quality:
  51.      - 480p
  52.     include: private/series_lostfilm.yml
  53.  
  54.   services:
  55.     template:
  56.      - clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement