port: 8081
templates: # {{{1
- email: # {{{2
- notify:
- task:
- via:
- - email:
- from: flexget@tardis
- to: ramsi@localhost
-
-
torrents: # {{{2
inputs:
- rss: { url: 'https://ezrss.it/feed/', silent: yes }
- community
- danger 5: { quality: 720p+ }
- dexter
+ - dexter new blood
- dirk gently's holistic detective agency
- doctor who 2005
- downton abbey
- eureka
- family guy
- fargo
+ - foundation
- foyle's war
- futurama
- game of thrones: { timeframe: 9 hours, quality: dd5.1+ }
- homeland
- house of cards 2013: { alternate_name: house of cards us }
- how i met your mother
+ - la casa de papel
- last week tonight with john oliver: { timeframe: 10 hours }
- masters of sex
- my little pony
- mythbusters
- narcos
+ - peaky blinders
- qi: { special_ids: 'uncut' }
- ray donovan
- red dwarf
- the big bang theory
- the blacklist
- the blacklist redemption
+ - the book of boba fett
- the boys
- the cleveland show
- the crown
- the expanse
+ - the great: { exact: yes }
- the man in the high castle
- the mandalorian
- the umbrella academy
+ - the witcher
- the walking dead
+ - the wheel of time
- the wire: { quality: 720p+ }
- two and a half men
- vinyl
min_score: 7.5
min_votes: 30000
+ log_filter:
+ - message: "because of rule(s)"
+ plugin: imdb
movies-1080p: # {{{2
quality: 1080p bluray+ h264+
dl-series: # {{{2
priority: 100
template:
- - email
- series
- series-list
- series-trakt
dl-movies-discover-queue-1080p: # {{{2
priority: 100
template:
- - email
- movies
- movies-discover-queue
- movies-1080p
dl-movies-discover-queue-720p: # {{{2
priority: 110
template:
- - email
- movies
- movies-discover-queue
- movies-720p
dl-movies-queue-1080p: # {{{2
priority: 100
template:
- - email
- movies
- movies-1080p
- filters
dl-movies-queue-720p: # {{{2
priority: 110
template:
- - email
- movies
- movies-720p
- filters
dl-movies-imdb-1080p: # {{{2
priority: 120
template:
- - email
- movies
- movies-imdb
- movies-1080p
dl-movies-imdb-720p: # {{{2
priority: 130
template:
- - email
- movies
- movies-imdb
- movies-720p
- move-series
filesystem:
path:
- - /srv/usenet/done
+ - /srv/usenet/done/series
recursive: yes
retrieve: files
regexp: '.*\.(avi|mkv|mp4|mpg|divx|webm|flv)$'
- move-movies
filesystem:
path:
- - /srv/usenet/done
+ - /srv/usenet/done/movies
recursive: yes
regexp: '.*\.(mkv|avi|mp4)$'
regexp: '.*\.(mkv|avi|mp4)$'
- daily-mail: # {{{2
- manual: yes
- no_entries_ok: yes
- from_digest:
- list: move-tasks
- seen: local
- accept_all: yes
- notify:
- task:
- template: move
- via:
- - email:
- from: flexget@tardis
- to: ramsi@localhost
-
-
- backfill-mail: # {{{2
- priority: 500
- manual: yes
- template:
- - email
- no_entries_ok: yes
- from_digest:
- list: backfill
- seen: local
- accept_all: yes
-
-
seed-series-db: # {{{2
manual: yes
seen: local
schedules: # {{{1
- - tasks: ['daily-mail']
- schedule:
- hour: '17'
- minute: '00'
-
- tasks: ['dl-*']
schedule:
hour: '*'
minute: '48'
- - tasks: ['backfill-mail']
- schedule:
- hour: '*'
- minute: '48'
-
# vim: sts=2 ts=2 sw=2 et