@Floflobel wrote:
Hi,
I try to download movie with a watchlist and I have setup a regex for reject and accept certains words but it's doesn't work.
I would like to accept only titles that contain "FRENCH, TRUEFRENCH, .."movies search:
trakt_lookup: yes # can also use imdb_lookup or tmdb_lookup
priority: 10 # run after the movie queue fill task
regexp:
reject:
- (s|d)ub(s|bed)?\b: {from: title} # Block any subbed/dubbed/etc videos
- \b(duo|tri|quadri|tetra|penta)logy\b: {from: title} # Block series, only accept one at a time
- \b3-?D\b: {from: title} # I don't have any 3D displays
- \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies
- \bR5\b: {from: title} # The following are poor quality types
- \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}
- FASTSUB: {from: title}
- VOSTFR: {from: title}
- Subtitulado: {from: title}
- \bNORDiC\b: {from: title}
- \biPad\b: {from: title}
- /\b(ita|ger|spa|swe|nor|nordic|kor|esp|nl|pl)\b/i: {from: title}
- \bITA\b: {from: title}
- \bR6\b: {from: title}
- \bTemporada\b: {from: title}
- /\bDual\b/i: {from: title}
- /\bJapanese\b/i: {from: title}
- /\bHDCAM\b/i: {from: title}
accept:
- FRENCH: {from: title}
- TRUEFRENCH: {from: title}
- VF: {from: title}
- VFF: {from: title}
discover:
what:
- movie_list: watchlist
Posts: 1
Participants: 1