Created
May 18, 2014 00:55
-
-
Save danielfm/40ea6cbec3add343baa2 to your computer and use it in GitHub Desktop.
Flexget config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
templates: | |
global: | |
pathscrub: windows | |
transmission: | |
enabled: yes | |
host: localhost | |
port: 9091 | |
ratio: 1 | |
tv: | |
content_filter: | |
require: | |
- '*.avi' | |
- '*.mkv' | |
exists_series: | |
path: '/media/Seagate/TV Series/{{series_name}}' | |
configure_series: | |
from: | |
trakt_list: | |
username: danielfmt | |
password: password | |
api_key: api_key | |
custom: Current Shows | |
settings: | |
propers: 3 days | |
quality: 720p+ | |
identified_by: ep | |
set: | |
path: '/media/Seagate/TV Series/{{series_name}}/Season {{series_season}}' | |
tasks: | |
search_series: | |
template: tv | |
discover: | |
what: | |
- emit_series: yes | |
from: | |
- torrentz: verified | |
interval: 5 hours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment