Skip to content

Commit

Permalink
tweak filters
Browse files Browse the repository at this point in the history
  • Loading branch information
gray committed May 3, 2015
1 parent 14bc5dc commit ab2a1cb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .flexget/config.yml
Expand Up @@ -87,11 +87,12 @@ templates:
series_premiere:
<<: *TV_SETTING
allow_seasonless: yes
quality: webrip+ <=720p
timeframe: 6 hours
path: ~/Media/TV/_NEW_/.
regexp:
reject:
- '(?x) (?:_|\b) (?: au | nz | pl | uk | n[fh]l | ufc | sports
- '(?x) (?:_|\b) (?: au | nz | pl | uk | n[fh]l | ufc | wwe | sports
| championships? | 24(?:h|-7) | bak(e|ing)
| world\W+series | live\W+at )
(?:_|\b)'
Expand All @@ -111,15 +112,15 @@ templates:
| fan[\W_]edit )
(?:_|\b)'
- ? '(?x) [\W_] (?: dubbed | pldub | cropped | (?:heb|kor|swe)sub
| rosubbed )
| ro[ds]ubbed )
(?:_|\b)'
: { from: [ title, description ] }
# Avoid certain groups.
- '(?x) [\W_] (?: maxspeed | tnt[\W_]*village | cocain | wdr | msd
| nnd | thc | ssdd | crys | nogr(?:ou)?p | evo | ift
| playxd | aqos ) [\W_]* $'
# Flexget doesn't recognize "line" as an audio quality.
- '(?x) [\W_] (?: line ) (?:_|\b)'
| play[sx]d | aqos ) [\W_]* $'
# Flexget doesn't recognize cam or line audio as qualities.
- '(?x) [\W_] (?: cam[\W_]*audio | line(?:[\W_]*audio)? ) (?:_|\b)'
from: title
content_size: { min: 300, max: 2500 }
imdb_lookup: yes
Expand Down Expand Up @@ -158,8 +159,6 @@ templates:
action, adventure, comedy, crime, mystery, sci-fi, thriller, war
]

secrets: private/secrets.yml

tasks:
###########
# TV series
Expand Down

0 comments on commit ab2a1cb

Please sign in to comment.