Skip to content

Instantly share code, notes, and snippets.

@adriangoransson
Last active December 25, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriangoransson/cb0206dc2300a6e1a677 to your computer and use it in GitHub Desktop.
Save adriangoransson/cb0206dc2300a6e1a677 to your computer and use it in GitHub Desktop.
# vim: set shiftwidth=2 tabstop=2 expandtab:
templates:
global:
headers:
User-Agent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0"
pathscrub: windows
regexp:
reject:
- \b(duo|tri|quadri|tetra|penta)logy\b
- \b3-?D\b
- \btrailer\b
- \bYIFY\b
- \bR5\b
- \bWEBSCR\b
- \bscreener\b
- \bTS\b
- \bCam\b
- '{C_P}'
- TrTd TeaM
- \[TNTVillage\]
- \[facepalm\]
- \bASAP\b
- \bTBS\b
- \baac2
- \b2ch\b
- \bdd2\b
- \bx265\b
- german
- french
- italian
- spanish
- korsub
- \bmvo\b
from: title
set:
path: /home/adrian/downloads/
ratio: 0
removeatratio: yes
magnets: no
verify_ssl_certificates: no
content_filter:
require:
- '*.mkv'
tv:
include:
- pushover-shows.yml
thetvdb_lookup: yes
content_size:
min: 650
max: 3000
deluge:
content_filename: "{{ series_season }}x{{ tvdb_episode|pad(2) }} - {{ tvdb_ep_name|default('Unknown') }}"
movedone: /home/adrian/nas/tv/{{ series_name }}/Season {{ series_season }}/
label: tv
main_file_only: yes
movies:
include:
- pushover-movies.yml
plugin_priority:
regexp: 500
quality: 400
torrent_alive: 300
movie_queue: 1
imdb_lookup: yes
movie_queue: accept
quality: 720p-1080p h264 !mp3 !aac !webdl !webrip !cam !ts !hdrip
content_size:
max: 14000
min: 4000
deluge:
content_filename: "{{ imdb_name }} ({{ imdb_year }})"
movedone: "/home/adrian/nas/movies/"
label: movies
main_file_only: yes
tasks:
update-movie-queue:
include: imdb-watchlist.yml
seen: local
accept_all: yes
movie_queue: add
tv-public:
template: tv
include:
- inputs-tv.yml
series:
settings:
watchlist:
quality: 720p-1080p h264 !mp3 !aac
propers: no
include:
- tv-watchlist.yml
movies_latest_Feed:
template: movies
include:
- inputs-movies.yml
movies_search:
template: movies
discover:
what:
- emit_movie_queue: yes
from:
- torrentz: good
interval: 7 days
limit: 20
torrent_alive: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment