All pastes #2059484 Raw Edit

Flexget sample

public text v1 · immutable
#2059484 ·published 2011-05-14 19:57 UTC
rendered paste body
presets:
  radio:
    set:
      notify-group-template: The following radio series were downloaded:\n {{ downloaded_entries }}
    series:
      - A Show
      - Another Show
      - A Third Show:
          set:
            notify-item-template: The Third Show, Live from {{ episode_title }}
  tv:
    series:
      - A TV Show
      - Another TV Show

notify:
  method: e-mail
  server: 127.0.0.1
  port: 25
  username: thing
  password: blah
  notify-template: {{ include(default_template) }}

feeds:
  rssfeed:
    rss: http://a.rss.add.re.ss
    preset: tv
    download: yes
  anotherfeed:
    rss: http://an.other
    preset: radio
    preset: tv
    download: yes