Skip to content

Instantly share code, notes, and snippets.

@endSly
Last active March 13, 2016 18:27
Show Gist options
  • Save endSly/0a1afd0274dbe8318a8a to your computer and use it in GitHub Desktop.
Save endSly/0a1afd0274dbe8318a8a to your computer and use it in GitHub Desktop.
~/.config/flexget/config.yml
templates:
transmission_config:
transmission:
host: "192.168.1.2"
port: 9091
deluge_config:
deluge:
host: localhost
port: 58846
username:
password:
ratio: 2.0
removeatratio: yes
tv:
template: deluge_config
thetvdb_lookup: yes
series:
tv:
- House of Cards:
set: {tvdb_id: 262980}
- The Americans
- The Blacklist
- The Big Bang Theory
- Homeland
settings:
tv:
ep_regexp: Cap.(\d{1,2})(\d{2})
quality: 720p+
regexp:
reject:
- V.O.: {from: title}
set:
path: ~/TV Shows/{{ series_name }}/Season {{ tvdb_season|pad(2) }}
main_file_only: yes
content_filename: "{{ series_name }} - {{ tvdb_ep_id }} - {{ tvdb_ep_name }}"
tasks:
newpct-tv:
template: tv
rss: http://feeds2.feedburner.com/newpctorrent
#newpct-tv:
# template: tv
# rss: file:///Users/endika/Desktop/test.rss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment