Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.38 KB | None | 0 0
  1. templates:
  2. schedules:
  3.   - tasks: '*'
  4.     interval:
  5.       minutes: 30
  6. templates:
  7.   global:
  8.     make_rss:
  9.       file: /home/t42x/.flexget/flexget.rss
  10.       days: -1
  11.       items: 200
  12.     transmission:
  13.       host: localhost
  14.       port: 8080
  15.       username: admin
  16.       password: passwordas
  17.       main_file_only: yes
  18.       ratio: 2
  19.       enabled: yes
  20.       include_subs: no
  21.       skip_files:
  22.         - '*.nfo'
  23.         - '*.sfv'
  24.         - '*[sS]ample*'
  25.         - '*.txt'
  26.       path: /home/kibiras/Serialai/{{series_name}}/Season {{series_season}}
  27.     clean_transmission:
  28.       host: localhost
  29.       port: 8080
  30.       username: admin
  31.       password: passwordas
  32.       min_ratio: 2
  33.       finished_for: 2 days
  34.       enabled: yes
  35.     manipulate:
  36.       - url:
  37.           replace:
  38.             regexp: '&amp'
  39.             format: '&'
  40.     thetvdb_lookup: yes
  41.     metainfo_series: yes
  42.   tvshows:
  43.     template:
  44.       - mailshow
  45.   mailshow:
  46.     email:
  47.       from: mailas@gmail.com
  48.       to:
  49. #        - mailas1@gmail.com
  50.         - mailas2@gmail.com
  51.       subject: "Nauji serialai"
  52.       template: html
  53.       smtp_host: smtp.gmail.com
  54.       smtp_port: 587
  55.       smtp_login: true
  56.       smtp_username: "mailas@gmail.com"
  57.       smtp_password: "passwordas"
  58.       smtp_tls: true
  59.   lmrss:
  60.     rss: http://www.linkomanija.net/rss.php?feed=dl&cat[]=60&passkey=hashas
  61.   boxcar:
  62.     exec: 'curl -s -d "user_credentials=boxcarhash" -d "notification[title]=FlexGet: {{tvdb_series_name}} - {{tvdb_ep_name}}" -d "notification[long_message]=<b>{{title}}<br>{{tvdb_series_name}}<br>{{tvdb_ep_name}}<br></b>{{tvdb_ep_overview}}" -d "notification[source_name]=FlexGet@Kibiras" -d "notification[sound]=bird-2" -d "notification[icon_url]=http://hostas.no-ip.org/pics/flexget.png" https://new.boxcar.io/api/notifications'
  63. tasks:
  64.   Linkomanija:
  65.     series:
  66.         - Modern Family
  67.         - Family Guy
  68.         - South Park
  69.         - The Knick
  70.         - The Simpsons
  71.         - The Big Bang Theory
  72.         - The Last Man On Earth
  73.         - The Strain
  74.         - Vikings
  75.         - Tyrant
  76.         - Brickleberry
  77.         - Masters of Sex
  78.         - Halt and Catch Fire
  79.         - Fargo
  80.         - Archer
  81.         - Gotham
  82.         - Game of Thrones
  83.         - Helix
  84.         - Youre the Worst
  85.         - Robot Chicken
  86.         - Mom
  87.     quality: 720p+
  88.     template:
  89.       - boxcar
  90.       - lmrss
  91.       - tvshows
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement