Skip to content

Instantly share code, notes, and snippets.

@ianstalk
ianstalk / series.yml
Created May 9, 2015 23:22
My series.yml
series:
settings:
tv:
exact: yes
propers: 3 days
quality: 720p
tv:
- Archer:
begin: S06E09
@ianstalk
ianstalk / config.yml
Created May 9, 2015 22:34
My flexget config
secrets: secretfile.yml
templates:
tv:
include: series.yml
content_filter:
reject:
- 'password.txt'
- '*.wmv'
@ianstalk
ianstalk / series.yml
Created April 30, 2015 02:33
Sample series config
series:
settings:
tv:
exact: yes
propers: 3 days
quality: 720p
tv:
- Archer:
begin: S06E09
@ianstalk
ianstalk / transmission.yml
Created April 30, 2015 02:18
Transmission example
transmission:
enabled: yes
host: https://192.168.100.1/transmission/rpc
port: 9099
username: 'username'
password: 'passwrod'