+variables: private.yml
+
+web_server:
+ port: 8081
+
+templates: # {{{1
+ anchors: # {{{2
+ _trakt: &trakt
+ account: '{?trakt.account?}'
+ _sonarr: &sonarr
+ base_url: '{?sonarr.url?}'
+ api_key: '{?sonarr.api?}'
+ port: 8989
+ _trakt_movie_queue: &trakt_movie_queue
+ account: '{?trakt.account?}'
+ list: movie-queue
+ _newznab_series_search: &newznab_series_search
+ url: '{?ds.api?}&t=tvsearch&cat=5040&extended=1'
+ category: tv
+ query:
+ - tvdb_id
+ - series_name
+ - series_alternate_names
+ _newznab_movie_search: &newznab_movie_search
+ url: '{?ds.api?}&t=movie&cat=2040&extended=1'
+ category: movie
+ _series_settings: &series_settings
+ identified_by: ep
+ quality: 720p-1080p webrip+ h264+
+ exact: yes
+
+
+ usenet: # {{{2
+ sabnzbd:
+ key: '{?sabnzbd.key?}'
+ url: '{?sabnzbd.url?}'
+
+
+ usenet_movies_rss: # {{{2
+ inputs:
+ - rss: { url: 'https://{?ds.rss?}&t=2040&dl=1&num=100', silent: yes } # Movies HD
+ - rss: { url: 'https://{?uc.rss?}&t=2040&dl=1&num=100', silent: yes } # Movies HD
+
+
+ usenet_series_rss: # {{{2
+ inputs:
+ - rss: { url: 'https://{?ds.rss?}&t=5040&dl=1&num=100', silent: yes } # Series HD
+ - rss: { url: 'https://{?uc.rss?}&t=5040&dl=1&num=100', silent: yes } # Series HD
+
+
+ filters: # {{{2
+ content_filter:
+ require:
+ - '*.mkv'
+ - '*.mp4'
+ reject:
+ - 'filename.mkv'
+ - '*.rar'
+ - '*.r0*'
+ - '*.wmv'
+ - '*.exe'
+ regexp:
+ reject:
+ - \b3-?D\b: {from: title}
+ - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying
+ - \bR5\b: {from: title} # The following are poor quality types that somehow got through the quality
+ - \bWEBSCR\b: {from: title} # features usually due to the title including a keyword like "720p" as well
+ - \bscreener\b: {from: title}
+ - \bTS\b: {from: title}
+ - \bCam\b: {from: title}
+ - '{C_P}': {from: title} # The following are groups with poor quality releases
+ - TrTd TeaM: {from: title}
+ - \[TNTVillage\]: {from: title}
+ - \[facepalm\]: {from: title}
+ - \bASAP\b: {from: title}
+ - \b Go\): {from: title} # filter those misplaced french only movies
+ - 'nl.subs': {from: title} # no dutch subtitles
+ - 'NIXON': {from: title} # rubbish futurama releases, wrong season numbering
+
+
+ series: # {{{2
+ set:
+ category: 'series'
+ priority: '0' # normal
+ trakt_lookup: yes
+ thetvdb_lookup: yes
+ exists_series:
+ path:
+ - '/mnt/series/{{tvdb_series_name}}'
+ allow_different_qualities: better
+ content_size:
+ min: 100
+ max: 10000
+ strict: yes
+
+
+ newznab_series_queue: # {{{2
+ domain_delay:
+ api.drunkenslug.com: 5 seconds
+ timeframe:
+ wait: 10 hours
+ # let series handle the accept
+ on_reached: do_nothing
+ target: 1080p webrip h264
+ configure_series:
+ from:
+ entry_list: trakt-series-queue
+ settings:
+ exact: yes
+ identified_by: ep
+ quality: 720p-1080p webrip+ h264+
+ sort_by:
+ field: quality
+ reverse: yes
+ discover:
+ interval: 50 minutes
+ release_estimations:
+ optimistic: 1 days
+ what:
+ - next_series_episodes:
+ from_start: yes
+ from:
+ - newznab: *newznab_series_search
+ max_reruns: 3
+ thetvdb_lookup: yes