Skip to content

Instantly share code, notes, and snippets.

@bardusco
Created March 24, 2013 16:59
Show Gist options
  • Save bardusco/5232634 to your computer and use it in GitHub Desktop.
Save bardusco/5232634 to your computer and use it in GitHub Desktop.
flexget config.yaml
presets:
global:
torrent_alive: yes
seen: local # We don't want accepted movies on this feed to affect actual download feed
download:
path: /c/media/BitTorrent/sources
overwrite: no
notifications:
rapidpush:
priority: 3
group: mydevices
title: 'New Entries from: {{task}}'
message: 'Downloaded: {{title}}'
apikey: lkashflksajdhflkjashdflkjhasdlkfjhalksdjhf
tv-global:
# This will search my trakt.tv custom list called tvshows and then use search_rss to search for those shows
discover:
what:
- trakt_list:
# Use trakt.tv watchlist to get series names
username: myuser
password: mypassword
api_key: kl23hjk4l2j3h4lkjh123kl4jhl1k23h4
custom: tvshows
strip_dates: yes
from:
- search_rss: https://www.ezrss.it/search/index.php?show_name={{search_term}}&mode=rss
- search_rss: http://torrentz.eu/feed?q={{search_term}}
- search_rss: http://kat.ph/search/{{search_term}}/?rss=1 # This feed seems to have alot of mixed languages
type: any
exists_series:
path: "/c/media/Videos/TV Shows"
# allow_different_qualities: better
movie-global:
# This will search my trakt.tv custom list called tvshows and then use search_rss to search for those shows
discover:
what:
- trakt_list:
# Use trakt.tv watchlist to get series names
username: myuser
password: mypassword
api_key: kl23hjk4l2j3h4lkjh123kl4jhl1k23h4
custom: movies
strip_dates: yes
from:
# Then search ezrss for the shows found in the watchlist - This could do away with series.yml
- search_rss: https://www.ezrss.it/search/index.php?show_name={{search_term}}&mode=rss
- search_rss: http://torrentz.eu/feed?q={{search_term}}
- search_rss: http://kat.ph/search/{{search_term}}/?rss=1 # This feed seems to have alot of mixed languages
type: any
exists_movie: /c/media/Videos/Movies
seen_movies: strict
accept_all: yes
tasks:
Auto_TV_Shows:
priority: 1
preset:
- global
- tv-global
- notifications
quality: 720p+ hdtv+
accept_all: yes
Auto_Movies:
priority: 2
preset:
- global
- movie-global
- notifications
quality: 1080p+ hdtv+ dts
movie_queue: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment