Advertisement
Guest User

FlexGet config

a guest
Jul 28th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.33 KB | None | 0 0
  1. variables: private/secretfile.yml
  2.  
  3. web_server:
  4.   bind: 0.0.0.0
  5.   port: 9091
  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:\video\Сериалы\{{series_name}}\Season {{series_season}}
  18.       #output: d:\MyDocuments\torrents\Сериалы
  19.       label: Сериалы
  20.     #utorrent:
  21.       #url: http://localhost:8080/gui/
  22.       #username: igorbutsky
  23.       #password: 2581321a69
  24.       #path: e:\video\Сериалы\{{series_name}}\Season {{series_season}}
  25.     series_premiere: yes
  26.     transmission:
  27.       host: '{? transmlogin.host ?}'
  28.       port: 9091
  29.       username: admin
  30.       password: admin
  31.     series_premiere: yes
  32.   clean:
  33.     clean_transmission:
  34.       host: '{? transmlogin.host ?}'
  35.       port: 9091
  36.       finished_for: 30 days
  37.  
  38. tasks:
  39.   lostfilm:
  40.     template:
  41.      - tvshows
  42.     headers:
  43.       cookie: '{? lostfilm.cookie_new ?}'
  44.     lostfilm: yes
  45.     quality:
  46.      - 480p
  47.     include: private/series_lostfilm.yml
  48.  
  49.   services:
  50.     template:
  51.      - clean
  52.  # services:
  53.     #template:
  54.     #  - clean
  55.     # Output series to uTorrent
  56.     #exec: d:\Program\uTorrent\uTorrent.exe /DIRECTORY "{{path|pathscrub}}" "{{output}}"
  57.     #exec: D:\Program\Transmission\ /DIRECTORY "{{path|pathscrub}}" "{{output}}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement