Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Config File Errors - Did not pass schema validation - Password

$
0
0

@lloydie11 wrote:

Hello,

I'm fairly new to FlexGet and it looks great.

I'm trying to sort out my first config file and running into a few errors.

In the long run, i was it to download anything in my "listname" on trakt, (torrent) move it to a watch folder, on completion my torrent client will move it again at which point a second config of FlexGet should do the renaming to include the genre in the title of the container folder.

Long way off, however initially can anyone take a look at my file and let me know where i'm being a spoon!

The error log puts out:

2016-04-20 22:22 INFO     manager                       Test mode, creating a copy from database ...
2016-04-20 22:22 INFO     manager                       Test database created
2016-04-20 22:22 CRITICAL manager                       [/tasks/movies search/discover/what/0] The key `emit_movie_list` is not valid here. Only known plugin names are valid keys.
2016-04-20 22:22 CRITICAL manager                       [/tasks/trakt_movie_list/trakt_list] The key `password` is not valid here.
2016-04-20 22:22 CRITICAL manager                       Failed to load config file: Did not pass schema validation.

I see what it's saying, however I’ve tried fiddling and simply can't work it out.

My version of FlexGet is "1.2.516"

Here is my config file:

tasks:
  trakt_movie_list:
    priority: 1 # run before the movie search task
    trakt_list:
      username: hotcrossbuns
      password: 'thisismyubersecurepassword'
      list: MCM
      type: movies
#    quality: 720p-1080p
    accept_all: yes
    movie_list: add

  movies search:
    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|fra|spa|swe|nor|nordic|fr|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}
    discover:
      what:
        - emit_movie_list: yes
      from:
        - kat:
            category: movies                                    # movies/tv
            verified: yes
        - isohunt: movies                                     # movies/audio/tv
        - torrentz: verified
      interval: 1 days
    content_size:
      max: 4000
      min: 500
    torrent_alive: 2 # Will reject results with less than 10 seeds
    quality: 720p-1080p
    movie_list: accept
    download: /Cript/Downloads/FlexGetFetched

Any help or advice greatly appreciated.

Thanks

Posts: 8

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles