Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Regexp reject filter confusion & adding Gdrive to seen list

$
0
0

@mrbeers wrote:

regexp:
  reject:
    - (duo|tri|quadri|tetra|penta)logy: {from: title}
    - ? '(?x) [\W_] (?: read[\W_]?nfo | 3-?D(?:BD)? | live\W+at
                      | fan[\W_]edit
                      | (?:ita|ger|fra|spa|swe|nor|nordic|fr|esp|nl|pl|spanish|heb|kor|ro)[\W_]?[ds]ub(?:s|bed)?
                      | dubbed | cropped | subpack )
              (?:_|\b)'
      : { from: [ title, description ] }
    - /bHEVC/b

I am very new to any type of code or programming language. I'm basically script kiddie'ing my config.yml by stealing things I want from other peoples config and adding them to mine. I'm not sure I can do that for filters, so I'm trying to learn how to best serve my needs by learning basic language. I've seen this syntax in other peoples configs, but am unsure which programming language to start researching.

What I really want is simple to explain if anyone has a simple bit of code I can add to reject.
I don't want any Non-English audio on any of my media, and I don't want cams.

My second question is about adding my google drive folders as part of the exists_series and exists_movie path.

Currently I have

tasks:
  tv:
    exists_series:
      path: /path/to/my/media/TV/{{series_name}}
  movie:
    exists_movie:
      path: /path/to/my/media/Movies

I'd like to add a second path to google drive. I use rclone, and my server should understand Gdrive:/ as a path to my google drive.
I've tried everything...

exists_series:
  path: '/path/to/my/media/TV/{{series_name}}' 'Gdrive:/TV/{{series_name}}'

exists_series:
  path: '/path/to/my/media/TV/{{series_name}}'
  path: 'Gdrive:/TV/{{series_name}}'

exists_series:
  - /path/to/my/media/TV/{{series_name}} 
  - 'Gdrive:/TV/{{series_name}}'

Does anyone know how I can get flexget to look at my gdrive as seen?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles